Advertisements
Advertisements

Share this game
Your name *
Your email *
Friend email *
Your message


(* : Fields required)


Vote for this game
Average vote : 0.0 / 0 votes.
Jeu Tutorial On Moveing Object

Tutorial On Moveing Object

About "Tutorial On Moveing Object" :
This is a tutorial on how to make a symbol move in flash using action script.

My second tutorial, please don?t be harsh.

I?ve taken what other people have said in my other tutorial so i could make this one better!

-??-HERES THE WHOLE ACTIONSCRIPT????-

on (keyPress "") {

currentX = this.x;

this.
x = currentX ? 2;

root.face.rotation = 270;

}

on (keyPress "") {

currentX = this.
x;

this.
x = currentX + 2;

root.face.rotation = 90;

}

on (keyPress "") {

currentY = this.
y;

this.
y = currentY ? 2;

root.face.rotation = 360;

}

on (keyPress "") {

currentY = this.
y;

this.
y = currentY + 2;

root.face.rotation = 180;

}

Related games for "Tutorial On Moveing Object" :
Advertisements
HTML code to insert this game on your Blog / Site (customize the size)