Games Achievements My Kong Sign In

Comments for Shootorial #5

« Back to Shootorial #5

Gl1tch

Nov. 07, 2009

Under rating threshold (show) Hmmm, my bullets recognize that they're hitting a ship, but the ship won't explode. Any idea why?

+ - !

(0)

wasdf333

Nov. 06, 2009

Under rating threshold (show) to anyone who says their script is correct -- after double/triple-checking look if you named your files correctly. ALL the files from the Name,Class,Identifier,AND Action Script file should be the same -- I spelled Missile like this "Missle" a) it did not get to the script and b) the class was non-existent

+ - !

(0)

wasdf333

Nov. 06, 2009

Under rating threshold (show) a) -- I don't get the bullets to die when collide with ship --~--~--~-- b) -- the enemy ships don't shoot

+ - !

(0)

Glood

Nov. 03, 2009

Under rating threshold (show) Enemys appear in pairs and only one of the pair will die by missile. The other is only killable by hitting it with the ship. I dont know what I did wrong! Please help!

+ - !

(0)

diseized

Nov. 01, 2009

Under rating threshold (show) I just need email

+ - !

(0)

diseized

Nov. 01, 2009

Under rating threshold (show) I got the files but it was difficult I could send them to you :)

+ - !

(0)

Lytnin

Nov. 01, 2009

Under rating threshold (show) i cant download the source files :S i tried to open the link in a new window like someone said and the window just closed straight away :( ill have to try later

+ - !

(0)

rimacy

Nov. 01, 2009

Under rating threshold (show) Collision with enemy ships work, ship missile collision with enemies work, enemy missile collision with ship neither explode or remove ship clip. Any ideas?

+ - !

(0)

rimacy

Nov. 01, 2009

Under rating threshold (show) @Kizzi thanx you're right

+ - !

(0)

Kizzi

Oct. 31, 2009

Under rating threshold (show) @rimacy - You probably have the "centre" of your enemy movie clip set to one of the corners.

+ - !

(0)

WOWAWOW

Oct. 29, 2009

Under rating threshold (show) Finally finished! These tutorials are nice! 5/5

+ - !

(0)

sawthekiller

Oct. 28, 2009

Under rating threshold (show) @L0lKing try to open the link in a new tab or window :) and my problem is how to make my own animated explosion :( just make a gif in imageready and import it in flash?? dunno :D

+ - !

(0)

L0lKing

Oct. 25, 2009

Under rating threshold (show) I can't download the source files u.u

+ - !

(0)

Zonuphaon

Oct. 24, 2009

Under rating threshold (show) thx to kizzi i was able to fix it

+ - !

(0)

Zonuphaon

Oct. 24, 2009

Under rating threshold (show) ok i got the explosion where its supposed to be but i still cant fix the others

+ - !

(0)

Zonuphaon

Oct. 24, 2009

Under rating threshold (show) ok 1) my explosion is occurring up and left of my ship. 2)my missiles don't do anything. 3) if im in front of the enemy the missiles will cut off before getting to me and the enemy fires before its supposed to

+ - !

(0)

nanergod

Oct. 23, 2009

Under rating threshold (show) what?

+ - !

(0)

rimacy

Oct. 21, 2009

Under rating threshold (show) The location settings to get my explosions to line up with my enemy ships are _x= _x +125; _y= _y-50; any one know why?????

+ - !

(0)

Assassinator014

Oct. 18, 2009

Under rating threshold (show) I'm having trouble with the explode function, I can explode the EnemyShip on collision with my ship (without function), but i can't get it to explode when contacting a missile (im using CS4)

+ - !

(0)

Kador11

Oct. 14, 2009

Under rating threshold (show) i fixed my last problem but now the explosion is in the top left corner of the screen. Anyone know whats wrong?

+ - !

(0)

Kador11

Oct. 14, 2009

Under rating threshold (show) ok the enemys arn't dissapearing. this is my code: class EnemyShip extends MovieClip { var speed; function onLoad() { _x = 850; _y = Math.random()*200+(Math.random()*60); speed = Math.random()*5+5; } function onEnterFrame() { _x -= speed; if (_x<-100) { this.removeMovieClip(); } if (this.hitTest(_root.ship)) { explode(); } function explode() { this.removeMovieClip(); } } }

+ - !

(0)

TacoM

Oct. 13, 2009

Under rating threshold (show) make sure to name the instance of your Ship movie clip something other than Ship, so to avoid compiling errors....

+ - !

(0)

TacoM

Oct. 13, 2009

Under rating threshold (show) YEAH I'M ALMOST DONE WITH THIS TUTORIAL!!!! THNX KONGREGRATE!!

+ - !

(0)

iscrat

Oct. 12, 2009

Under rating threshold (show) how can I download the sourcecode?

+ - !

(0)

iscrat

Oct. 12, 2009

Under rating threshold (show) I did the same thing as Aquakool, I think the problem is about the explode function, it doesn't do anything, but if you repace it with this.removeMovieClip the enemy ships dissappear as they collide with hero ship.

