Games Achievements My Kong Sign In

Comments for Shootorial #3

« Back to Shootorial #3

Tommokilledya

Sep. 01, 2009

Under rating threshold (show) same as ulthuan please tell how to fix this

+ - !

(0)

zxlcesinxz

Aug. 26, 2009

Under rating threshold (show) ok i fixed that but after i put the shootlimiter code in i cant move or shoot anymore help

+ - !

(0)

zxlcesinxz

Aug. 26, 2009

Under rating threshold (show) so um every thing works fine expect when i press space a missile shows up but it doesnt move

+ - !

(0)

devex3

Aug. 25, 2009

Under rating threshold (show) my shootlimiter won't work.

+ - !

(0)

austins2005

Aug. 24, 2009

Under rating threshold (show) my missiles work

+ - !

(0)

jaja063062

Aug. 22, 2009

Under rating threshold (show) When i shoot my missiles they don't move D: any1 have any ideas?

+ - !

(0)

lilypotter56

Aug. 22, 2009

Under rating threshold (show) it's great, but when i press space, nothing happens. the rest of my ship works fine, but the missles worn't shoot

+ - !

(0)

mvman123

Aug. 19, 2009

Under rating threshold (show) can someone help me i can't shoot: The class or interface 'Missile' could not be loaded.

+ - !

(0)

kele6

Aug. 17, 2009

Under rating threshold (show) it happened with the background, and it happened with the missles again, everytime I try to test movie for something it gives me the The class or interface 'Missile' could not be loaded. or the same but instead of missile it says background. Is there some little trick I am missing so this error can stop happening with all the things I insert in the game

+ - !

(0)

BiologicalBeast

Aug. 16, 2009

Under rating threshold (show) Another great shootorial!

+ - !

(0)

HellzElite

Aug. 14, 2009

Under rating threshold (show) when i added the missile, my ship wont move anymore. I keep getting the script error saying the spacebar cannot be used or something.

+ - !

(0)

jasontdude

Aug. 12, 2009

Under rating threshold (show) these are the best tutorials ever! tried others on newgrounds and they just aren't as good. working my way through them now

+ - !

(0)

Direzgamer

Aug. 09, 2009

Under rating threshold (show) yay another shootorial down no' 4 let's go

+ - !

(0)

AlphaPanda

Aug. 06, 2009

Under rating threshold (show) Lolazaurus, I had the same problem and it took me a long time to realize that the tense of the title of the .as file has to match the code. For example my file was missile.as and the code called for a class called Missile, with a capital M. I had to delete the .as file and resave it because overwriting it didnt fix the problem. Try that

+ - !

(0)

manchi

Aug. 03, 2009

Under rating threshold (show) I finished my own 1st game based on Shootorials, Please come and enjoy, "Space Shootout" :)

+ - !

(0)

SuperSloth

Aug. 02, 2009

Under rating threshold (show) Hombre and Apelhitam, I had the same problem. Be sure that you're entering hte "shootLimiter += 1" code into the onEnterFrame section of your ActionScript. That solved the problem for me.

+ - !

(0)

cluddles

Aug. 01, 2009

Under rating threshold (show) It's not really "revolutionary" - having 0,0 as the top-left corner is quite standard in computing. The axes are perpendicular whether Y is up or down, so you're still using a valid cartesian coordinate system.

+ - !

(0)

apelhitam

Aug. 01, 2009

Under rating threshold (show) hey im stuck at page 7, ive entered the codes, and no errors come up when i test it. but no missile is shot from the ship when i push space. any help?

+ - !

(0)

Levethix

Jul. 30, 2009

Under rating threshold (show) I completely agree Kienan - Have the developers of Flash even heard of the Cartesian Coordinate system - or are they just "revolutionaries".

+ - !

(0)

Zdrok

Jul. 28, 2009

Under rating threshold (show) lol i found the problem, I had called my missile "missle".

+ - !

(-1)

Zdrok

Jul. 28, 2009

Under rating threshold (show) I got everything to work so far, but my missles won't fire. I can't figure out what's wrong. By messing with the code i figured out it was in the _rootAttachMovie line, but I'm not sure what I did wrong. My _rootAttachMovie line is: var missile = _root.attachMovie( "Missile" , "Missile" + _root.getNextHighestDepth() , _root.getNextHighestDepth() );

+ - !

(0)

Lolazaurus

Jul. 26, 2009

Under rating threshold (show) now i cant get the shoot limiter to work

+ - !

(0)

Lolazaurus

Jul. 26, 2009

Under rating threshold (show) i can get my missile onscreen, but it doesnt move. help?

+ - !

(0)

Kienan

Jul. 23, 2009

Under rating threshold (show) Why is the y axis 'backward' in flash? I'd think that 0,0 would be at the bottom left corner, not the top left. It keeps confusing me. :P I keep thinking values of y increase the nearer the top of the screen they are, when in fact they decrease. 0_o'

+ - !

(0)

J3NAR3X

Jul. 19, 2009

Under rating threshold (show) my missle doesnt show or shoot. Any1 help me?

+ - !

(0)

wertyujh

Jul. 18, 2009

Under rating threshold (show) i can't set the height. (and it says: set the with to 6 and the with to 8)

+ - !

(0)

Kostar

Jul. 13, 2009

Under rating threshold (show) If you're stuck on step 9, try to put shootLimiter += 1; above the following line: if( Key.isDown(Key.SPACE) && shootLimiter > 8) { shootLimiter = 0; var missile = _root.attachMovie("Missile","Missile" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); missile._x = _x + 50; missile._y = _y + 2; }

+ - !

(0)

imacolih

Jul. 13, 2009

Under rating threshold (show) For people who are stuck on the shootLimiter, you need to ensure you reset the variable to 0 in the firing mechanism, otherwise it will only work for the first 8 frames. Add "shootLimiter = 0;" w/o quotes into the firing if statemtent.

+ - !

(0)

SHALAMALADINGONG

Jul. 11, 2009

Under rating threshold (show) huh

+ - !

(0)

trivium2009

Jul. 11, 2009

Under rating threshold (show) im using it and it worked completely fime for me shalamaladingong

+ - !

(0)

SHALAMALADINGONG

Jul. 11, 2009

Under rating threshold (show) on step 7, to get the missles shooting out of the nose of the ship, i had to change the numbers to 85 and 21, rather than 50 and 2. U know why this is? I'm running Flash CS4 if that changes anything.

+ - !

(0)

td122

Jul. 08, 2009

Under rating threshold (show) and for anyone stuck on drawing, adjust the white bar's width to 6 (if that wasn't common sense for you...I'm just making note of things I had to do myself)

+ - !

(0)

td122

Jul. 08, 2009

Under rating threshold (show) @Betoqp: Here's a hunch that should work...make the missile's velocity negative. (assuming it has a velocity...I started this particular tutorial but I've got some game/programming experience)

+ - !

(0)

Death2148

Jul. 02, 2009

Under rating threshold (show) Nvm I got it... btw your code for the Shooter limit aint working =P

+ - !

(0)

Death2148

Jul. 02, 2009

Under rating threshold (show) I need help I implemented the firing code into the ships code so when I press space it should fire a missile but when I do nothing happens... can anyone help me? I drew the missile and coded it too

+ - !

(0)

Betoqp

Jun. 25, 2009

Under rating threshold (show) Anyone knows how to shoot a missile to the left? I mean, from right to left. I want to make 2 ships, one facing the other and each shooting missiles at each other...

+ - !

(0)

lethaljellybean

Jun. 19, 2009

Under rating threshold (show) It's a little annoying that this is all centered around Flash Studio.

+ - !

(-1)

varactyl

Jun. 19, 2009

Under rating threshold (show) Took out an ending code, got it. :-)

+ - !

(0)

varactyl

Jun. 19, 2009

Under rating threshold (show) Alright it's when I put in the shootLimiter, am I missing an ending code somewhere?

+ - !

(0)

varactyl

Jun. 19, 2009

Under rating threshold (show) At step 9 when I paste in the coding my arrow keys become unresponsive. : /

+ - !

(0)

defiancy17

Jun. 09, 2009

Under rating threshold (show) Nvm got it :D

+ - !

(0)

defiancy17

Jun. 09, 2009

Under rating threshold (show) Where do i insert my own custom missle.png? do i do it into ship, or background, or w/e else i do.

+ - !

(0)

Rebelfist

Jun. 09, 2009

Under rating threshold (show) Missile* lol same mistake

+ - !

(0)

Rebelfist

Jun. 09, 2009

Under rating threshold (show) ah i spelled missle wrong

+ - !

(0)

Rebelfist

Jun. 09, 2009

Under rating threshold (show) Missle wont load..

+ - !

(0)

turoni

May. 27, 2009

Under rating threshold (show) really great tutorials only they should change the name when i hear shootorial i think of a shooter tutorial not a game design tutorial but the tutorial is really great

+ - !

(-1)

Martolomeo

May. 23, 2009

Under rating threshold (show) wow, everything in the shootorials is so well explained and works perfectly :D finally i'm getting used to this!!

+ - !

(0)

naxis

May. 20, 2009

Under rating threshold (show) For freezing bullet problem people... Make sure that you assigned a class to the missile symbol and that you spelled everything the same

+ - !

(0)

Zak7062

May. 16, 2009

Under rating threshold (show) can someone help me? I can make the missiles appear but they freeze in mid air and dont go any where? Can someone whisper me and tell me whats going on?

+ - !

(0)

britsfinest

May. 13, 2009

Under rating threshold (show) i now have it working, however it will only shoot when i move the ship down, is there a possible common mistake i have made in the coding?

+ - !

(0)

  • add a comment
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms Privacy Code of Conduct
© 2024 Kongregate