Flash AS2 Tank game tutorial - actionscript code in description

  • Published 12 years ago

    Category


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to Flash AS2 Tank game tutorial - actionscript code in description

Tutorials >> Actionscripting: Actionscript 2 example ...
http://www.flashkit.com/tutorials/Actionscripting/Actionsc-Joachim_-971/index.php

However, I am very familiar with AS1 and that probably makes it much easier to learn AS2. In order to understand this tutorial you should have FlashMX 2004 installed on your computer, be kind of familiar with actionscript 1, read the ´HELP´ files about

Tutorials >> Actionscripting: Actionscript 2 example ...
http://www.flashkit.com/tutorials/Actionscripting/Actionsc-Joachim_-971/more3.php

The Actionscript File Actionscript 1. We have three buttons, which do something when we rollover, rollout or press. So we need three functions to complete this task. If we write this in AS1 - we can write it differently as well - , it looks like the code

Tutorials >> Actionscripting: Actionscript 2 example ...
http://www.flashkit.com/tutorials/Actionscripting/Actionsc-Joachim_-971/more6.php

The Actionscript 2 File Subfunctions. Now it is time to write the actual button functions, which are a mixture of expressions from AS1 and those new in AS2. Let´s look at the first subfunction "onOver(m_Object,c_nColor);". What do we want to ac