This beginning level flash game making tutorial covers basic sprite movement via keyboard input.
Complete the Shootorials and learn to make your own Flash games.
| Donate: |
|
||||||||||||
This ad supports the people who make the games. Kongregate shares ad revenue with developers.
-
PooIsCrunchy
Nov. 20, 2008
- dont you mean adobe instead of abode?
Flag this comment as inappropriate-
r4d102
Nov. 20, 2008
- If anyone's having problems with their ship not moving when they publish a test .swf file. Make sure you save both the .fla and the .as before testing and make sure they are in the same folder.
?? how do u do that
Flag this comment as inappropriate-
r4d102
Nov. 20, 2008
- why wont my ship fly across ?? any help if so put a shout on ma page
Flag this comment as inappropriate-
HelveticaPrime
Nov. 19, 2008
- If anyone's having problems with their ship not moving when they publish a test .swf file. Make sure you save both the .fla and the .as before testing and make sure they are in the same folder.
Flag this comment as inappropriate-
Timster480
Nov. 19, 2008
- class Ship extends MovieClip
{
var velocity;
function onLoad()
{
velocity = 10;
}
function onEnterFrame()
{
if( Key.isDown(Key.RIGHT))
{
_x = _x + velocity;
}
}
Flag this comment as inappropriate-
Timster480
Nov. 19, 2008
- 4 gods sake! at number 8 its impossible to do,i even have a higher version,i cheacked it and its sayin there is an error with the brackets on line 2 and line 16!! and the brackets are the only things on that line,here is wut it look like,tell me wut wrong and srry,bout to double post,lol i got a habit of that
Flag this comment as inappropriate-
Timster480
Nov. 19, 2008
- nvm it show u wut to put later on,oh and tummyfish albinostorm,it does matter if u have a higher version then this was made for,it makes it easier,no diffrence,and yes the shootorials were made before CS4,CS4 is still very new
Flag this comment as inappropriate-
Timster480
Nov. 19, 2008
- i just think its stupid how it says copy this code into the empty file and it says
class Ship extends MovieClip
{
}
its just stupid,i mean wtf we just copy 3 blank spaces?
Flag this comment as inappropriate-
xXNovaLifeXx
Nov. 19, 2008
- @ enforcer9 and dslayer229:
You need to save your ship class as 'Ship.as'
Flag this comment as inappropriate-
dslayer229
Nov. 19, 2008
- lol enforcer im havin same prob
Flag this comment as inappropriate