Games Achievements My Kong Sign In

Comments for Shootorial #1

« Back to Shootorial #1

Noahx44

Jun. 15, 2014

Under rating threshold (show) Is it possible to use Adobe Flash Professional CS5.5? Because that's all I can get my hands on.

+ - !

(0)

Camels

Jun. 14, 2014

Under rating threshold (show) Current Version of the Flash program i use only supports ActionScript3.0 . so you cant use onLoad() or onEnterFrame() function but you have to do it with EventHandlers. I had to consult other tutorials to get this working.

+ - !

(3)

Gnumber3BriCk

Jun. 01, 2014

Under rating threshold (show) Nothing downloaded, so I have no idea what to do.

+ - !

(4)

FesteringNewt

May. 16, 2014

Under rating threshold (show) I keep on getting 5007: An ActionScript file must have at least one externally visible definition. I guessing it's because I'm using AS3 instead of AS2. Could someone verify and if this is true explain to me why.

+ - !

(3)

victorytaste

Mar. 31, 2014

Under rating threshold (show) easy to use and very helpful thanks

+ - !

(2)

darkdani50

Mar. 17, 2014

Under rating threshold (show) It says Adobe Flash CS3. Im pretty sure you might want to try the newer versions.. But for the newbies, the older ones are great practice.

+ - !

(0)

bart200118

Mar. 10, 2014

Under rating threshold (show) Wait , in what programm should i make the game ??

+ - !

(0)

yoda2395

Mar. 01, 2014

Under rating threshold (show) I got sort of confused, but I soon did it!

+ - !

(1)

btrammzz

Jul. 23, 2013

Under rating threshold (show) Many thanks for your very helpful tutorial, so far, this is my first game made in flash as2 http://browse.deviantart.com/art/Flash-game-study-AS2-276658706 of course, i could not have done that without this helpful, easy-to-folow tutorial. I wonder if you already have an offline version of this shootorial in AS3? i am an (aspiring) artist and i dont have any background in programming.

+ - !

(2)

mihi2005

Jul. 08, 2013

Under rating threshold (show) Not just i love this game, this is my favorite site.

+ - !

(4)

Rasteirinho33

Jun. 17, 2013

Under rating threshold (show) you need to save alaways your code

+ - !

(2)

StuartB30

Jun. 05, 2013

Under rating threshold (show) Thanks for a cool tutorial. Been doing a games programming course on C++ for a few months now with slow results. Trying to broaden my spectrum with new code.

+ - !

(0)

onca

Jun. 04, 2013

Under rating threshold (show) Tip: Like many programming languages, Flash script is very case sensitive. So remember to get the case correct in all your code. Eg. There is a difference between "Key.isDown" and "Key.DOWN".

+ - !

(0)

kaedeb

May. 02, 2013

Under rating threshold (show) (ATTENTION!!!!)Ok who ever is stuck on Page 9 thanks to another player, if the ship is not moving, go to your action script and save it! The .swf runs on the action scipt you saved first, so please, if your ship wont move SAVE THE ACTIONSCIPT FILE!

+ - !

(2)

kalever23

Mar. 24, 2013

Under rating threshold (show) I do not know how to get this to work with freaking Flash CS6 I am going to punch a hole through my computer.

+ - !

(1)

Biggums426

Jan. 25, 2013

Under rating threshold (show) (srry double post) Just relised I made the csame mistake as Ninja No1

+ - !

(0)

Biggums426

Jan. 25, 2013

Under rating threshold (show) On page 8 I saw that I have 1 error: Symbol=Ship, layer=Layer 1, frame=1, Line 1 The class or interface 'Ship' could not be loaded.

+ - !

(0)

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)

Rollepakt

Dec. 23, 2012

Under rating threshold (show) Love this tutorials! Sometimes im stuck, but I find a solution. Amazing!

+ - !

(2)

vip125

Dec. 03, 2012

Under rating threshold (show)

+ - !

(-3)

OUCHiambeingshot

Nov. 15, 2012

Under rating threshold (show) anybody know how to make your character jump?

+ - !

(0)

MoNstERs

Sep. 14, 2012

Under rating threshold (show) Stuck on page 9 for a long time, using CS5.5. When you first convert to symbol, you NEED to click the tiny little "Advanced" options and copy the boxes such as "Export for Actionscript" AND name both fields as "Ship"... this was my problem.

+ - !

(4)

thadpark

Aug. 25, 2012

Under rating threshold (show)

+ - !

(-7)

RStone4

Aug. 18, 2012

Under rating threshold (show) It would be nice if they made an AS3 version.

+ - !

(4)

Aeddan1

Aug. 12, 2012

Under rating threshold (show)

+ - !

(-5)

TerrellW2

Aug. 07, 2012

Under rating threshold (show) Im on Tut #1 and I pressed click here to download the ship and nothing happened

