Games Achievements My Kong Sign In

Comments for Shootorial #5

« Back to Shootorial #5

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)

zeth415

Oct. 15, 2011

Under rating threshold (show) Hi guys. When I try to use ._currentFrame and ._totalFrames there is an error that reads: "there is no property with this name". Help plz

+ - !

(0)

dkill2324

Oct. 12, 2011

Under rating threshold (show)

+ - !

(-5)

ZaGunny

Oct. 12, 2011

Under rating threshold (show) can someone tell me how to insert the explosion in cs5.5? cause when i try to open the Fla file it says "Unexpected file format"

+ - !

(2)

thejabberw0cky

Oct. 06, 2011

Under rating threshold (show) This tutorial series is so valuable!

+ - !

(1)

BoredomDeleted

Sep. 24, 2011

Under rating threshold (show) If you're having trouble with the link, right click on it and open in new window.

+ - !

(2)

bluefire732

Sep. 24, 2011

Under rating threshold (show) When I play what I've got now, I feel invincible! :P

+ - !

(1)

Undone

Sep. 23, 2011

Under rating threshold (show)

+ - !

(-3)

PlayerPimp

Sep. 22, 2011

Under rating threshold (show) I love how it says or better yet draw your own animation with no instructions whatsoever on how to do it

+ - !

(1)

TheHugLife

Aug. 25, 2011

Under rating threshold (show) I have searched through my code a million times, and cant find any reason why my explosion animation loops constantly when I destroy an enemy. I even tried importing the kongregate explosion file + code, to no effect, so the problem obviously doesnt lie with explosion.as file. PLEASE help, its the only major problem Ive encountered so far and am unable to figure this one out on my own, ive been stuck on it for two days!

+ - !

(2)

sol_rox

Aug. 19, 2011

Under rating threshold (show) nvm i got it

+ - !

(-2)

sol_rox

Aug. 19, 2011

Under rating threshold (show) can sum 1 tell me where the explosion is i dwn loaded the file but i cant find it

+ - !

(-2)

SlayerOfPersians

Aug. 14, 2011

Under rating threshold (show) Everyone who can only shoot half their enemy ships, listen up: You're not putting all the enemy ships in the enemy array. Many of us weren't careful when we copied and pasted the Shootorial code into the onEnter function, so now we have two independent ship launching codes. Basically, if you forget to delete a certain bit of code, half of the new enemy ships are not pushed into the array and so aren't affected by missiles. To correct this, look at the source ship.as and compare it to your code under the onEnter function, specifically the part that reads "if (enemyTimer..." I deleted a line from my ship.as to match the source, and it works without a hitch now!

+ - !

(5)

Gloogloos

Aug. 13, 2011

Under rating threshold (show) Got another question, im not using the downloads with this, im making all that myself so i can learn it too, does anyone know a good animation tutorial, i looked on the web but cant find anything that seems to help/work

+ - !

(0)

Gloogloos

Aug. 13, 2011

Under rating threshold (show) nvm got it, there was a layer that i missed and i deleted it and its all good now, thank god

+ - !

(0)

Gloogloos

Aug. 13, 2011

Under rating threshold (show) well i tried this and i got to the point with the explosion and now my game just flashes every few seconds, its just white and then for like 1 frame the game shows, and then goes white again, i deleted everything i had added before this and it still does it, someone PLEASE help me, ive been working for the whole day on this and i really dont want to have to start over only to make another damn mistake

+ - !

(0)

Qikker

Aug. 12, 2011

Under rating threshold (show) For all people who have problems with missiles that don't make enemie explode: after a week I finally solved it! You have to make sure that the name of your 'ship' is exactely filled in the codes, and it must be different from the class name. So I called it 'ShipInstance' and it only worked after I filled in this: for(var i in _root.ShipInstance.enemies) { if(this.hitTest( _root.ShipInstance.enemies[i] ) ) { this.removeMovieClip(); _root.ShipInstance.enemies[i].explode(); }

+ - !

(3)

yngwiedmb

Aug. 10, 2011

Under rating threshold (show) @jumpking55, that's because we are trying to access to a variable array which if you remember we have it defined in the ship. it's very wise to store it there because always will be the ship instance before any missile or enemy, so we can assure that the array enemies exists. Notice that is like a path, you can say: "from the root timeline (the main one), look for the ship, then inside it, give me the array enemies". I hope this helped. :P

+ - !

(0)

Lunapanther

Aug. 07, 2011

Under rating threshold (show) My missiles are only hitting about half of the enemies. For the other half they're just passing right past them.

+ - !

(0)

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