How do I make a dress-up game on Anime Studio?
Moderators: Víctor Paredes, Belgarath, slowtiger
-
nevermind3792
- Posts: 1
- Joined: Sat Nov 29, 2008 5:52 pm
How do I make a dress-up game on Anime Studio?
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?
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
Here's the actionscript:
on (press) {
startDrag ("");
}
on (release) {
stopDrag ();
}
Cheers
D.K