Problems with "Number" when exported for Flash 7
Problems with "Number" when exported for Flash 7
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- unfittoprint0
when will u ppl start using Flash5 [& higher] syntax? Flash4 is dead! Dead, I tell ya!
timeline._x -= ( _xmouse-260)/10
if (timeline._x>0) {
timeline._x -= 448;
} else if (timeline._x<-448) {
timeline._x += 448;
}