Games Achievements My Kong Sign In

Comments for Shootorial #5

« Back to Shootorial #5

DowntownVL

Sep. 26, 2010

Under rating threshold (show) For MTB666: Give the ship another instance name like "shipp", and use that name in the AS also. Worked for me.

+ - !

(1)

jimjimmy1995

Sep. 25, 2010

Under rating threshold (show) Yay fixed it!!! dunno wot i did

+ - !

(0)

jimjimmy1995

Sep. 25, 2010

Under rating threshold (show) Right. None of the missiles were hitting the ships and disappearing but i managed to get the enemy missiles to disappear. Anyone got any suggestions concerning hero missiles as i can't find any problems with it. I'll keep trying. Thanks.

+ - !

(4)

ArtCrusade

Sep. 25, 2010

Under rating threshold (show)

+ - !

(-13)

kfunkapotamus

Sep. 24, 2010

Under rating threshold (show) I'm stuck on page 10 :-\ my missiles fly right through the enemies, the missile hitTest doesn't seem to be doing it's job. any suggestions?

+ - !

(0)

rosslyn568

Sep. 23, 2010

Under rating threshold (show) check out my shooturial inspired game at http://www.kongregate.com/games/rosslyn568/planet-defender

+ - !

(-2)

Gantar180

Sep. 18, 2010

Under rating threshold (show) I followed everything exactly the way the tutorials said, all of the way up to the health bars and the scores, but after adding those then every time I destroy an enemy ship then it destroys all of them on the screen... Its so annoying and I have back tracked to check the codes and everything is exactly the way it should be... Does anyone know how to fix this?

+ - !

(0)

Sackzement

Sep. 17, 2010

Under rating threshold (show) I added a function in the EnemyShip class, which removes the EnemyShip from the enemies array in the Ship class, when it is destroyed or moves out of scope. This can make a difference in performance if you use big arrays. Here' the function: function removeFromArray() { for(var i in _root.ship.enemies) { if(this == _root.ship.enemies[i]) { _root.ship.enemies.splice(i,1); } } } Add it somewhere in the EnemyShip class and execute it when the ship is destroyed or moves left out of the stage.The splice(a,1) function removes 1 object on the a-th position from an array. Since I'm new to Flash a pro should take a lot at this and correct me if I'm wrong.

+ - !

(1)

giamps

Sep. 11, 2010

Under rating threshold (show) Fantastic tutorial , but may be there is one error : "right click on the explosion clip in the library and choose : Linkage" , I think "properties".

+ - !

(3)

juggalokid98

Sep. 10, 2010

Under rating threshold (show) my only prob is collision, I tried over and over again but it's not working... damn thing

+ - !

(0)

la8ball

Sep. 07, 2010

Under rating threshold (show) For ppl having trouble with page 2 and changing instance name, if ur layer Ship also then either rename the Ship something else or the layer. The reason its not working is because it's using the layer name "Ship" instead of the movie clip. I just change the instance name to something else and it works fine.

+ - !

(3)

Fantasticalism

Sep. 06, 2010

Under rating threshold (show) on every shootorial, almost all of the comments are "OMG HELP ME I CAN"T FIGURE THIS OUT!" or something. I have only had 1 trouble, and that was figuring out how to make an explosion animation, but i figured it out, so you people need to stop complaining and figure it out yourself.

+ - !

(0)

bigauburnfan101

Sep. 02, 2010

Under rating threshold (show) For some reason, the enemy ships are exploding when I run into them, but not when my missiles hit them. If you have any idea why this is happening, then please send me a message. Thanks!

+ - !

(5)

MTB666

Sep. 02, 2010

Under rating threshold (show) hey, can someone help me? Im having a problem in page 2. When i name the hero ship instance "ship", in the root timeline, it looses all of the functions and properties ive add in the past tutorials. Im using flash cs4, idk if thats the problem.. If anyone knows how to solve please pm(message) me or leave a comment. Also, sorry for the bad english, im not a native speaker. Thx =)

+ - !

(35)

basenjilover

Aug. 31, 2010

Under rating threshold (show) ok...

+ - !

(-1)

Supersnail200

Aug. 31, 2010

Under rating threshold (show) Um..BBvn...this is comments, they are for comments on the game.

+ - !

(0)

Brotha_C

Aug. 28, 2010

Under rating threshold (show) Stop downrating poor 12sea21. Jeez lol.

+ - !

(2)

generalivan1

Aug. 27, 2010

Under rating threshold (show)

+ - !

(-4)

TheTinger

Aug. 27, 2010

Under rating threshold (show) hey, i am stuck on pg 5, it says to right click on the clip in the library and choose "linkage..." nut it isnt there....

+ - !

(2)

12sea21

Aug. 25, 2010

Under rating threshold (show)

+ - !

(-7)

12sea21

Aug. 24, 2010

Under rating threshold (show)

+ - !

(-5)

12sea21

Aug. 24, 2010

Under rating threshold (show)

+ - !

(-5)

12sea21

Aug. 24, 2010

Under rating threshold (show)

