Under rating threshold (hideshow)
the only down point about this is your showing people how to put in the language but not actually teaching the language
Under rating threshold (hideshow)
I have CS4 and it works for me. Absolutely double-check that everything you type in step three matches everything you type in step 4. If you call your ship "Ship" and then name the class "ship" it won't work. (Notice capital s vs. lower case s.)
Under rating threshold (hideshow)
You using CS4. Don't go shoot yourself after you read this. If you write class with caps it won't work.
so, class Ship extend MovieClip NO Class Ship extend MovieClip.
Under rating threshold (hideshow)
make sure to save the code before u test, otherwise your changes will have no effect. that really annoyed me for a while.
Under rating threshold (hideshow)
i have the same problem sexypirates.
obviously has something to do with using CS4 instead of 3.. as Walkthroughflash has so brilliantly pointed out.
so can anybody offer a solution-rather-what are we, as n00bs, doing wrong?
Zarigani-if we use ac3 will that help somehow?
Under rating threshold (hideshow)
my code matches up right with theres...but it isnt moving...and i put all the class and identifier stuff right...still nothing
Under rating threshold (hideshow)
For everyone using CS4, there is an actionscript 3 download on the main Shootorial page which should compile for you.
Under rating threshold (hideshow)
Hey, I'm really loving these tutorials, but would it possible someday to update them for Actionscript 3? Would be super useful. Thanks
Under rating threshold (hideshow)
how to we view the shootorials ?, it just shows a blank plage loading here constantly.
isnt there a version in HTML ? , is this a flash video ? a mpg/avi/etc ?
thanks.
Under rating threshold (hideshow)
everything is fine until I copy the function for clicking the right arrow so the ship can move. Here is what errors I get:
Statement block must be terminated by '}'
Syntax error.
Please, if someone knows where is the problem write here. I am pretty sure I copied correctly the text into the action scrip file
Under rating threshold (hideshow)
Guys, remember to save the code (.as) file before testing the movie! Otherwise, changes you made will not affect the game.
Under rating threshold (hideshow)
I try to import the ship.png file but it keep importing a bitmap instead. I searched everywhere but no one have the same problem as I did.
Under rating threshold (hideshow)
If you are all having problems using an external file for your coding, create another layer. In the first frame, open your actions window and insert the following code:
var velocity;
function onLoad() {
velocity = 10;
}
function onEnterFrame() {
_x = _x+velocity;
}
This is not exactly how they do it here, but your ship will move.
Under rating threshold (hideshow)
Nvm, i got it to work.
All of you not getting it to work, make sure that after you copy the code you correct the format in the program. Flash untabbed some code lines and i think that was the issue.
Under rating threshold (hideshow)
I'm they have to remake , because i'm want to get money doin this games man, and i'm was learning by this shootorial's :/
if someone here know other site that i can learn how to use adobe flahs, send a PM please :D
Under rating threshold (hideshow)
ya know, i have to give props to kongregate for doing this, but they need to remake it for actionscript 3.0 in a video
Under rating threshold (hideshow)
this may seem like a dumb question, but does the color of text matter? because in the tutorial, its al blue, mines part blue and part black....
Under rating threshold (hideshow)
just one problem, changing the class/identifier isnt supported in actionscript 2.0, only in 3.0......so this tutorial doesnt work the way it says
Under rating threshold (hideshow)
I got mine to work. I kept testing it a million times because I was so proud. How I am going to remember what function and the other stuff he said is beyond me. So good think Im writing down the stuff as I go along.