Games Achievements My Kong Sign In

Comments for Shootorial #1

« Back to Shootorial #1

hazrain99

Dec. 28, 2009

Under rating threshold (show) And my ship doesnt move at all XD

+ - !

(0)

hazrain99

Dec. 28, 2009

Under rating threshold (show) 5007: An ActionScript file must have at least one externally visible definition. WTF does it mean?

+ - !

(0)

siaosoul

Dec. 28, 2009

Under rating threshold (show) The code i said onli works if u click on your ship and press F9 then copy it in

+ - !

(0)

krazykool96

Dec. 27, 2009

Under rating threshold (show) good tutorial 4/5

+ - !

(0)

siaosoul

Dec. 27, 2009

Under rating threshold (show) onClipEvent(load){ speed = 10; } onClipEvent(enterFrame){ if(Key.isDown(Key.LEFT)){ _x -= speed; }else if(Key.isDown(Key.RIGHT)){ _x += speed; }else if (Key.isDown(Key.UP)){ _y -= speed; }else if (Key.isDown(Key.DOWN)){ _y += speed; } } Try this code i use it and it works

+ - !

(0)

Zorglub

Dec. 27, 2009

Under rating threshold (show) To all those using CS4, if it does not qork, go on your stage and look on the right of the screen. Check if the script is ActionScript 2.0, and not 3.0. Good luck!!

+ - !

(0)

imorio

Dec. 27, 2009

Under rating threshold (show) Am I just being stupid, or is the newest version of the programme used (Adobe Flash CS4 Professional ) 700 dollar?

+ - !

(0)

gameguy11

Dec. 26, 2009

Under rating threshold (show) just to clear it up i already tried letmeon's solutions

+ - !

(0)

gameguy11

Dec. 26, 2009

Under rating threshold (show) i got the same problem as chasen charran heeeelp

+ - !

(0)

LetmeonStudios

Dec. 25, 2009

Under rating threshold (show) chasencharran I had the same problem but what you are doing wrong is typing in Ship with a capital S when you made the symbol you made it with a lowercase S. Change the symbol name or code to the same thing as the other.

+ - !

(0)

Uzer0

Dec. 24, 2009

Under rating threshold (show) i xant download the files:/

+ - !

(0)

LetmeonStudios

Dec. 24, 2009

Under rating threshold (show) The something somone died sometime ago, now that you have read this you will proceed not to repost anything in any game or forum or site for 1000 days or all of everything will get you at whatever time you are not looking. Goodbye.

+ - !

(-1)

ChasenCharran

Dec. 23, 2009

Under rating threshold (show) Okay I fixed them, now, it just says it couldn't find the class or interface "Ship" but the ship is saved as class "Ship" and the actionscript is saved as Ship.as on my desktop same as the flash file.

+ - !

(0)

ChasenCharran

Dec. 23, 2009

Under rating threshold (show) i tried the coding and got 9 errors. i tried fixing it but they stayed there. i checked test movie but nothing happened.

+ - !

(0)

gimiltock

Dec. 22, 2009

Under rating threshold (show) lol

+ - !

(0)

gimiltock

Dec. 22, 2009

Under rating threshold (show) lol

+ - !

(0)

gimiltock

Dec. 22, 2009

Under rating threshold (show) lol

+ - !

(0)

gimiltock

Dec. 22, 2009

Under rating threshold (show) lol

+ - !

(0)

gimiltock

Dec. 22, 2009

Under rating threshold (show) lol

+ - !

(0)

spencer1996

Dec. 22, 2009

Under rating threshold (show) Great tutorial thanks for all the help!

+ - !

(0)

RNGbladegames

Dec. 22, 2009

Under rating threshold (show) Oh i've fixed it now, it's ment to be the same name in the fla as the as file sorry for the tut to be gay but it's 4/5

+ - !

(-1)

RNGbladegames

Dec. 22, 2009

Under rating threshold (show) errors errors this tutorial is gay, look at the desc "The class or interface 'Ship' could not be loaded."

+ - !

(0)

RNGbladegames

Dec. 22, 2009

Under rating threshold (show) Source file button dosen't work that';s why kongai was here, I decide to change it to Kongay

+ - !

(0)

awsomekool9

Dec. 20, 2009

Under rating threshold (show) GIRL DIED IN 1993, A MAN BURIED HER IN HER OWN homewhen she was still alive. The murderer chanted, "Toma sota balcu" as heburied her. Now that you have read the chant, you will meet this littlegirl. In the middle of the night she will stand at the... harmon28: side of your bedstarring straight int your ey...es.......She will suffocate you like she was suffocated. This story is sadlytrue. Ifyou post this 5 differnt times she will not bother you Thanks for the comment! i hate chain lettes T_T

+ - !

(0)

redeath

Dec. 20, 2009

Under rating threshold (show) try saving your .fla file and your .as file in the same folder had the same problem worked for me

+ - !

(0)

