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:
t1a0s
Full Member
***

Avatar

Posts: 107
Reputation: 3
33 / Male / Flag
Joined: Oct 2004
O.P. Huh?  Help with flash...
I'm trying to make a flash movie to go on one of the pages on my website. There's this one action (example can be found on http://www.johnnypanic.com/theband.htm) where when you click on one of the band member's top 5, another screen pops up with their top 5 things in it. How would i go about getting something to pop up like this after clicking a flash button? Any help would be greatly appreciated.

Member since 7126 days, 17 hours, 38 minutes, 43 seconds ago.
01-29-2006 04:40 PM
Profile E-Mail PM Find Quote Report
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
t1a0s
Full Member
***

Avatar

Posts: 107
Reputation: 3
33 / Male / Flag
Joined: Oct 2004
O.P. RE: Help with flash...
Thanks :d that was exactly what i was looking for, i'm just havin a problem where when i make what i want to pop up and i test the scene, what i want to come up just flashes constantly until i click the button to go to the right frame and stop. Any ideas? If you don't understand what i mean i can explain further. Thanks.

Member since 7126 days, 17 hours, 38 minutes, 43 seconds ago.
01-30-2006 06:31 PM
Profile E-Mail PM Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: Help with flash...
Think I get what you mean.

Try clicking on the actual frame in the timeline, then going to actions and just typing:

stop();

If that doesn't work you'll have to explain because it's monday night, and no matter what people say, monday nights are much worse than monday mornings :P

EDIT: Btw, why do you have a userbar for MsgPlus Live in your sig?

This post was edited on 01-30-2006 at 10:14 PM by ayjay.
01-30-2006 10:05 PM
Profile PM Find Quote Report
t1a0s
Full Member
***

Avatar

Posts: 107
Reputation: 3
33 / Male / Flag
Joined: Oct 2004
O.P. RE: Help with flash...
Thanks, the stop() thing worked :) The userbar is basically there coz i'm lookin forward to it coming out lol :D

Member since 7126 days, 17 hours, 38 minutes, 43 seconds ago.
01-31-2006 04:14 PM
Profile E-Mail PM Find Quote Report
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: Help with flash...
ah right :P

glad (and relieved :P) it worked :grin:
01-31-2006 04:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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