this will also work:
_root.onEnterFrame = function(){
if (_level1 != undefined){
_level1._x = xvaluehere;
_level1._y = yvaluehere;
delete _root.onEnterFrame;
}
}
it needs only a flick of a second.
|
Results 1 to 4 of 4
Hybrid View
|
Click Here to Expand Forum to Full Width |