A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11336 Flash Movies | 2 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Surjit Dhami
» Title: Book
» Description: Book
» More by Surjit Dhami


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 5848 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: All-American Rejects
» Description: Get to know this great band by exploring their "practice room".


Random Links | Add your own Flash Related Links
Flash Tutorials 1277 Tutorials 7 New Tutorials Added!
What's New | Top100

» Create xml slideshow with free template
» How to Insert a Multilingual Subtitle Into Your Flash Video Studio
» How to Create Cool Halloween Slideshow
» Debugging flash using the Firebug console
» Create Flash Slideshow on Blogger
» FLASH TRICKS IN WEB ADVERTISING: FLASH BANNERS
» HTML Photo Gallery Tutorial
» Create your first flash site – PART 1
» How to Make a Flash Photo Gallery
» Unknown Tag: Title10
Random Tutorial | Add Site

Sr Instructional Designer D2L-Moodle,Clearance
WSI Nationwide, Inc.
US-NJ-Fort Monmouth

Justtechjobs.com Post A Job | Post A Resume


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Games

Categories Building Games in Flash 5 - Part 3 - Enemies and collisions
Author: David Doull | Website: http://www.artifactinteractive.com.au |

 
Page 5
«prev 1 2 3 4 5 6 7 8 9 10 11 12 13 next»

What is a for loop?

For loops are used when you want to repeat some code a set number of times. For loops use a counter, in our case its called i, which is typically increased by one each time flash goes through the loop.

The line for (i=2; i<=numEnemy; i++){ is actually doing quite a lot.
The i=2 bit sets a variable called i equal to 2 when the loop starts. The i++ bit tells flash to increase i by one everytime the loop is repeated and the i<=numEnemy bit tells flash to keep looping while i is less than or equal to numEnemy. So it will stop looping when i is greater than numEnemy.

The result of this is that two duplicates of enemy1 will be created, called enemy2 and enemy3. If you increase the value of numEnemy then the number of duplicate enemies will increase accordingly.

 

Now, close the actions window and on the main time line add an extra frame to each of the layers (as shown). Select the second frame of the control layer and insert a keyframe (press F6). Open up the actions window for this frame (either Window> Actions or right-click and pick actions) and type the following line:

stop();

This just stops the main timeline.

You might wonder how the game plays if the main timeline is stopped? Well, even though the main timeline is stopped the laser, spaceship and ground movieclips are still playing. The timelines of movieclips run independent of the main timeline, they will only stop if you specifically tell each one of them to stop.

You might also be wondering about why we used the control layer.
We could have just put the code in any one of the other four layers. However its much better practice to include all frame code in a separate layer. This makes it much easier to debug your flash file and for other people to understand your flash file. It also means that if you delete a layer to remove a graphic you wont accidentally also remove some code. It has become a standard in the flash programming community to call this layer control.

If you test your flash file now you should have three enemy spaceships flying across the screen.

«prev 1 2 3 4 5 6 7 8 9 10 11 12 13 next»

» Level Intermediate

Added: : 2001-05-04
Rating: 8.86 Votes: 512
Hits: 6972
» Author
No details available.
» Download
Download the files used in this tutorial.
Download (416 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs