actionscript help please!
- Started
- Last post
- 10 Responses
- frankNbeans
I have this on the second frame of an imported swf file that's at level 28
if ( (this._x + (whereX-this._x)*advance>left) and (this._x + (whereX-this._x)*advance<right) ) {
this._x += (whereX-this._x)*advance;
}whenever it runs it makes the button go two frames forward. help!
- frankNbeans0
anyone?
- r_gaberz0
fuck you
hihihihihihiihih
sorry... can't help you out
- frankbb0
if ((Math.round(this._x)>left) and (Math.round(this._x)<right)) {
this._x = whereX
gotoAndStop(frame);
} else {
this._x += (whereX-this._x)/advance;
}this works for me...
- rasko40
to be frank frank has it there frank.
- jox0
Quite frankly - lol @ rasko
- frankNbeans0
I tried
if ((Math.round(this._x)>lef
t) and (Math.round(this._x)t)) {
this._x = whereX
gotoAndStop(frame);
} else {
this._x += (whereX-this._x)/advance;
(Math.round(this._x)t)) (Math.round(that._x)t))
(Math.floor(this._x)t))
else (_level69.donkey.screw.gotoAndPl...
}and it still doesn't work!
- frankbb0
remind me via email and i will get something to you later on if you want!

