Phlasch MX question
Phlasch MX question
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- ********0
doods Thanks for your help!!
Another question:
So I want to pull values from an array and place them where the '400' is(see below), how could I do this?
this._x += (params[i]-this._x)/speed;
DOESN'T WORK...root["box"+i].onEnterFrame = function() { this._x += (400-this._x)/speed;
};