Sunday, July 24, 2005

Now that's one hell of a work from a great interactive designer:
www.ferryhalim.com

Looks like he is Indonesian (hey I can read this language :))
http://www.master.web.id/tutorial/wawancara/25-08-00.htm

Here are the pages he goes to:

www.coolhomepages.com
www.flashkit.com
www.were-here.com (forum coolsites-nya)
www.flashplanet.com (site of the week-nya)
www.flashchallenge.com
www.linkdup.com
www.flazoom.com
www.master.web.id

Monday, July 11, 2005

Awesome site on learning...can use a lot of this for building Flash tools that help learning
http://www.studygs.net/lrnstudy.htm

Project idea: A Flash tool that trains you to listen to morse code
http://www.learnmorsecode.com/

Friday, July 08, 2005

A useful Flash utility idea: Extract certain types of resources out of all swf files in a folder. Good exercise to learn about the swf file format as well.

Esc-shortcuts in Actionscript

I never use the actionscript panel to do actionscript, so didn't discover this until today...

"Press Escape and a shortcut key. For example, Escape+st adds a stop action. (To view a list of shortcut keys, select View Esc Shortcut Keys in the Actions panel pop-up menu; select this option again to hide the list.)"

It's time to go over the whole Flash doc...

Wednesday, July 06, 2005

Now this is just downright cool:

Page turning:
http://www.iparigrafika.hu/pageflip/
http://www.oreillynet.com/pub/a/javascript/2004/09/03/flashhacks.html?page=1

Monday, July 04, 2005

Should read up on these tuts:

http://www.flash-mx.com/flash/progressbar.cfm
http://www.macromedia.com/devnet/mx/flash/articles/tweening.html
http://www.actionscript.org/tutorials/advanced/Tween-Easing_Classes_Documented/index.shtml
http://www.timwalling.com/actionscript/32/mxtransitionstween-extended/

http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00002429.html

Someone mentioned this about frame rate used for loaded movies, which is good to know. I always thought when you loadMovie, the framerate used is the host movie frame rate.

"normally, the host frame rate is used..unless the movie you load in has streaming sound stuck into a frame, then it uses the framerate of the loaded movie."