Page 1 of 1

How do I make a dress-up game on Anime Studio?

Posted: Sat Nov 29, 2008 5:57 pm
by nevermind3792
I've seen tutorials for how to do it on flash, but I can't find one for AS. Can someone tell me how to do it, or where I can find directions?

Posted: Sat Nov 29, 2008 6:21 pm
by DK
You can't insert action script in Anime Studio only in Flash. You can draw all your characters in Anime Studio first and then import them into Flash then insert your action script to make a drag and drop game.

Here's the actionscript:

on (press) {
startDrag ("");
}
on (release) {
stopDrag ();
}

Cheers
D.K