ALT + F4 Technology news, programming, design, reviews, how to tips and art…

STOP SOPA – The Internet is ours!

Posted on December 20, 2011

Stop SOPA before is too late! Share, comment and do something about it!

Flash AS 3.0 – Functions

Posted on January 2, 2010


OK. Functions are re-usable blocks of code and they are used to preform repetative tasks.  Flash alredy has built in functions for example stop(); and trace();


I have created simple animation which aways loops.


Example:

Animation


To stop the movie from looping just press f9 on your keyboard on the last frame and paste the code:

stop();

flash function stop();