Flash End-of-Life, Ruffle Integration!
This game runs on Adobe Flash. Effective Jan. 2021, Adobe began blocking its flash player's use everywhere. Kongregate is now partnering with Ruffle to make some of our Flash content playable again. Please note: If you are using Ruffle, badges will not work normally. In order to earn a badge in a Flash game, you will need to complete the badge, then submit a screenshot (showing both proof of completion and your username) as a missing badge report using the report missing achievement option. Also, please join us in the Kongregate Discord for all the latest Kongregate news!
Tutorial On Moveing Object
開發者 kinglynx
Tutorial On Moveing Object
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;
}
玩法說明
Click, Read, Learn!
留言
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