Tutorial On Moveing Object
autor kinglynx
Dodaj na ekran główny, by mieć szybki dostęp
Zainstaluj tę grę
Stuknij przycisk Udostępnij, potem "Dodaj do ekranu początkowego", aby szybko mieć grę pod ręką.
Tutorial On Moveing Object
Tagi dla Tutorial On Moveing Object
Opis
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;
}
Jak grać
Click, Read, Learn!
Komentarze
manneke150
Nov. 15, 2008
what program is used ?
Vakem11
Oct. 26, 2008
where do u go to create sybol
venturakid94
Oct. 19, 2008
um i like it but at the end put a demonstration
AlienKittyInc
Oct. 18, 2008
Not bad; you didn't just copy and paste from Kongregate's Shootorials, unlike most tutorials, it's actually kinda semi-useful, and I haven't seen this version of a how-to-move script so good job.
tunaburn
Oct. 18, 2008
booooo tutorials