Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Gaming and Game Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-23-2001, 03:18 PM   #1
the dilz
Registered User
 
Join Date: Dec 2000
Posts: 31
Default

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
the dilz is offline   Reply With Quote
Old 02-24-2001, 07:10 AM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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.
Jesse is offline   Reply With Quote
Old 02-24-2001, 12:47 PM   #3
the dilz
Registered User
 
Join Date: Dec 2000
Posts: 31
Thumbs up

cooooooool....thanks Jess
the dilz is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 09:51 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.