Games Achievements My Kong Sign In

Comments for Shootorial #5

« Back to Shootorial #5

kingbilly

Nov. 01, 2008

Under rating threshold (show) Take a break, check your emails, play a game, spam chat. lol

+ - !

(0)

DrPerson

Nov. 01, 2008

Under rating threshold (show) i have the same problem as master54100

+ - !

(0)

master54100

Oct. 31, 2008

Under rating threshold (show) when i name the ship instance ship (as per page 2) everything stops working my enemies stop appearing my ship wont move or shoot the only thing that works is the background. is this normal?

+ - !

(0)

Squiddle

Oct. 31, 2008

Under rating threshold (show) Nvm fixed it, had a capital in the code.

+ - !

(0)

senseofdread

Oct. 31, 2008

Under rating threshold (show) how can i make a custom animation like the explosion?

+ - !

(0)

emscape

Oct. 31, 2008

Under rating threshold (show) I've got the same problem as theelepel

+ - !

(0)

Squiddle

Oct. 31, 2008

Under rating threshold (show) Kk I fixed the spawning glitch, but my enemies won't fire and my bullets wont hit them.

+ - !

(0)

paku7

Oct. 30, 2008

Under rating threshold (show) remember, you must save your work or it wont take place in the test movie...

+ - !

(0)

johnofjack

Oct. 30, 2008

Under rating threshold (show) I have an EnemyMissile movie clip and I've checked and rechecked the code but my enemies aren't firing. I'm using MX 2004, if it matters...

+ - !

(0)

Squiddle

Oct. 30, 2008

Under rating threshold (show) Why are my enemies not spawning any more?

+ - !

(0)

Squiddle

Oct. 30, 2008

Under rating threshold (show) Ah yes thanks, I took a capital off of it, and now it works. (Odd, I made the symbols Identifyer in capital though...).

+ - !

(0)

dazzykizzy

Oct. 30, 2008

Under rating threshold (show) I have the same problem as Tusk, everything is fine, no errors, but something in my code is making 100000's of enemies spawn. Help anyone?

+ - !

(0)

Theelepel

Oct. 30, 2008

Under rating threshold (show) I'd like some help here. My enemies arent being destroyed. I'm at step 4 and double-checked the capitals and stuff. Any1 got some advice?

+ - !

(0)

tommytk

Oct. 30, 2008

Under rating threshold (show) squiddle double check the _root.ship the S is capitalized in one of them and not in the other

+ - !

(0)

Tusk

Oct. 30, 2008

Under rating threshold (show) errr.. moving to the left of the screen. typo.

+ - !

(0)

Tusk

Oct. 29, 2008

Under rating threshold (show) I have a problem, that there're a lots of enemy ships. They invading the whole right screen then they're moving to right. I tried to replace the whole .as files one-by-one but nothing changed :/

+ - !

(0)

Squiddle

Oct. 29, 2008

Under rating threshold (show) I finished step #4, but instead of my enemies flying and being destroyed on touch, my character won't move and the enemies won't spawn! What happened?

+ - !

(0)

Shizam

Oct. 29, 2008

Under rating threshold (show) Maybe you didnt tell the enemy ship to run the explosion function when it hits, or maybe the missile is so small your missing, or maybe you never put the collision detectin code in

+ - !

(0)

987456321

Oct. 29, 2008

Under rating threshold (show) can someone help me...i cant get my missiles to kill the enemy ships.

+ - !

(0)

Darkai117

Oct. 29, 2008

Under rating threshold (show) thanks Gambit, i was just loking for the animation as a loose file

+ - !

(0)

senseofdread

Oct. 29, 2008

Under rating threshold (show) just found out something...the text that we are able to copy on page 13 has Math.random()*300 which is not Math.random()*250+50 which was what they adviced us to use

+ - !

(0)

sean9006

Oct. 29, 2008

Under rating threshold (show) if it helps this only happens when i shoot... the enemies can shoot, i can crash into them, the explosion happens, i can move but as soon as i shoot it comes up with that errror...

+ - !

(0)

sean9006

Oct. 29, 2008

Under rating threshold (show) Please help... whenever i shoot a ship i get an error saying 256 levels of recursion were exceeded in one action list. This is probably an infinite loop. Further execution of actions has been disabled in this movie. please help... :S

+ - !

(0)

Aghannor

Oct. 29, 2008

Under rating threshold (show) The code as-is has a bit of a memory leak. Since you put the enemy ships into the enemies array, but never take them out after they're destroyed, the enemies array gets larger and larger. The way to remedy this: when removing an enemy ship within the EnemyShip class, insert the following code: for (var i=0; i < enemies.length; i++) { if (this == enemies[i]) { enemies.splice(i,1); break; } } This will find where in the array the particular enemy ship is and remove it.

+ - !

(0)

Gambit510

Oct. 28, 2008

Under rating threshold (show) Darkai you have to get the explosion from the .fla in the library it isnt a gif image or something.

+ - !

(0)

Darkai117

Oct. 28, 2008

