What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Help with flash...

Help with flash...
Author: Message:
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: Help with flash...
Can't tell exactly what you want to do because I can't find the top 5 thing you're on about :P but to get something to happen when you click a button:

Make the the button how you want.
Right click it and click "convert to symbol" and make it a button.
Go into the actions panel and type:

code:
on (release) {
    gotoAndStop(5);
}

That will make it go to frame 5, where you can just put whatever you want to appear when you click the button.

Might be getting the complete wrong idea of what you're after but hope it helps :P
01-30-2006 05:14 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help with flash... - by t1a0s on 01-29-2006 at 04:40 PM
RE: Help with flash... - by ayjay on 01-30-2006 at 05:14 PM
RE: Help with flash... - by t1a0s on 01-30-2006 at 06:31 PM
RE: Help with flash... - by ayjay on 01-30-2006 at 10:05 PM
RE: Help with flash... - by t1a0s on 01-31-2006 at 04:14 PM
RE: Help with flash... - by ayjay on 01-31-2006 at 04:58 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