Games Achievements My Kong Sign In

Comments for Shootorial #6

« Back to Shootorial #6

Mattistrees

Nov. 30, 2010

Under rating threshold (show) What about impenetrable walls?

+ - !

(3)

mariorules

Nov. 28, 2010

Under rating threshold (show) never mind that was unobservant

+ - !

(0)

mariorules

Nov. 28, 2010

Under rating threshold (show) I have CS5 and i see no "Embed..." button in Properties.

+ - !

(0)

redblocks

Nov. 24, 2010

Under rating threshold (show) I copied all the codes from the source files and the reset button still doesn't work. Any ideas?

+ - !

(0)

Duebel

Nov. 19, 2010

Under rating threshold (show) Don't forget that you have to save all files individually in order to have everything up-to-date when you test.

+ - !

(0)

Duebel

Nov. 19, 2010

Under rating threshold (show) For those with score issues: 1: test your score-display by putting _root.ship.score += 50; _root.scoreText.text = _root.ship.score; in your Explosion (before this.removeMovieClip) - In game it should automatically start with a 0 and rise with every explosion. - If you got that to work. You probably made a mistake when placing the resetScore and updateScore functions. They should be under the onEnterFrame function (not in it!) - go over all of your {}

+ - !

(4)

narfnin

Oct. 29, 2010

Under rating threshold (show) my ship won't turn invisible when it dies. Why is that?

+ - !

(0)

nazshal

Oct. 29, 2010

Under rating threshold (show) my healthmeterbar decrease to the center (by hitting loosing one left and border the hp)

+ - !

(0)

NinjaPirate426

Oct. 28, 2010

Under rating threshold (show) ok i have a couple problems. My health bar wont go down, but i get hurt and die. When I kill an enemy I dont get any points. And when I die my game over menu doesnt come up. I dont have any compiler errors and my code is 100% the same as the tutorials. Can someone help me out please

+ - !

(0)

Ebek7

Oct. 26, 2010

Under rating threshold (show) For me the problem was that i couldent add score to the scoretext. Later i realised that you need to put the " _root.ship.updateScore(50); " over the " this.removeMovieClip(); ". I think it is beacus when you remove it from the game you remove the commands for that Enemyship to , so the text under will never be execuded.

+ - !

(0)

Mars83

Oct. 20, 2010

Under rating threshold (show) My healthMeter wasn't working until I added "resetHealth();" in the "function onLoad()" [--> Ship.as]. Perhaps this could help somebody.

+ - !

(72)

knightgames

Oct. 12, 2010

Under rating threshold (show) my healthbar isnt working, i tried checking all of my code but it all looks correct, any ideas?

+ - !

(2)

Deeprain

Oct. 07, 2010

Under rating threshold (show) Its keep wirting me that I have an error at symbol "healthMeter", "bar" and "gameOverMenu" Any ideas how to fix it?

+ - !

(1)

legorlan

Oct. 06, 2010

Under rating threshold (show) for those who struggle with a game over menu, try making it in a seperate frame on the root timeline. then right click on both frames and type stop() On the death function for you ship, rather than showing the game over menu, put _root.gotoAndStop("The frame with game over in it") similiarly with your button, make one, give it an instance name on the game over menu and type into the frame actions "button's instance name".onPress = function() { gotoAndStop("Frame with main game on it") } Hope this helped!

+ - !

(2)

jimjimmy1995

Sep. 25, 2010

Under rating threshold (show) Argh!!! KEEP GETTING AN ERROR MESSAGE! "The class or interface 'gameOverMenu' could not be loaded." on the previews it shows up as usual but play again link doesn't work. apparantly its to do with symbol=gameOverMenu, layer=bg, frame=1, line 1. i dont get it cos i only got a rectangle on that layer

+ - !

(1)

rosslyn568

Sep. 23, 2010

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

+ - !

(-2)

Senki614

Sep. 20, 2010

Under rating threshold (show)

+ - !

(-7)

jakegofett

Sep. 12, 2010

Under rating threshold (show) I don't know about other people but I couldn't get my score to show except for blank, 0, and 00. Somehow I fixed it by typing 0123456789 in the text box. I hope this helps someone...

+ - !

(2)

SammyZ

Sep. 10, 2010

Under rating threshold (show) 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.

+ - !

(0)

SammyZ

Sep. 10, 2010

Under rating threshold (show) Line 2: Statement block must be terminated by '}' Line 81: Syntax Error

+ - !

(0)

mrlee

Sep. 08, 2010

Under rating threshold (show) I had an issue with the score and health meter not updating, but I moved the call to the update health and update score function above the call to this.removeMovieClip and it worked. I suppose once the movie clip is remove it stops calling code immediately.

+ - !

(0)

dan62

Sep. 06, 2010

