this in flash???
this in flash???
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- qruise0
um, of course it can.
learn some basic math.
onEnterFrame {
ship._x -= (ship._x - _xmouse) / shipSpeed;ship._rotation = BASIC-FRIGGIN-TRIGONOMETRY;
}
um, of course it can.
learn some basic math.
onEnterFrame {
ship._x -= (ship._x - _xmouse) / shipSpeed;
ship._rotation = BASIC-FRIGGIN-TRIGONOMETRY;
}