SwiftDeath

Dec. 20, 2009

Under rating threshold (show) Hey, why when I go to TEST MOVIE does it say 'The class or interface 'Ship' could not be loaded.'

+ - !

(0)

GnomeofJustice

Dec. 19, 2009

Under rating threshold (show) Dudepop34 check ur frame rate

+ - !

(0)

MronoC

Dec. 16, 2009

Under rating threshold (show) great tutorial, it took me a while to figure out why you have to subract velocity to go up and add to go down, then I realized that the rulers measure from the UPPER left hand corner, I still have no idea why that is.

+ - !

(0)

Outcast0822

Dec. 16, 2009

Under rating threshold (show) For those failed: Make sure the AS filename and the class name are the same. It IS case-sensitive.

+ - !

(0)

Dudepop34

Dec. 16, 2009

Under rating threshold (show) Now it works but my ship is super slow... is that what its supposed to be???

+ - !

(1)

Calumks

Dec. 12, 2009

Under rating threshold (show) Great Tutorial!

+ - !

(0)

zs21

Dec. 10, 2009

Under rating threshold (show) Where's the advanced button on the ship properties?

+ - !

(0)

Nolbeat

Dec. 09, 2009

Under rating threshold (show) This is how I got my ship to move...it is different what the tut says...I am using CS4 class Ship extends MovieClip { var velocity; function onLoad() { velocity = 10; } function onEnterFrame() { if( Key.isDown(Key.RIGHT) ) _x = _x + velocity; if( Key.isDown(Key.LEFT) ) _x = _x - velocity; if( Key.isDown(Key.DOWN) ) _y = _y + velocity; if( Key.isDown(Key.UP) ) _y = _y - velocity } }

+ - !

(0)

Nyarlathotep

Dec. 09, 2009

Under rating threshold (show) i can´t move the ship u.u but ill keep trying (y)

+ - !

(0)

TL900

Dec. 08, 2009

Under rating threshold (show) I just downloaded Flash 8 Pro

+ - !

(0)

CheezecakeV2

Dec. 06, 2009

Under rating threshold (show) To everyone using CS4 - Save your file as a CS3 document and it will work.

+ - !

(0)

kevinod

Dec. 06, 2009

Under rating threshold (show) My ship isn't working, but I supose it's because the FLA file isn't at right place. Can someone tell me where it might be ?

+ - !

(0)

4chieve

Dec. 05, 2009

Under rating threshold (show) I figured out the reason why the ship won't move. When you save your flash project, not the actionscript, change the format to CS3 instead of CS4. You will have to click yes a few times and you should be good.

+ - !

(0)

Glood

Dec. 05, 2009

Under rating threshold (show) maybe on the part where you tell it that press the right key to go right change that to D? and so on

+ - !

(0)

robe94

Dec. 04, 2009

Under rating threshold (show) Can anyone tell me how to use the wasd keys to move instead of up down left and right. Please help

+ - !

(0)

BluePriest

Dec. 01, 2009

Under rating threshold (show) to people having trouble making the ship move, i was too, make sure you click ont he advanced button on the ship properties and define a class. Its easy to overlook.

+ - !

(0)

timist

Nov. 30, 2009

Under rating threshold (show) sorry to take up coment room but... i types this in the actionscript file class Ship extends MovieClip { var velocity; function onLoad() { velocity = 10; } function onEnterFrame() { _x = _x + velocity; } } and i tested it like in step 9 but my ship didnt move. please respond

+ - !

(0)

RNGbladegames

Nov. 29, 2009

Under rating threshold (show) I can't get it to work due to the actionscript file won't load, I have CS3 and if you know how to fix it, whisper to me

+ - !

(0)

powerownage

Nov. 27, 2009

Under rating threshold (show) wtf, i typed the code exactly, but it says The class or interface 'Ship' could not be loaded. WTF do i do is this just because i have cs4 not cs3 someone plz leave a whisper on my profile

+ - !

(0)

Thomast555

Nov. 26, 2009

Under rating threshold (show) I can't believe this but it's actually working for me so far :) and guys... remember to save the script each time you do something to it. And then that will affect the game itself!

+ - !

(0)

saucebiotch

Nov. 26, 2009

Under rating threshold (show) and yes it is actionscript 2 so thats not the problem

+ - !

(0)

saucebiotch

Nov. 26, 2009

Under rating threshold (show) wow the ship doesnt move at all and i did everything exactly right

+ - !

(0)

BlackOUT87

Nov. 26, 2009

Under rating threshold (show) I think toxicityj addressed the issue. Check to see if you're using actionscript 2 and not actionscript 3; there is a big difference between the two.

+ - !

(0)

blueopal

Nov. 25, 2009

Under rating threshold (show) Everything was exactly the same but then it didn't move at all.

+ - !

(0)

kurokareta

Nov. 25, 2009

Under rating threshold (show) how do i get the scource files the link dosent work?

+ - !

(0)

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