Games Achievements My Kong Sign In

Comments for Shootorial #5

« Back to Shootorial #5

Cacuu

May. 31, 2011

Under rating threshold (show) i'm using flash cs5 and when i try to use the hitTest line it just returns an error saying that i cant use that code on a Class definition =( any solutions?

+ - !

(2)

chokofant

May. 20, 2011

Under rating threshold (show) @Twizler09 Right Click and open in new window.. It worked for me in google chrome :)

+ - !

(2)

Twizler09

May. 18, 2011

Under rating threshold (show) I NEED HELP!!!! when i click on the download for the sources nothing comes up and i want to advance on my game so can someone tell me a link or a way to fix this problem

+ - !

(0)

hadiclank210

May. 15, 2011

Under rating threshold (show) Kongregate rocks...and the website.

+ - !

(2)

necrogaz

May. 14, 2011

Under rating threshold (show) Do someone knows how to change a movie clip selection square to something else? i mean, i have blank spaces in my enemy ship and i want the "hero ship" go trough that blank spaces without taking damage, or without colliding, its there a way? (srry my bad english)

+ - !

(1)

coolcade283

Apr. 26, 2011

Under rating threshold (show) Hey, if you're testing your movie you need to have saves your .as files first or it won't change anything!! :) thumbs up keep it alive

+ - !

(-1)

mi4c

Apr. 26, 2011

Under rating threshold (show) "Okay, we're half way done. Take a break, check your e-mail, play a game, spam chat. No don't spam chat." Lolz..

+ - !

(13)

swwg

Apr. 23, 2011

Under rating threshold (show) why a game to game wiews profiles Natie38 And Me swwg what... A gemcraft to grade 12 how to grade 12 and good luck!

+ - !

(-2)

namenoob

Apr. 20, 2011

Under rating threshold (show) stuck here for a day the problem is my missiles through enemy and the reason is 1.) i forgot var enemy that made enemies.push(enemy) no property 2.) i forgot change the new ship instance name in all .as file think most ppl have same problem as i

+ - !

(-1)

Lewenlan

Apr. 16, 2011

Under rating threshold (show) I need help, i just finish the tutorial # 5 and now my ship can't move no more. With the thing I added. Only the background still working (Defile). Anyone got a idea why my game isn't working well now?

+ - !

(0)

saphire_the_fox

Apr. 14, 2011

Under rating threshold (show) If you're using CS4, the correct "properties" area where you input your new Instance Name to be "ship" can be found in the upper right panel. Just select the "Properties" tab instead of the "Library" tab. ((Your workspace may look different. I'm using the -Classic- Workspace. To change workspaces, go to the top of the program and click "Window"-> "Workspace" -> "Classic".))

+ - !

(1)

hunterswapras

Apr. 11, 2011

Under rating threshold (show) ok got ot!!

+ - !

(0)

hunterswapras

Apr. 11, 2011

Under rating threshold (show) ok i downloaded the source file, extracted it, but i don't find the explosion clip. Ya, it says from the fla file, but i got no fla file. Please help, i'm loving this thing and now i'm stuck here!

+ - !

(0)

Introversity

Apr. 11, 2011

Under rating threshold (show) gavin_rox_3 : re-read part 6, that's the bit that deletes the explosion on its last frame.

+ - !

(0)

gavin_rox_3

Apr. 06, 2011

Under rating threshold (show) Can somebody help, i got everything, but i dont know how to make the explosions disappear :o

+ - !

(1)

Vind777

Mar. 24, 2011

Under rating threshold (show) I suppose the instance name can make some problems if it has the same name as the class name. So you should name it not "ship" but something other. Also don't forget to change "_root.ship" to "_root.newInstanceName"

+ - !

(17)

ilikeleprechauns

Mar. 23, 2011

Under rating threshold (show) Wait... fixed it.

+ - !

(0)

ilikeleprechauns

Mar. 23, 2011

Under rating threshold (show) Yikes! Something is definitely wrong with mine. It started putting out enemies every frame.

+ - !

(0)

demyx3

Mar. 23, 2011

Under rating threshold (show) Hello? im having a problem. you see, the source files are not working. it says" unexpected file format.". can anyone help me? PS. im using macromedia flash 8 oh, and to those comments that say they cant download the files, right-click on the link and select open in new window. it will open then close then it will start downloading.

+ - !

(-1)

DrOstler

Mar. 23, 2011

Under rating threshold (show) Hit detection doesn't work. The enemies just go straight through me.

+ - !

(0)

numbus

Mar. 13, 2011

Under rating threshold (show) My enemy ships are shooting missiles! My only problem is that they stay in place and don't move...

+ - !

(0)

numbus

Mar. 13, 2011

Under rating threshold (show) I made my explosion really really really big and didn't make it a clip so it only lasted for one frame. It adds a nice touch, whenever you hit an enemy it looks like an explosive balloon bursting. Try it.

+ - !

(0)

numbus

Mar. 13, 2011

Under rating threshold (show) Link on page one isn't working. I'm not sure if it's just me or not (probably is).

+ - !

(0)

joeharner

Mar. 10, 2011