Under rating threshold (show) i know i probably seem like an idiot but.. i cant seem to find the explosion animation in the toolbox -.-

+ - !

(0)

Irate

Oct. 28, 2008

Under rating threshold (show) Great Tutorial again! 5/5 But the missing step of adding the EnemyMissile Movie Clip does through people off (Thanks guys for mentioning it in the comments.) When you get to step 11 Create another another Movie Clip called EnemyMissile just like you created the Missile Clip in a previous tutorial and the enemies will shoot.

+ - !

(0)

peanutmans

Oct. 28, 2008

Under rating threshold (show) the guide dont say to make a enemy missile movie clip lol should sort the guide i was confused untill i made one lol

+ - !

(0)

InsatiablyCivil

Oct. 28, 2008

Under rating threshold (show) to magnusm: i think you didnt place the array stuff inside the if (enemytimershot>whatever) { PLACE IT HERE}

+ - !

(0)

magnusm1

Oct. 28, 2008

Under rating threshold (show) I gets a big army too :*(

+ - !

(0)

InsatiablyCivil

Oct. 28, 2008

Under rating threshold (show) my bad, didnt place the text in the right place

+ - !

(0)

InsatiablyCivil

Oct. 28, 2008

Under rating threshold (show) i get an armana of enemy ships coming for some reason :S im on pages 9-11

+ - !

(0)

Hertogshoeve

Oct. 28, 2008

Under rating threshold (show) My movie is not working properly, after shooting a ship the explosion appears, but won't go away. The thin air keeps exploding :O

+ - !

(0)

mconeone

Oct. 28, 2008

Under rating threshold (show) To add the EnemyMissile clip to the library: 1. Right click the Missile object in the library and choose Copy. 2. Right click the Missile object in the library, choose Rename, and call it EnemyMissile. 3. Right click anywhere in the library and choose Paste. 4. Right click the EnemyMissile object and choose Linkage. 5. Rename the Class and Identifier to EnemyMissile and click OK.

+ - !

(0)

japa_preto

Oct. 28, 2008

Under rating threshold (show) finally

+ - !

(0)

kratoskiller4

Oct. 28, 2008

Under rating threshold (show) Finally it's out. I love these things. I'm gonna upload mine for the contest. Also, just because it's about to get pushed off the page: Echoing a concern: askovitch Developer_icon Levelbug21 Oct. 28, 2008 YOU MISSED A STEP OUT!! you need to make an EnemyMissile movieclip first. for everyone who is stuck here, download the source thingy, go into library and find EnemyMissile movieclip. copy it like with the explosion clip and paste into your library.

+ - !

(0)

jeens83

Oct. 28, 2008

Under rating threshold (show) wonder when you show those noobs that spam this page with stupid "games/animations" how to put their clothes on and brush their theeth...

+ - !

(0)

Dragon727272

Oct. 28, 2008

Under rating threshold (show) fixed it but now the enemy ships are hitting missiles i havent fired

+ - !

(0)

Dragon727272

Oct. 28, 2008

Under rating threshold (show) I need some help, i got the enemies shooting but now am unable to shoot myself. Does anyone know why?

+ - !

(0)

Dragon727272

Oct. 28, 2008

Under rating threshold (show) ahh i found it soory :D

+ - !

(0)

Dragon727272

Oct. 28, 2008

Under rating threshold (show) how do i find the library source thing?

+ - !

(0)

Dragon727272

Oct. 28, 2008

Under rating threshold (show) YAAAAAY bestest things ever.

+ - !

(0)

PlatypusMan

Oct. 28, 2008

Under rating threshold (show) Good to finally have this one up.

+ - !

(0)

InsatiablyCivil

Oct. 28, 2008

Under rating threshold (show) aah..finally

+ - !

(0)

rossbud

Oct. 28, 2008

Under rating threshold (show) Echoing a concern: askovitch Developer_icon Levelbug21 Oct. 28, 2008 YOU MISSED A STEP OUT!! you need to make an EnemyMissile movieclip first. for everyone who is stuck here, download the source thingy, go into library and find EnemyMissile movieclip. copy it like with the explosion clip and paste into your library.

+ - !

(0)

Blodur

Oct. 28, 2008

Under rating threshold (show) God bless tutorials

+ - !

(0)

magnusm1

Oct. 28, 2008

Under rating threshold (show) 5!!!!!

+ - !

(0)

askovitch

Oct. 28, 2008

Under rating threshold (show) YOU MISSED A STEP OUT!! you need to make an EnemyMissile movieclip first. for everyone who is stuck here, download the source thingy, go into library and find EnemyMissile movieclip. copy it like with the explosion clip and paste into your library. please fix soon kongregate as this will be the shootorial with the lowest rating and lots of flaming!!!

+ - !

(0)

FoxyGamers

Oct. 28, 2008

Under rating threshold (show) 5/5 this is great

+ - !

(0)

ShadoLaura

Oct. 27, 2008

Under rating threshold (show) 1st I like these shootorials 5/5!

+ - !

(0)

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