Under rating threshold (hideshow)
on page 9, i got this error
"**Error** Symbol=ship, layer=Layer 1, frame=1:Line 1: The class or interface 'ship' could not be loaded.
Total ActionScript Errors: 1 Reported Errors: 1"
Under rating threshold (hideshow)
OF course you need to code...
Well for half decent games that is...
If you want to learn to make games without coding (you can code in it as well though) you should check out Game Maker
Under rating threshold (hideshow)
Dang, it keeps saying "statement block must be terminated by'}'" and "syntax error", even though my code looks EXACTLY like the one in the tutorial!
Under rating threshold (hideshow)
OMGosh, im such an idiot...
It said on page one: create a ship class and blah blah blah
I thought i had to do it... Took ages to figure out that that was what we were GOING to do...
Under rating threshold (hideshow)
Mattrox:
The "block must be terminated by }" means that u are missing a } somwhere. and the syntax error probably means you misspelled somthing, because the computer doesn't recognize one of ur commands
Under rating threshold (hideshow)
I did everything on step 11, but the ship just stays there. And there's 2 error messages saying "Statement block must be terminated by }" and "Syntax Error." Can Somebody help me?
Under rating threshold (hideshow)
Try to keep this bumped for people "if you are one of the people having the problem error: the class or interface 'ship' could not be found, try naming the game, game.fla and try naming the as file ship.as"
That is how I fixed mine! ^^
Under rating threshold (hideshow)
I need help, I followed all the steps and have re-written the code 5 times already, and I have both files saved in the same place. It says "The class or interface "Ship" cannot be loaded" I'm using CS4 but using a CS2 Flash file. Should I use a CS3? I don't really know how to use it...
Under rating threshold (hideshow)
These tutorials are amazing. They actually teach you. I have already finished my first game. See it at http://www.kongregate.com/games/rosslyn568/planet-defender ---- anyway, great tut. 5/5
Under rating threshold (hideshow)
Wonderfull it works, you can use adobe cs4 for this but it has to be as3, and a lot of errors are because the class and the project file isnt in the same folder!
Under rating threshold (hideshow)
At first, I couldn't get the ship to move at all, but after I closed flash and then opened the two files again, it worked!
Under rating threshold (hideshow)
I think i did everything that the tutorial tells me to do but when i test my movie the ship doesn't fly across the screen.
I have an error report that says "Symbol=Ship, Layer=Layer 1, Frame=1, line 1: The class or interface ' Ship' could not be loaded" i have probably done something stuped can anyone help?
Under rating threshold (hideshow)
The problem is, I have. I did everything by the book. There isn't even an error message... perhaps it's because I'm using CS4?
Under rating threshold (hideshow)
Hmm, very odd... my ship's captain is eiither holding a mutiny, or I did something wrong... my ship cannot move on step 9...
Under rating threshold (hideshow)
I Get 3 errors:
The class 'Ship' needs to be defined in a file whose relative path is 'Ship.as'.
ActionScript 2.0 class scripts may only define class or interface constructs.
};
Under rating threshold (hideshow)
got the ship to move after like an hour. you have to save the file right before you do the control test movie. if you didnt save all the info you put in it wont load. (if you get an error that is)
Under rating threshold (hideshow)
HERE it appears The class or interface 'Ship' could not be loaded. as an error, what shall I do???????????????????????????????????????????????????????????????????
Under rating threshold (hideshow)
i had alot of problems with the erroring until i uppercased the "ship" which i had put in as lower case change all the "ship" files to upper case and it should work. even upper case them when naming the ship and when you click modify to change it to a movie all of those should be an upper case "Ship"
Under rating threshold (hideshow)
For all those who are having problems with code and using CS4. Make sure you saved your .fla file as a CS3 file for it to work, so when you save change the file type to CS3. This is the most common problem I see in the comments, try it or at least double check.