Thanks, I wasn't aware of the if(keydown(0)){
I have always wondered if there was something like that.
In flash it's if(key.is.down(KEY.UP)){
And regarding quotes, Im just use to using them.
Il remember in future you dont need them.
Would it be possible to have in a gani the showimg but have it something like this.
PHP Code:
SCRIPT
with(findimg(1)){
image = IMAGE;
attachtoowner = true;
rotation = thiso.angle;
}
SCRIPTEND
And then define the car image to use at the top of the script?