I need some help on action scripting. I'm offering $5 to anyone who can fix my problem.. I know its pretty easy..I just cant pull it out... Designs and the rest of the scripts are done.. Heres the problem: I need to unload swf and turn off the music when you load the next swf. I need this yesterday.. So I'm cramming now... Will be paid via PAYPAL!
Nope.. Heres the script I placed: on (press) { index_page.gotoAndStop(1); biography_page.gotoAndStop(1); criticalacclaim_page.gotoAndStop(1); news_page.gotoAndStop(1); schedule_page.gotoAndStop(1); tellTarget ("/contact_page") { play(); } } Coming from the Schedule_Page...going to contact The Schedule page is still on the stage... and the mp3 on the schedule page is still playing even if Its already showing the contact page.. Same thing with all the other pages... Anyone?