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

Wondering how to accomplish a certain animation task? Ask here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
nevermind3792
Posts: 1
Joined: Sat Nov 29, 2008 5:52 pm

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

Post 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?
User avatar
DK
Posts: 2897
Joined: Sun Aug 08, 2004 10:06 pm
Location: Australia

Post 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
Post Reply