Games Achievements My Kong Sign In

Comments for Shootorial #5

« Back to Shootorial #5

mufenz20

Aug. 27, 2017

Under rating threshold (show) well done

+ - !

(0)

swaghomestyle

Aug. 02, 2014

Under rating threshold (show)

+ - !

(-5)

OUCHiambeingshot

Nov. 19, 2013

Under rating threshold (show) for people having trouble getting their missiles to connect with other movie clips. Make sure that you are not typing enemy when you should be typing enemies and vice versa. Its easy to start getting them all confused,.

+ - !

(1)

OUCHiambeingshot

Nov. 19, 2013

Under rating threshold (show) fixed it. I had to alter the animation itself. Not sure why though

+ - !

(1)

OUCHiambeingshot

Nov. 18, 2013

Under rating threshold (show) I cant seem to get my explosion clip to play when an enemy ship is hit. my code is precise but still nothing

+ - !

(1)

nighttb

Nov. 02, 2013

Under rating threshold (show) Thank you Coopasetic!! If your explosion animation is looping, and you can't figure out what's wrong, make sure your Explosion.as file is saved in the same folder as your main flash file.

+ - !

(0)

Starken

Nov. 01, 2013

Under rating threshold (show) Got same problem alean200, the missiles i shot is not doing anything, i can collide on them and they die.

+ - !

(0)

Stalthdan

Jul. 30, 2013

Under rating threshold (show) @Natthone maybe you're doing something wrong. You'll have to provide a little extra detail for me to be able to help you though.

+ - !

(0)

Stalthdan

Jul. 02, 2013

Under rating threshold (show) @gortholomew make sure you did everything right, and pay extra attention to the pages 8, 9 and 10. If the problem still persists, send me a pm with your ship, enemy ship and missile code.

+ - !

(0)

gortholomew

Jun. 25, 2013

Under rating threshold (show) i did everything right until page 14. the enemies arent exploding when they get hit by missiles. i went back and rechecked everything but i cant find what i missed.

+ - !

(0)

drfill

May. 03, 2013

Under rating threshold (show) Great tutorial. However, the "Click here for more Shootorials" link doesn't work for me. Thought I'd share that so these bad links can be checked out and fixed...

+ - !

(-1)

mateo9121

Mar. 28, 2013

Under rating threshold (show) kuul

+ - !

(-1)

Biggums426

Jan. 26, 2013

Under rating threshold (show) line 47 error?!

+ - !

(-1)

Biggums426

Jan. 26, 2013

Under rating threshold (show) Sorry, it's properties you need.

+ - !

(1)

Biggums426

Jan. 26, 2013

Under rating threshold (show) CS6 users, on page 5 it is not linkage, but edit to change the options.

+ - !

(1)

Frostyfun

Jan. 13, 2013

Under rating threshold (show) Hey everyone! If anyone here wants to convert AS2 code to AS3 I set up a quick guide on how to do it. This uses old code that you wont want in newer projects but the site I set up will explain how to use it! http://codingflashfast.webs.com/ !!!

+ - !

(0)

jheis

Nov. 09, 2012

Under rating threshold (show) Can anyone help me? My hitTest doesnt work I've been trying for 2 days. It looks like this: onClipEvent(enterFrame) { if (this.hitTest(_root.instancename)) { this.removeMovieClip(); } } can't see why it doesn't work. Help would be greatly appreciated.

+ - !

(0)

eronar

Nov. 02, 2012

Under rating threshold (show) Download links is the Action Script Shootorial seems to work, use those files if you need them: http://www.kongregate.com/games/Moly/shootorial-1-actionscript-3

+ - !

(0)

bitterlove

Oct. 31, 2012

Under rating threshold (show) ****PROBLEM SOLVED**** If your missile is killing enemies without hitting it as soon as it gets fired, check in the "Missile.as" file, find the "onEnterFrame()" function, and take a look at the "if" condition inside the "for...in" loop; at the end of the condition declaration there shouldn't be any ";". Example: THIS IS WRONG if (this.hitTest( _root.hero.enemies[i] )) // NO ";" IN THE END { //SOME CODE }

+ - !

(0)

bitterlove

Oct. 31, 2012

Under rating threshold (show) sorry guys, i have a problem with the " hitTest() " function. I checked the cod a billion time, but everytime my hero ship fires a missile, the bullet appears for a millisec and vanishes, and ANY enemy is destroyed (despite of its "_x" and "_y"). Basically, the missiles are fired and make the enemy explode as soon as they're fired, without phisically hitting it.

+ - !

(0)

KrazyKarasu

Oct. 11, 2012

Under rating threshold (show) Silly me, i put the explosion function in the onEnterFrame function, no wonder it wasn't working

+ - !

(0)

vector1

Sep. 28, 2012

Under rating threshold (show) If you loaded the downloadable source and your missiles won't hit anything, go to Control > Clear Publish Cache and Test Movie.

+ - !

(0)

sthreet300

Sep. 26, 2012

Under rating threshold (show) for some reason the this.hitTest(_root.ship) if statement won't return true... it is in the onEnterFrame function... anyone have any idea what is going wrong?

+ - !

(0)

Growing_Hand

Aug. 29, 2012

Under rating threshold (show) Vind777 made a very useful comment, i tried ages to figure out, that it is only working with a different instant name.

+ - !

(0)

Coopasetic

Jul. 31, 2012

Under rating threshold (show) If your explosion animation is looping, and you can't figure out what's wrong, make sure your Explosion.as file is saved in the same folder as your main flash file.

+ - !

(0)

Gheata

Jul. 30, 2012

Under rating threshold (show) haha, this shootorials still rock!

+ - !

(-1)

Filippo2bt

Jul. 16, 2012

