Flash help needed - I am a Noob

Get help on web editors (Frontpage, Dreamweaver) and web languages (HTML, ASP, PHP).
Post Reply
novio
Registered User
Posts: 95
Joined: 03 Nov 2003, 02:00

Flash help needed - I am a Noob

Post by novio »

ok, so here's the deal:

i have 7 buttons
each button has an intro and an extro
the intros and extros are swf files loaded externally.

ok, so i have made all the intros of the buttons work fine:

mc_Button1.onRollOver = play;
mc_Button1.onRelease = function() {
mc_logoBox.loadMovie("fullcircle[button1_ON].swf");
mc_logoBox._x = 0;
mc_logoBox._y = 0;
}

mc_Button2.onRollOver = play;
mc_Button2.onRelease = function() {
mc_logoBox.loadMovie("fullcircle[button2_ON].swf");
mc_logoBox._x = 0;
mc_logoBox._y = 0;
}


the problem is, i want the extros of each button to be loaded and play before the intro of the next button is loaded and played.

PLEASE HELP


fixed the title there
-Anthropoid
Space modulatORRRR!!!!
DJT
I Bribed Ron With Foundry And All I Got Was This Lousy Title
Posts: 9387
Joined: 09 Aug 2002, 02:00
Location: Locked Down
Contact:

Post by DJT »

Completely OT here. But with regards to topic. You're a noob, no one can help you with that, there is no cure for noobdom. Afraid it is fatal

Runs from the banstick
Want to support my creative work? Drop me a like and subscribe below. It will be greatly appreciated!
Clarke Media - YouTube Channel
Clarke Media - Facebook
User avatar
Firestrm_ZA
Deliciously Moist Cake
Posts: 16644
Joined: 13 Mar 2008, 02:00
Processor: AMD Ryzen 7 5950X
Motherboard: ROG Strix B550-F Gaming
Graphics card: EVGA 3080Ti XC3 Ultra
Memory: 32GB 3600 G-Skill Trident Z RGB

Post by Firestrm_ZA »

DJT wrote:Completely OT here. But with regards to topic. You're a noob, no one can help you with that, there is no cure for noobdom. Afraid it is fatal

Runs from the banstick
apologies for my insane friend here..... 8)
Image
https://carbonite.co.za - CUD central 8)
DJT
I Bribed Ron With Foundry And All I Got Was This Lousy Title
Posts: 9387
Joined: 09 Aug 2002, 02:00
Location: Locked Down
Contact:

Post by DJT »

Firestrm wrote:
DJT wrote:Completely OT here. But with regards to topic. You're a noob, no one can help you with that, there is no cure for noobdom. Afraid it is fatal

Runs from the banstick
apologies for my insane friend here..... 8)
Where? Where?
Want to support my creative work? Drop me a like and subscribe below. It will be greatly appreciated!
Clarke Media - YouTube Channel
Clarke Media - Facebook
Post Reply