Games Achievements My Kong Sign In

Comments for Shootorial #8

« Back to Shootorial #8

dysalot

Nov. 13, 2008

Under rating threshold (show) if( this._y >= 24) { _y = _y - velocity } do that for all directions

+ - !

(0)

scientic

Nov. 13, 2008

Under rating threshold (show) I have a couple of questions: 1. How do I make boundaries to stop the ship being able to fly off the screen? 2. How can I change the collision detection to activate when it's closer to the ship?

+ - !

(0)

doodlebugged

Nov. 13, 2008

Under rating threshold (show) bow to quaznar l33t programmer T_T

+ - !

(0)

Quaznar

Nov. 12, 2008

Under rating threshold (show) Oh, and you can easily not get points for the enemies when you die by changing your method that updates your score to not do so if the ship isn't visible (or have the logic that explodes the enemies instead just remove them). These tutorials actually cover a lot of the basics required - you just got to apply them :)

+ - !

(0)

Quaznar

Nov. 12, 2008

Under rating threshold (show) Level transitions - Easiest way to do this is have a "level" variable in ship, which increments when the boss dies. Have a second background, display it (and set the first's visibility to false) when the boss dies, reset the ship's _x position. Change the look of the enemies by having the code that creates them check the level variable before creating them, and creating the one(s) appropriate for the level (new classes required, unless the enemy ships can change their own graphic).

+ - !

(0)

Quaznar

Nov. 12, 2008

Under rating threshold (show) Extra lives: Have a counter that stores # of lives in the ship class. Display it on screen like the score. When checking for ship death, change the logic if the #lives > 0. Add a power-up type that is extra life, basically by doing the same thing the power-up class is doing Weapon upgrades - Add a variable in the ship class called "weapon type". Add a power-up type (or types) which the weapon type variable. When shooting, check what weapon type you have, and have different logic for different weapon types (easiest would be to change the shot cooldown, or add a second shot above/below the normal shot - could also add shots with a rotation and y-component to their speed, probably easiest to do that with a new "AngledShot" class). If you want the weapon upgrades to be cumulative, then have an array of power-ups you have acquired.

+ - !

(0)

vjorkaan

Nov. 11, 2008

Under rating threshold (show) good, only issues are, you get points for all the enemys on the screen when you die, Also extra lives, weapon upgrades, and level transitions would be other elements that need to be explained

+ - !

(0)

Adsy

Nov. 11, 2008

Under rating threshold (show) i9000, I could hug you to death! Thanks for that tip about swap depths, it's made my day!!!

+ - !

(0)

Athius

Nov. 11, 2008

Under rating threshold (show) mummyman it seems you don't really have a high IQ... Anyway, anyone have an idea for a classic UFO blasting space shooter name?

+ - !

(0)

CodeGuy

Nov. 09, 2008

Under rating threshold (show) Nevermind, I figured that one out. I just had something mislabled.

+ - !

(0)

CodeGuy

Nov. 09, 2008

Under rating threshold (show) Thanks, i9000! The first one worked. When I tried putting the second on in the OnLoad() for the enemies, it didn't work. Any idea why?

+ - !

(0)

i9000

Nov. 08, 2008

Under rating threshold (show) @ CodeGuy You can put this in the onEnterFrame event: swapDepths(_root.getNextHighestDepth()) or when a new sprite comes into the game (more efficient): _root.ship.swapDepths(_root.getNextHighestDepth()) this should work.

+ - !

(0)

CodeGuy

Nov. 08, 2008

Under rating threshold (show) Anyone know how to make it so that my player always sorts on top of any new sprites that I create?

+ - !

(0)

CodeGuy

Nov. 08, 2008

Under rating threshold (show) These tutorials were great. There are a couple more things I'd like tutorials on, like how to implement Save Game systems or how to do basic flash animation like the explosion.

+ - !

(0)

ilikecheese86

Nov. 08, 2008

Under rating threshold (show) i dunno about these, i tried to make one and i had MUCH better luck just writing the actionscript myself... these never worked :P

+ - !

(0)

Zero94

Nov. 07, 2008

Under rating threshold (show) @mummyman1224: These are tutorials you know? For making games? To help people make games? Get it?

+ - !

(0)

DeNiro

Nov. 07, 2008

Under rating threshold (show) I´m suposed to learn making ahoes here !?! Why wud I wanna make shoes??! I have shoes ??? At least I think I have shoes.. I have shoes!! Very fine shoes thank you, now I am even less interested in knowing why you think I should learn to make shoes! yup!!

+ - !

(0)

ClSherilee

Nov. 07, 2008

Under rating threshold (show) i don 't get people who don't get the point of the shootorials, (lol at the person who said it's a bad GAME.) they are tutorials for beginners in flash, to help them make games.

+ - !

(0)

truefire

Nov. 06, 2008

Under rating threshold (show) wee need "TowerdefeceTorrials" i been makin one. its comin out OK, but there are loads of bugs ive encounterd that have taken hours to fix.

+ - !

(0)

DARK_Greg

Nov. 06, 2008

Under rating threshold (show) I dont get these Shootorial games!

+ - !

(0)

Raideen

Nov. 05, 2008

Under rating threshold (show) very complex tutorials for shmup fans it's a good chance for an amateur like me to do flash game looking for another genre tutorials

+ - !

(0)

creeplover

Nov. 04, 2008

Under rating threshold (show) Nice tutorials expecially for beginners!

+ - !

(0)

Zero94

Nov. 04, 2008

Under rating threshold (show) I'm waiting for a platform jumper tutorial next, 'cuz I'm trying to make one. Good work :D

+ - !

(0)

DarkSoulInc

Nov. 04, 2008

Under rating threshold (show) Thanks for the Shootorials. Maybe later you will make more tutorials, creating more and more complexities until finally everyone's brain explodes.

+ - !

(0)

Banzai5150

Nov. 04, 2008

Under rating threshold (show) Thanks for the great Tutorials!

+ - !

(0)

hahahayouhavebee

Nov. 04, 2008

Under rating threshold (show) yay??

+ - !

(0)

KingCaboodle

Nov. 04, 2008

Under rating threshold (show) an Ok series but actionscrpt auto-generates too much of the code. And a C++ tutorial would be useless in an online environment without a special compiler.

+ - !

(0)

suvius4

Nov. 04, 2008

Under rating threshold (show) way so many??

+ - !

(0)

dirtybolle

Nov. 04, 2008

Under rating threshold (show) thanks kongregate for giving me the chance to learn flash and AS, i hope soon (around december/january) there are a new set op tutorials about another type of game or so :)

+ - !

(0)

Invinciproduct

Nov. 04, 2008

Under rating threshold (show) Your tutorials help a lot of people Kongregate : )