Under rating threshold (show) :( Apparently I messed up on the score and kept getting something about classes - I couldn't test. I spent 3 hours comparing my script to the examples. It all seemed correct. Then I undoed many times to an effort to undo what i did wrong. I ended up back where I couldn't hit enemies with missiles :( and I saved before I found out. >.<

+ - !

(4)

Fantasticalism

Sep. 06, 2010

Under rating threshold (show) haha finally got it working how its supposed to :) took me a while to get my own health bar to work.

+ - !

(2)

bigauburnfan101

Sep. 05, 2010

Under rating threshold (show) The game over menu is not working for me very well. Instead of removing the game over menu at the beginning, it removes my scrolling background image instead, and then restores the image when the game over menu is supposed to come up in the end. Other then the play again button not working in the end, everything else is working fine right now.

+ - !

(2)

facefacefaceface

Aug. 31, 2010

Under rating threshold (show) I have the same problem as Tukaran... >_<

+ - !

(-1)

Tukaran

Aug. 30, 2010

Under rating threshold (show) Really bugging me now! Everything is working fine *except* when health hits 0 the ship remains visible - only once has is actually disappeared on death like it should. Game Over pops up, all enemies disappear, health meter reads 0 but the ship just will not hide. Have checked the code over and over again but at a loss now.

+ - !

(0)

TheTinger

Aug. 28, 2010

Under rating threshold (show) i cant get the healthMeter to work i dont know how to make the green part a "bar" movie

+ - !

(2)

killerkerara

Aug. 26, 2010

Under rating threshold (show) If you copy the game over menu, be sure to set the instance name to gameOverMenu, it took me an hour to figure out that it wasn't done for me :P

+ - !

(0)

WindDragonLord

Aug. 24, 2010

Under rating threshold (show) Ok, if my ship gets hit by a missile the health goes all the way down to 0.The missile when it hits SHOULD be 10, I've checked it's file 20 times, and the update score is fine, so what's wrong?

+ - !

(0)

Lethosity

Aug. 17, 2010

Under rating threshold (show) If the healthbar stays at 100, see if you have added the resetHealth() function at onLoad. If it don't, add it.

+ - !

(5)

fatcatcog

Aug. 13, 2010

Under rating threshold (show) now I can only score 0 or 00

+ - !

(1)

fatcatcog

Aug. 13, 2010

Under rating threshold (show) well I fixed that now

+ - !

(0)

fatcatcog

Aug. 13, 2010

Under rating threshold (show) it says there is no property called health on several lines of my ship class. this causes the whole game to notr work

+ - !

(2)

doyoulikewaffles

Aug. 12, 2010

Under rating threshold (show) This NEEDS to be updated because even following it exactly the score doesn't work.

+ - !

(2)

SepMan

Aug. 12, 2010

Under rating threshold (show) I figured it out. If you are having font trouble, delete all 'text _' s in the library, then hit embed on your text, and click the CHECK BOX by the numerals 1-9.

+ - !

(1)

SepMan

Aug. 12, 2010

Under rating threshold (show) Please help! My score won't show up! I shoot an enemy, and the score either changes blank, 0 or 00. Help me! And how do you make a game over menu?

+ - !

(6)

doyoulikewaffles

Aug. 12, 2010

Under rating threshold (show) I'm using CS3. I followed the tutorial up to and including page 4. There is no method with the name 'resetScore'. Great, because I know what that means. -_-

+ - !

(0)

Deathisfury

Aug. 11, 2010

Under rating threshold (show) Maybe it's exclusive to Cs5 but I have to make a method for EVERY SINGLE FUNCTION. In other words, (because I hope I'm not the only one who still doesn't understand all this programmer lingo), for everywhere that it says "Function ________()" it needs to have "Var ______;" or an error message will ensue :( I'm not sure if I'm doing this wrong though, so I may be incorrect. It does make the error messages so away though :D

+ - !

(-2)

SepMan

Aug. 11, 2010

Under rating threshold (show) I need help. My score disappears whenever it changes, even at the start. I'm using Impact font, if that makes any difference.

+ - !

(0)

RockAzombie

Aug. 07, 2010

Under rating threshold (show) I'm having Problems with the healthMeter / Bar i don't know how to add the bar to the healthMeter. Can somebody explain this to me?

+ - !

(5)

Thatar

Aug. 01, 2010

Under rating threshold (show) I can't download the source file. Nothing happens when I click it. And I really need it right now. :( When I add the if(_visible = true) statement to my ship onLoad function, the ship does not turn invisible after being destroyed anymore. Very strange and annoying and can't find anything...

+ - !

(-2)

Thatar

Aug. 01, 2010

Under rating threshold (show) Thank you Hobelbruder. You just spared me 2.5h of time :D

+ - !

(0)

omegaruler

Jul. 25, 2010

Under rating threshold (show) i9 knw tht this might just be another stupid comment, but my score looks just like theirs but without the yellow highlight and the "_root" is blue, is tht a problem?

+ - !

(-2)

stephanstross

Jul. 23, 2010

Under rating threshold (show) Always check for typos.ALWAYS...CHECK...FOR...TYPOS.......always................................

+ - !

(1)

pancakerz

Jul. 21, 2010

Under rating threshold (show) bro, you didn't understand what i wrote. i have the source files, but when i try to open the .fla, it says it's not compatible or something like that.

+ - !

(0)

Personnel

Jul. 20, 2010

Under rating threshold (show) nvm figured it out. i put it in the wrong place xD

+ - !

(0)

Personnel

Jul. 20, 2010

Under rating threshold (show) well, im using cs5 trial because the cs3 one ended. i couldnt get cs3 to work. now when i add the "_root.gameOverMenu.playAgainButton.onPress = function() { _root.ship.newGame(); }" part, i get an error: "This statement is not permitted in a class definition."

+ - !

(0)

Personnel

Jul. 20, 2010

Under rating threshold (show) ok so this is what you do: you make it like normal but make the ship invisible and make the explosion animation keep popping up where the player is. it looks SOO cool!!!

+ - !

(0)

Personnel

Jul. 20, 2010

Under rating threshold (show) actually make the ship invisible. my bad. lol thats how you make it.

+ - !

(0)

Personnel

Jul. 20, 2010

Under rating threshold (show) woah! if you make it stay visible in the explode function and the explosion doesnt dissapear (and keeps being made) it looks really cool!

+ - !

(0)

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