PDA

View Full Version : Quick question



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