Difference between revisions of "Actionscript"

From Wikicliki
Jump to: navigation, search
Line 14: Line 14:
 
*[http://www.mtasc.org/ Motion-Twin ActionScript 2 Open Source free compiler.]
 
*[http://www.mtasc.org/ Motion-Twin ActionScript 2 Open Source free compiler.]
 
*[http://code.google.com/p/swfobject/ SWFobject]
 
*[http://code.google.com/p/swfobject/ SWFobject]
 +
*[http://hosted.zeh.com.br/mctween/index.html MC Tween - Best way to tween]
 +
*[http://code.google.com/p/tweener/ Tweener - New way to tween]

Revision as of 09:54, 17 June 2008

actionscript, that infuriatingly intractable marshmellow fluff... so far i have only understood the most basic of concepts, but now i will try to learn it well.

tips

  • use frame labels rather than frame numbers. you could call a starting frame "init".
  • dont use too many functions

See Also