+ - !

(0)

deth42

Jul. 13, 2012

Under rating threshold (show) i cant get this to work i checked every thing my Ship wont move

+ - !

(0)

Beastly_Priest

Jul. 04, 2012

Under rating threshold (show) I'm stuck on page 9 and the Ship won't move. I have double checked the code and the linkage spelling/cases. Can someone please help.

+ - !

(4)

connor03

Jul. 03, 2012

Under rating threshold (show) wow this was easier than i though

+ - !

(0)

azhrak

Jun. 19, 2012

Under rating threshold (show) thank you!

+ - !

(1)

stacey2

Jun. 12, 2012

Under rating threshold (show) POOP

+ - !

(-2)

dawkinsia

Apr. 20, 2012

Under rating threshold (show) I can't download anything :(

+ - !

(-1)

Sketchist

Apr. 15, 2012

Under rating threshold (show) Extremely helpful! Thank you Kongregate! I have just learned something from this tutorial! Knowledge = power; Kongregate = knowledge;

+ - !

(2)

hierensi

Apr. 05, 2012

Under rating threshold (show) for all those experiencing trouble with CS 5: Instead of creating a new actionscript file, press the little arrow next to where the ships instrance name is (top right corner under properties) and input this code: onClipEvent(load) { var velocity; velocity = 10; } onClipEvent(enterFrame) { _x= _x + velocity; } }

+ - !

(0)

zippy908

Apr. 01, 2012

Under rating threshold (show) i cliked the button to download but nothing came up

+ - !

(1)

demyx3

Mar. 15, 2012

Under rating threshold (show) Would it be the same to make the ship a land character running on land instead?

+ - !

(0)

ni0369

Mar. 07, 2012

Under rating threshold (show) now i'm stuck at step 9,i can't even make the picture moving.using cs4. P.S. Make a video instead of using pics!!

+ - !

(0)

hughesj

Feb. 16, 2012

Under rating threshold (show) hi all, Just to let you know I'm a dev so if anyone encounters problems feel free to message me and i'll be happy to help

+ - !

(3)

tkdrocker806

Jan. 28, 2012

Under rating threshold (show) Umm, on step 4, with Modify>Convert to Symbol it says that I need to enter a unique identifier. Please help (I'd prefer if you message me as opposed to an @__________ comment)!!

+ - !

(0)

Typhon_10

Jan. 28, 2012

Under rating threshold (show) I changed the "onEnterFrame" thing on pg 10 but my ship still moves by itself. :'(

+ - !

(0)

Typhon_10

Jan. 28, 2012

Under rating threshold (show) When I test, my ship doesn't move and I get an error saying "the class or interface Ship could not be loaded" Help plz?

+ - !

(0)

denmaster12

Jan. 21, 2012

Under rating threshold (show) @TheSupaHobo You didn't do quadratic graphs when you were younger? The X axis is left to right (horizontal), to the right is 1,2,3,4,5 etc. left is -1,-2,-3,-4,-5 etc.. The same occurs for the Y axis, but it's vertical to move up it's 1,2,3,4,5 and to go down it's -1,-2,-3,-4,-5 etc.

+ - !

(0)

deth42

Jan. 17, 2012

Under rating threshold (show) ok i just got the cs5 and i dont know eney action script so i come here expecting some teaching but no just how to set it up

+ - !

(0)

voxy

Jan. 16, 2012

Under rating threshold (show) lol on page 2 sais abode not adobe :DD

+ - !

(2)

TheElect2049

Jan. 10, 2012

Under rating threshold (show) Thankyou soo much i didnt realise flash is easier than javascript ^^"

+ - !

(-1)

TheSupaHobo

Jan. 10, 2012

Under rating threshold (show) Why does "_y = _y + velocity" cause the ship to go down while "_x = _x + velocity" goes right? I'm imagining the x and y coordinates and I can see why adding more to the x value would move the ship to the right but I don't understand why adding more to the y value causes the ship to fall downward.

+ - !

(0)

TheSupaHobo

Jan. 10, 2012

Under rating threshold (show) Wow, spent over an hour from pages 1 to 9 and reading the top comments only to find that the ship still isn't moving. Read a thumbed down comment about saving before testing and it moved.

+ - !

(3)

R3vqq

Jan. 10, 2012

Under rating threshold (show) Im never making anything in a capital letter again in flash -_-

+ - !

(0)

ki1lr

Jan. 07, 2012

Under rating threshold (show) ok guys srry for that comment. i went on to #5 and i am learning stuff... i had a bad day yesterday :(

+ - !

(3)

ki1lr

Jan. 06, 2012

Under rating threshold (show) i just stopped cuz i didnt learn anything. i wanted to LEARN how to make a game, not have kongregate do it for me.

+ - !

(-1)

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