Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Aug. 4, 2013, 3:11 p.m.
FORMAT:
Text only
SIZE:
366 Bytes
Raw
Download
Tweet
HITS:
1239
Go to comments
Report
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
_x += 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
_x -= 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
_y -= 5;
}
if (this._x>=550) {
this._x = 545;
}
if (this._x<=10) {
this._x = 15;
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus