View Single Post

  #5 (permalink)  
Old 21-08-08, 18:20
Onsitus's Avatar
Onsitus Onsitus is offline
CSS.FlepStudio.org
 
Join Date: Jul 2007
Location: Nettuno Beach
Posts: 1,066
Rep Power: 3
Onsitus is on a distinguished road
Re: declaring variables

on (press) {
startDrag(this, true, 0, 0, 550, 400);
}
on (release) {
stopDrag();
this._y = 223;
this._x = 122;
}
Reply With Quote