hi,
how can i make a square graggable by the user in flash 8 proffesional!
hi,
how can i make a square graggable by the user in flash 8 proffesional!
There are tons of ways. Drag and Drop, Drag, Follow, replace, drag/drop and swap...
the most basic:
Code:on(press) { startDrag(this); } on(release) { stopDrag(); }
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks