Ive been wondering :D thank you *subs*
MrEpicFlashes 5 months ago
how did you make that game?
Klanurt1 1 year ago
(action script 2.0)put this code in your movieclip:
onClipEvent (enterFrame)
{ setProperty("", _y, _y + acelerar * Math.sin(_rotation / 5.730000E+001)); setProperty("", _x, _x + acelerar * Math.cos(_rotation / 5.730000E+001)); acelerar = acelerar * 8.000000E-001; acelerar = 10;
}
{ if (Key.isDown(37)) { setProperty("", _rotation, _rotation - 8); }
FlashLoadUp 1 year ago
Ive been wondering :D thank you *subs*
MrEpicFlashes 5 months ago
how did you make that game?
Klanurt1 1 year ago
(action script 2.0)put this code in your movieclip:
onClipEvent (enterFrame)
{ setProperty("", _y, _y + acelerar * Math.sin(_rotation / 5.730000E+001)); setProperty("", _x, _x + acelerar * Math.cos(_rotation / 5.730000E+001)); acelerar = acelerar * 8.000000E-001; acelerar = 10;
}
onClipEvent (enterFrame)
{ if (Key.isDown(37)) { setProperty("", _rotation, _rotation - 8); }
}
FlashLoadUp 1 year ago