+ - !

(-5)

12sea21

Aug. 24, 2010

Under rating threshold (show)

+ - !

(-6)

12sea21

Aug. 24, 2010

Under rating threshold (show)

+ - !

(-4)

12sea21

Aug. 24, 2010

Under rating threshold (show)

+ - !

(-4)

12sea21

Aug. 24, 2010

Under rating threshold (show)

+ - !

(-4)

iHugh

Aug. 23, 2010

Under rating threshold (show) Step 4. I can't get the enemies to dissapear. I have EXACTLY the same code!

+ - !

(0)

Roflcopter_Yoshi

Aug. 20, 2010

Under rating threshold (show) Still stuck on trying to make the hero's ship missiles to hit and explode the enemies, i check all the coding and i see no mistakes any help? i using cs5

+ - !

(0)

doyoulikewaffles

Aug. 18, 2010

Under rating threshold (show) I just noticed that when you change the EnemyShip code to for the EnemyMissile, the code changes the y that the enemy appears from back to: *300, when you have changed it to *200 + 50 in a previous Shootorial. Hope this helps someone.

+ - !

(0)

Lucidius

Aug. 16, 2010

Under rating threshold (show) In step 10 I got boned for a couple hours because I didnt see that there is a space after 'in', before '_root.ship.enemies' in line 14. So I researched for hours learning about basic for statements and advanced for statements, which this is. So thats the plus side. On the negative side, I'm a total moron lol :P

+ - !

(0)

sethia003

Aug. 12, 2010

Under rating threshold (show) generalcommando- you might want to see how big the box around the ship is since the aliens only have to hit that box

+ - !

(0)

fatcatcog

Aug. 12, 2010

Under rating threshold (show) oh wait I just didnt read it properly

+ - !

(-1)

fatcatcog

Aug. 12, 2010

Under rating threshold (show) It says that _root.ship isnt valid

+ - !

(0)

Deathisfury

Aug. 11, 2010

Under rating threshold (show) Nvm, I got it to work with AlmightyGERM's advice... I had to make the instance name differ from the class name. Strange world o.o Maybe it's because I'm using cs5 lol

+ - !

(0)

Deathisfury

Aug. 11, 2010

Under rating threshold (show) When I add the instance name to the ship everything stops working except my background. Many other people having the same problem but those many other people have many different solutions :(

+ - !

(0)

godkev

Aug. 07, 2010

Under rating threshold (show) when I type the "enemies.push(enemy)" part and then test my movie, it says : There is no property with the name 'enemy'. enemies.push(enemy);

+ - !

(1)

GameMasterGuy

Aug. 07, 2010

Under rating threshold (show) What's wrong with the missiles? They aren't blowing up the enemies!

+ - !

(0)

killerpolerbear

Aug. 05, 2010

Under rating threshold (show)

+ - !

(-6)

lampy85

Aug. 04, 2010

Under rating threshold (show) i have the same problem as fuddy30, my missiles just goes right though the enemies. any help?

+ - !

(0)

lampy85

Aug. 04, 2010

Under rating threshold (show) copy the explosion.png from the SH_05.fla file

+ - !

(-1)

tollyboyz

Aug. 03, 2010

Under rating threshold (show) I haver the same problem as Night warrior, I got past the other problem but there is no explosion.png just the actionscript file.

+ - !

(-1)

Nightwarrior

Aug. 03, 2010

Under rating threshold (show) i didnt find any explosion thingy in the download expect the .as file where is the movie clip?

+ - !

(-1)

tollyboyz

Aug. 02, 2010

Under rating threshold (show) Got up to page 4, tested it, and nothing worked... at all, I couldn't move my ship, fire and there was no enemies. This was all after I put in the line of code to do the explode function. Help please....

+ - !

(-1)

Tarnabus

Jul. 30, 2010

Under rating threshold (show) @SalsaJoe13; THAAANKS! had the same problem here! wasn´t your mistake, i´d be stuck here for all day... XP

+ - !

(1)

Fuddy30

Jul. 30, 2010

Under rating threshold (show) My ship won't shoot any enemies, my missiles just goes right though them :P Could it be a missing instance name for the Enemies or my Missiles?

+ - !

(1)

xovoxx

Jul. 20, 2010

Under rating threshold (show) My functions won't work. It seems to be related to what headlessgargoyle said, that I need to define my function. However I put my function next to my variables, it won't work. Can annyone help me with this? (By the way, yes I'm using cs4)

+ - !

(1)

DocDeath

Jul. 17, 2010

Under rating threshold (show) Everything is working fine, except my Enemy Missiles aren't firing across the scene. They appear, then stop. Nothing else. Help?

+ - !

(0)

plomhaed

Jul. 14, 2010

Under rating threshold (show) Can someone upload a pic or txt file containing what the ship.as should look like? i somehow messes mine up, been checking it for the past 30 minutes and can;t find anything... :/

+ - !

(0)

CarbonWolf

Jul. 14, 2010

Under rating threshold (show) @Vamp, In the same position as you.

+ - !

(0)

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