+ - !

(0)

butters48

Nov. 04, 2008

Under rating threshold (show) When will the shooturials end????!!!

+ - !

(0)

Bandor

Nov. 04, 2008

Under rating threshold (show) well done

+ - !

(0)

MonkeySmartGames

Nov. 04, 2008

Under rating threshold (show) Yayz!

+ - !

(0)

pooandwee

Nov. 04, 2008

Under rating threshold (show) cHECK OUT MY TAKE ON THE SHOOTORIAL GAMES http://www.kongregate.com/games/pooandwee/pooandwees-shooter-ver-2

+ - !

(-1)

Yoh0Asakura

Nov. 04, 2008

Under rating threshold (show) Yeah, Shootorial-8

+ - !

(0)

jacksonas

Nov. 04, 2008

Under rating threshold (show) We need C++ tutorial!!and assembly!!!

+ - !

(-1)

Splatterfox

Sep. 18, 2011

Under rating threshold (show) @C3WhiteRose: Just give the missiles a speed = (a number) and then use _y = _y + speed instead of _x :)

+ - !

(-1)

AvdulKOD

Jul. 24, 2011

Under rating threshold (show) This is the game I made using the shooturials :http://www.kongregate.com/games/AvdulKOD/road-kill

+ - !

(-1)

AvdulKOD

Jul. 15, 2011

Under rating threshold (show) This is the best tutorial on the internet by far. Does anyone know where can I find a good tutorial to make platforming game? and here is the first game I have made using these tutorialshttp://www.kongregate.com/games/AvdulKOD/pirates-in-the-blue

+ - !

(-1)

AvdulKOD

Jul. 15, 2011

Under rating threshold (show) This is the best tutorial on the internet by far. Does anyone know where can I find a good tutorial to make platforming game? and here is the first game I have made using these tutorials. http://www.kongregate.com/games/AvdulKOD/pirates-in-the-blue_preview

+ - !

(-1)

camaloupe

May. 10, 2011

Under rating threshold (show) just finished my first one today for a school project. thanks a ton Shootorial... http://www.kongregate.com/games/camaloupe/siegfried-slash

+ - !

(1)

katana099

Apr. 08, 2010

Under rating threshold (show) I just finished making my game :D (I don't like powerups) http://www.kongregate.com/games/katana099/invasion Test: [url=http://www.kongregate.com/games/katana099/invasion]link[/url]

+ - !

(-1)

aleswolf

Aug. 11, 2009

Under rating threshold (show) Action Script 3.0 pls!!!!! AS3 AS3 AS3 AS3 AS3 AS3 AS3

+ - !

(-1)

Neosano

Jan. 15, 2009

Under rating threshold (show) really noobish, you must use some class like effect or just a sound, and then you use _root.souns.explosion() and it makes whatever is there, you don't care. If you use this it will be easier to disable sound and music. 1/5 for all shootorials.

+ - !

(-2)

mummyman1224

Nov. 06, 2008

Under rating threshold (show) i dont get these Shootorial games they are very stuipid

+ - !

(-2)

PARSco

Jan. 27, 2011

Under rating threshold (show) Here's my game I made with Neil Shah and I added a little spinoff: http://www.kongregate.com/games/PARSco/space-shooter

+ - !

(-2)

nick1337

May. 09, 2010

Under rating threshold (show) http://www.kongregate.com/games/nick1337/shoot-and-dodge Some things don't work but whatever :D

+ - !

(-2)

iGreenPuffle92

Apr. 11, 2010

Under rating threshold (show) I finished my Game! Please Play it Here! http://www.kongregate.com/games/iGreenPuffle92/maxotonic

+ - !

(-2)

Sasuke_Uchiha_

Mar. 13, 2010

Under rating threshold (show) i don't understand what tutorial is this

+ - !

(-2)

klose252

Jul. 12, 2010

Under rating threshold (show)

+ - !

(-9)

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