Tutorial On Moveing Object
oleh kinglynx
Tutorial On Moveing Object
Tag untuk Tutorial On Moveing Object
Deskripsi
Ini adalah tutorial cara membuat simbol bergerak di flash menggunakan action script. Tutorial kedua saya, mohon jangan terlalu keras. Saya sudah mengambil masukan dari tutorial sebelumnya supaya yang ini lebih baik! --------INI SELURUH 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;. }
Cara Bermain
Klik, Baca, Pelajari!
Komentar
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