Under rating threshold (hideshow)
can someone type in the entire, full movie code for the actionscript file here so i can copy it. the ones on the shootorial arent working
Under rating threshold (hideshow)
Nvm I got it
To all those who can't get it you gotta save the FLA file to a folder and put the .as in the same folder you saved the FLA in and you gotta name em both ship.as or ship.fla
Hope that helps! ^^
Under rating threshold (hideshow)
wtf this sucks my c ock really no kiding for thoses that know nothing about how to do stuff in flash this isnt wat u should watch at all it sucks my c oock they tell u to write some logic for the ship to move yepp. dont even explain how to do that.
Under rating threshold (hideshow)
argh wtf?!!?!? 3rd time i've tried it, done all it says correctly and it wn't frikken move!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
Under rating threshold (hideshow)
Part 9; "the class or interface 'Ship' could not be loaded." The hell? My syntax has no errors, and the files are saved with the exact same name (but obviously different extensions).
Under rating threshold (hideshow)
Hmm, if you set an instance name when you convert your image to a symbol, the code won't work. That little mistake took me like an hour to solve =/
Under rating threshold (hideshow)
Does NOT work. Also doesn't say where to paste the stuff, just shows u wat it looks like at the end. So i dunno, am I supposed to tab everything over constantly? That didn't seem to work. It messed it up. FRICK. I hate you shootorials.
Under rating threshold (hideshow)
Wow, these tutorials are really helpful! You really can learn alot from this! -to everybody that has problems with cs4- make a new .fla and be sure to pick cs3 from the list since this is a cs3 tutorial!
Under rating threshold (hideshow)
As for using WASD instead of using the arrow keys, you should use the ASCII code.
Example: For up arrow you use '(Key.UP)'.
The ASCII code for W is 87, so you use '(87)' instead of '(Key.UP)'. So the line with W would be "if( Key.isDown(87) )".
Under rating threshold (hideshow)
I've looked over the tutorial many times and I'm not doing anything wrong. Keep getting a "the class or interface 'Ship' could not be loaded" on step 9. Help?
Under rating threshold (hideshow)
CS4 is basically just CS3 upgraded. No worrys.
Adobe BOUGHT Macromedia, they are one in the same.
I do believe Key.W should work.
Under rating threshold (hideshow)
this tutorial works perfectly well in CS4, the most likely mistake u will make is not saving the file every time you go to test it, so u publish an old version
Under rating threshold (hideshow)
Any1 can tell me how to make keys W S A D usable for the same as arrow keys? What is the command for theese? KeyW dont manage for example.....
Under rating threshold (hideshow)
Nice! 5/5!! though it would of saved time to tell us to save the fla file as Ship.fla...i should be ok now on, also this is basicly math!! =D
Under rating threshold (hideshow)
Zzz...the explanation needs to be clearer...and can you have windows version??? The mac version is kinda different...
Under rating threshold (hideshow)
I still have a problem... the class or interface "Ship" could not be loaded. ANYONE!!! Please help. It would be appreciated greatly.
Under rating threshold (hideshow)
ahhhh lolage. i had to save the .fla !!!! tht might help some of you guys too lol. i was gonna close the whole thing out of anger and it asked me to save "untitled-12.fla" ( i made alot of attempts lol) and then called it "ship.fla" and then loaded flash up again and it worked =]
Under rating threshold (hideshow)
i checked using "check Syntax" and i got this i dont kow wat it means **Error** C:\Users\Kids\Documents\ship.as: Line 1: The class 'Ship' needs to be defined in a file whose relative path is 'Ship.as'.
class Ship extends MovieClip
Total ActionScript Errors: 1 Reported Errors: 1