Flash Tutorial- Dragging objects
Views: 122 Comments: 0 Favorited: 0

Comments

Sign Up and login in order to leave a comment.
Added October 22, 2007
CheesePie

to CheesePie
Making an object Drag.

Action script.Copy and paste
it.

//this line will hide the
mouse from the screen
on(rollOver)
{
Mouse.hide();
}
//this line commands to drag
the shape when you click on
it
on(press) {
startDrag(this);
}
//this line releases the shape
and shows the mouse again on
th
more


Category Howto & DIY


Related Stock Photos
Embed this Video

Link this Video
Report Video