Under rating threshold (show) everyone, please note that you must also remove your enemies from your array of enemies before you call .removeMovieClip(); if you don't, your bullets will continue to try to run physics checks on them. display enemies.length if you don't believe me. Not much a problem for this game's scale, but if you have smaller, more numerous foes and your weapon shoots faster, this can progressively slow down the game. My solution Look up the splice() function of arrays. create an index variable in your enemy class update the enemies' index value on spawn call enemies.splice(index, 1); loop through the array updating the index values

+ - !

(1)

cocktipus

Mar. 04, 2011

Under rating threshold (show) Morning. I have problem in step 4. The Enemy ship stopped arriving to frame and the Hero ship cannot move or shot. (But the background still moving...) anyone know how to solve it?

+ - !

(0)

Fultoa

Mar. 04, 2011

Under rating threshold (show) I fixed my problem by making sure that the X and Y coordinates of the symbols are the same, and to make sure to have the... explosion._x = _x; explosion._y = _y; written out correctly.

+ - !

(0)

Fultoa

Mar. 04, 2011

Under rating threshold (show) Help, I'm on Step 7 when you add the explosion animation to your enemy ship, but when I run into it, the explosion happens left and down from where the actual enemy is. What should I do?

+ - !

(0)

GK1109

Feb. 25, 2011

Under rating threshold (show) Using CS5, I was able to copy the explosion animation directly out of their .fla and already have everything linked up to my Explosion class Just thought I'd share this information

+ - !

(0)

Ins0mniuS

Feb. 23, 2011

Under rating threshold (show) For some odd reason after completing some of these steps, the Enemy Ships spawn extremely fast, I have no idea why though! :<

+ - !

(1)

dandan125

Feb. 21, 2011

Under rating threshold (show) when i change the istance name to Ship te game stops working

+ - !

(0)

DFL0505

Feb. 08, 2011

Under rating threshold (show) my bullets arent destroying the enemy ships! anyone have a solution pm me!!!

+ - !

(2)

calvinjliao

Feb. 08, 2011

Under rating threshold (show) disregard my other post. i found a way to make the bullet intervals random. just make the shoot timer on the onenterframe function Math.random()*number desired. note that multiple Math.random()'s may be needed :P

+ - !

(1)

calvinjliao

Feb. 07, 2011

Under rating threshold (show)

+ - !

(-5)

12pwn

Feb. 05, 2011

Under rating threshold (show) make sure the instance name is DIFFERENT from the class name otherwise the properties wont work

+ - !

(44)

ploopy9871

Jan. 31, 2011

Under rating threshold (show) LOL On the Ship class put the Shootlimiter to equal 10.It looks like your firing a laser! LOL

+ - !

(2)

Foreign

Dec. 31, 2010

Under rating threshold (show) kongregate is awesome XD

+ - !

(2)

daemon1234

Dec. 26, 2010

Under rating threshold (show) either that or the explode() function

+ - !

(0)

Pixiepop

Dec. 24, 2010

Under rating threshold (show) for some reason when i don't copy the code and type it in instead, the game doesn't work even if it is completely right. please help!

+ - !

(1)

daemon1234

Dec. 23, 2010

Under rating threshold (show) hi all, the hit test isnt working even though i instanced it and copy and pasted the code to be sure

+ - !

(1)

GenitalFace

Dec. 19, 2010

Under rating threshold (show) oh was because i had a capital

+ - !

(0)

GenitalFace

Dec. 19, 2010

Under rating threshold (show) when i give the ship an instance name everthing stops working. Can anyone help?

+ - !

(0)

demyx3

Dec. 15, 2010

Under rating threshold (show) the files i downloaded wont work on my adobe flash. why?

+ - !

(-1)

moorsy

Dec. 09, 2010

Under rating threshold (show) Daxter, it happens because the computers find it difficult to notice when three or more keys are pressed simultaneously. It has nothing to do with the coding of the game.

+ - !

(2)

Daxter697

Dec. 03, 2010

Under rating threshold (show) I can't help but notice that in my game, when i keep Space button down and keep shooting, I cannot move diagonally in any direction apart from RIGHT-UP. I thought that I had done something wrong and started checking every Script file; then, I tried the creator's swf and noticed that the same thing happens there too.... Does anybody know why???

+ - !

(2)

trebusha

Dec. 01, 2010

Under rating threshold (show) my properties page doesn't have an option to change the instance name please help

+ - !

(1)

Gervonte

Nov. 21, 2010

Under rating threshold (show) @ Totalwin you have to open the final fla in the project and look in its library for the explosion

+ - !

(4)

DDKnoll

Nov. 21, 2010

Under rating threshold (show) Found source code... http://ayumilove.wordpress.com/2009/05/15/kongregate-labs-shootorial-resources/

+ - !

(2)

DDKnoll

Nov. 21, 2010

Under rating threshold (show) For some reason, the link to download the source files isn't working. Can somebody upload?

+ - !

(2)

jasabarsa

Nov. 19, 2010

Under rating threshold (show) best game ever + mee if you agree

+ - !

(-1)

Totalwin

Nov. 16, 2010

Under rating threshold (show) Where do u get the Explosion clip animation??????? I downloaded the source files and it was a WinRaR, what is the explosion thing called?? I cant find it in side the files

+ - !

(3)

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