Tutorial Navigation
 

     
 Links
 

 
.

 

 Search         Date   
      

SwishMax
:  Drag Object with mouse, 
April 8, 2004  -  by Pemtium  
Drag object with mouse using swishmax is very easy.

Draging circle sample:












First step is create any object (we are going to use a circle in our sample)

After create the circle we give a name to the shape object OBJ2.
the script to use in the shape object is the following:
onselfevent(press){
     startdragunlocked();
}

onselfevent(release){
     stopdrag();
}

    Total Download: 38 Last Download: 10/01/2010

.

     
 Featured Links