MX api movement
MX api movement
Out of context: Reply #6
- Started
- Last post
- 14 Responses
- frankbb0
send me an .fla because the code you have wrote makes no sense...
you have this in an if statement which makes it equal it rather than check that it equals!!
if(_width=739){}
should be this if you want to check a width
if(_width==739){}