PunkieDrewster
July 20th, 2003, 12:21 AM
In moving with actionscript, how do you stop the movement at a particular location?
claudio
July 20th, 2003, 12:30 AM
if(this._x >=300){
this._x = 300;
}Change "300" for any other value you want
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.