+ - !

(0)

EZSPECIAL

Oct. 11, 2009

Under rating threshold (show) To all users having issues with the collision, see if your this.removeMovieClip() in class EnemyShip has really got the parentheses. If this is not the problem dowload the source file by ctrl clicking on the link and see what's different in your game.

+ - !

(0)

lolipop201

Oct. 11, 2009

Under rating threshold (show) Having the same problems here... I wish I could get past them :|

+ - !

(0)

AquaKool

Oct. 08, 2009

Under rating threshold (show) also I have defined the explosion function like this: function explode() { this.removeMovieClip(); }

+ - !

(0)

AquaKool

Oct. 08, 2009

Under rating threshold (show) I'm using CS4 and it's not recognizing the explode function. It still recognizes collision when I type in if(this.hitTest(_root.ship)) { this.removeMovieClip(); } but when I type in if(this.hitTest(_root.ship)) { explode(); } it doesn't recognize the collision. What's going on?

+ - !

(0)

kelloggscompany

Oct. 08, 2009

Under rating threshold (show) what does iterate mean?

+ - !

(0)

squint95

Oct. 02, 2009

Under rating threshold (show) it was pretty easy cuz im programming c++ and i know the main basics in lot of other languages... This tutorial helped me REALLY it was GREAT. nothing left to say about it, you will understand it im sure there!

+ - !

(0)

uzzbuzz

Sep. 28, 2009

Under rating threshold (show) looks like i'm going to start the hardest shootorial, bring it on =D

+ - !

(0)

FaShIoNcOrE

Sep. 28, 2009

Under rating threshold (show) when u have an object in the game from the beginning, its depth will be negative. Put this code in the onLoad() function and the collisions should work. this.swapDepths(_parent.getNextHighestDepth());

+ - !

(0)

DarkCat

Sep. 26, 2009

Under rating threshold (show) This doesn't work, I writed all the code, the part of the EnemyShip when the enemy collide with the ship they still there. Any1 knows what's wrong?

+ - !

(0)

rosslyn568

Sep. 26, 2009

Under rating threshold (show) I can't seem to download the source file/fla. I haven't been able to for any of the other shooturials either. I don't know why. HELP PLEASE

+ - !

(0)

shadow749

Sep. 23, 2009

Under rating threshold (show) kind of like a game more than a tortiral if you ask me thing is it takes so long and its hard gosh man.

+ - !

(0)

starstreak

Sep. 19, 2009

Under rating threshold (show) I've the same collision problem here: whenever my ship hits the enemies, nothing happens. I'm using CS4, if that matters. Please, someone help. It won't work even if I put a collision check in both the player's ship .as and the enemy ship .as

+ - !

(0)

1FANGFACE1

Sep. 19, 2009

Under rating threshold (show) this game is awesome

+ - !

(0)

CrimsonFlower

Sep. 14, 2009

Under rating threshold (show) oh, duh, i didnt see that comment. thanks casey :)

+ - !

(0)

CrimsonFlower

Sep. 14, 2009

Under rating threshold (show) when i click on the button to download all source files, it doesnt do anything

+ - !

(0)

caseyo92

Sep. 13, 2009

Under rating threshold (show) This tutorial was byfar the hardest and I understood about 20% of what was going on. at least i made it through it. i had to make my own explosion clip which was hard to figure out..

+ - !

(0)

caseyo92

Sep. 13, 2009

Under rating threshold (show) If the ctrl click thing still isnt working, http://chat.kongregate.com/gamez/0002/6223/live/assets/source_files.zip :)

+ - !

(0)

TheRoumanian

Sep. 10, 2009

Under rating threshold (show) i had to write every thing manuali,advice:see if u have write the class name corectli

+ - !

(0)

anigami

Sep. 07, 2009

Under rating threshold (show) Nevermind, I got it.

+ - !

(0)

anigami

Sep. 07, 2009

Under rating threshold (show) If I wanted the Enemy Ships to have to be hit 3 times by the Missile, how would do that?

+ - !

(0)

FaShIoNcOrE

Sep. 07, 2009

Under rating threshold (show) flash dosnt detect anything wrong but the enemies is still there when i hit them! I copied everything from the tutorial TWO TIMES but it still dosnt work!

+ - !

(0)

huleyn

Sep. 06, 2009

Under rating threshold (show) worst tutorial i ever looked

+ - !

(0)

Kizzi

Sep. 05, 2009

Under rating threshold (show) Wait nevermind, I reset the array on each frame. >_<

+ - !

(0)

Kizzi

Sep. 04, 2009

Under rating threshold (show) With my bullets they simply pass through the enemies, which die after about 2 seconds. Anyone know what's happening? Btw when I crash my ship into them that still works.

+ - !

(0)

rofloldude

Aug. 29, 2009

Under rating threshold (show) for all those who can't download the files from the first page, HOLD THE CONTROL BUTTON AND CLICK... you're welcome! keep this comment alive :)

+ - !

(0)

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