Under rating threshold (show) Thank you kongregate! Hey guys this is the game half completed I didnt have time to completed correctly but if you guy want to check it out this is the link: http://www.kongregate.com/games/Filippo2bt/spaceknight the art was also made by me thats why it took me a little more time and also please any help comment. Enjoy! :)

+ - !

(0)

azhrak

Jun. 20, 2012

Under rating threshold (show) anyone have a code that speeds up the enemy spawn timer gradually?

+ - !

(1)

son_o_lilith

May. 22, 2012

Under rating threshold (show) Man I'm so Stupid!! I typed var enemies instead of var enemy. LOL my bad.

+ - !

(1)

son_o_lilith

May. 22, 2012

Under rating threshold (show) Same with Markonan here, the array puts me in error. And I don't think the instance name '_root.ship' is the problem. Actually, I found an error window right beside the timeline window, "There is no property with the name 'enemy'" it says. I have little idea what it means, can somebody help?

+ - !

(1)

Oreon_Necris

Apr. 26, 2012

Under rating threshold (show) I feel like everytime i change something in my ship code everything stops working :( the ship doesn't move or shoot anymore and no enemies spawn or shoot or anything! I've been pawing over the code all day and nothing seems to be wrong with it... can someone help? pm me or something i beg of you! :p

+ - !

(1)

den1983

Apr. 25, 2012

Under rating threshold (show) i have this problem.. after i have added the collision between missile and enemy ship th rate of fire of hero ship change.. when the test begin it's only one missile but some enemy after it's 2 3 4.. any solution?

+ - !

(1)

Markonan

Apr. 12, 2012

Under rating threshold (show) I get an error when I put the array into my code. When "enemies = [];" is put into my code the enemies stop spawning, bullets won't fire, and the background doesn't move like it's supposed to. I altered the gameplay slightly (ships coming from random locations, top to bottom, left to right, etc., bullets shooting all directions, and background moving with the ship instead of only horizontally) but no changes that I can think of that would alter it enough to do this. I tried it without the "enemies = [];" (and the "var enemies;" still created) and I don't have any problems whatsoever. I also tried it by doing "enemies = new Array();" but got the same issue. Any ideas?

+ - !

(1)

WindDragonLord

Mar. 29, 2012

Under rating threshold (show) @EphY You have to right-click open in new tab.

+ - !

(0)

EphY

Mar. 17, 2012

Under rating threshold (show) Neither Firefox nor Internet Explorer is allowing me to download the source files. Could somebody PM me a direct link?

+ - !

(2)

Schreib

Mar. 10, 2012

Under rating threshold (show) It's a pretty good tutorial. I this it's the best actionscript tutorial I've ever seen personally, so thanks!

+ - !

(1)

Fishdawg

Mar. 08, 2012

Under rating threshold (show) This tutorial is lacking in its explanation of a for... in loop. How exactly does it work? I see it's in the onEnterFrame method so for each frame does it check the entire array?

+ - !

(2)

hannesdelbeke

Feb. 20, 2012

Under rating threshold (show) ProTip: press v to get the selection tool

+ - !

(3)

Jonasinjo

Jan. 07, 2012

Under rating threshold (show) Please help, the enemy missiles spawn move about 10 pxles then freeze and disapper, and the hero ships missiles dosn't blow up the enemy ship, I have tried everything, but nothing works, I also have replacedthe original classes whit the classes from the download.

+ - !

(0)

CaptianKirk

Jan. 04, 2012

Under rating threshold (show) The explosion MovieClip lives in "sh_05.fla"

+ - !

(0)

sleepymii

Dec. 22, 2011

Under rating threshold (show) .....don't know if this is a re post or if my internet is acting up..... short version i need help getting the full source code, or the whole original game file: which ever it was i had before my computer bsod-ed on me. i have all i need but no file to copy the explosion from to paste into my own. all help is great thanks -i did right click and download the source code from multiple pages but none have the file i need

+ - !

(1)

juggernaut25

Dec. 22, 2011

Under rating threshold (show) nevermind

+ - !

(-1)

juggernaut25

Dec. 22, 2011

Under rating threshold (show) I cannot download the explosion

+ - !

(0)

Dulran

Nov. 05, 2011

Under rating threshold (show) @SlayerOfPersians I almost had that problem... I accidentally put it in in a way that my second ship launching code was completely separate from the first, and was launching one each frame... I caught on when I was getting 61 enemies every two seconds instead of 1.

+ - !

(0)

woofer

Oct. 27, 2011

Under rating threshold (show) I don't know if anyone can help me out but, I'm getting this in my output "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." I assume it's coming from the missile because it pops that up as soon as the missile hits an enemy ship.

+ - !

(-2)

akiko01

Oct. 26, 2011

Under rating threshold (show) If i am reading the first page correctly....... this should be the apex of the Tutorial process, i'm very happy to have made it this far, just 5 hours ago i would have looked at these codes and went "WTF!?!?!", thank you Kongregate for your easy tutorials and helping out us new people who want to take a hand at game developing.

+ - !

(0)

sheepness

Oct. 23, 2011

Under rating threshold (show) @mailbox : maybe you should make enemy ship removed from the array on the explode function

+ - !

(0)

mailbox061583

Oct. 19, 2011

Under rating threshold (show) step 9 causes a memory leak. each time we make the enemy array larger, the for loop that checks if your shots hit anything takes a little but larger. if you decided to expand the game with that code, you'll start to get massive slowdown as the array reaches the ten thousands or so. any chance someone reading this can help me write a splice function to keep the array size reasonable?

+ - !

(2)

zeth415

Oct. 15, 2011

Under rating threshold (show) solved... CAPS problem u_u

+ - !

(0)

zeth415

Oct. 15, 2011

Under rating threshold (show) I'm using flash CS3 with action script 2

+ - !

(0)

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