| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Dec 2000
Posts: 31
|
for some reason when i export the same source file provided with the tutorial in flash 5 format the ship ony shoots once but in flash 4 it works perfect. help please!
dilz |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
Yeah there's an error in the source, laser should have quotes around it. So change this:
duplicateMovieClip ("/laser", laser add n, n); setProperty (laser add n, _x, ship_x); setProperty (laser add n, _y, ship_y); to this: duplicateMovieClip ("/laser", "laser" add n, n); setProperty ("laser" add n, _x, ship_x); setProperty ("laser" add n, _y, ship_y); Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2000
Posts: 31
|
cooooooool....thanks Jess
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sidescroll game tutorial? | zerawgfx | ActionScript 2.0 | 1 | 05-03-2006 03:30 AM |
| Mailer tutorial problems | mickforce | ActionScript 2.0 | 0 | 08-29-2004 12:34 AM |
| problems with the "advanced sliding menu" tutorial | Catwoman | ActionScript 1.0 (and below) | 5 | 05-07-2001 10:25 AM |