What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Easiest way to animate a short cartoon?

Easiest way to animate a short cartoon?
Author: Message:
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: Easiest way to animate a short cartoon?
onClipEvent(keyDown) {
    trace(Key.getCode());
}

^^ should just say whatever key you press in the output window.

To make something happen when a key is pressed you have to use

if (Key.isDown(Key.LEFT)) {
        <<do something>>
    }

EDIT: I can't see why you'd get errors if you did the same as in that second tutorial, is the Movie Clip named properly? (For instance he uses 'square' in his example - Step 2)

EDIT2: Also he provides the .fla at the end of the tut so it's probably a good idea to download that and make sure you're doing things the same, and to just get a better feel for what he's doing.

This post was edited on 01-06-2009 at 10:10 PM by vaccination.
[Image: jumbled.png]
01-06-2009 10:04 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 04:21 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-06-2009 at 04:49 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 04:59 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-06-2009 at 05:34 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 05:39 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-06-2009 at 06:08 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 06:16 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-06-2009 at 08:32 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 08:49 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-06-2009 at 08:57 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 09:03 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-06-2009 at 09:24 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 09:38 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-06-2009 at 10:04 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-06-2009 at 10:14 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-07-2009 at 08:05 AM
RE: Easiest way to animate a short cartoon? - by linx05 on 01-07-2009 at 10:56 AM
RE: Easiest way to animate a short cartoon? - by NanaFreak on 01-07-2009 at 11:07 AM
RE: Easiest way to animate a short cartoon? - by M73A on 01-07-2009 at 12:44 PM
RE: Easiest way to animate a short cartoon? - by vaccination on 01-07-2009 at 12:51 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-07-2009 at 01:15 PM
RE: Easiest way to animate a short cartoon? - by NanaFreak on 01-07-2009 at 01:19 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-07-2009 at 01:31 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-07-2009 at 03:09 PM
RE: Easiest way to animate a short cartoon? - by Spunky on 01-07-2009 at 03:21 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-07-2009 at 03:36 PM
RE: Easiest way to animate a short cartoon? - by Spunky on 01-07-2009 at 03:43 PM
RE: Easiest way to animate a short cartoon? - by M73A on 01-07-2009 at 03:48 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On