LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-16-2006, 11:45 PM
cjg1 cjg1 is offline
Registered User
 
Join Date: Oct 2006
Posts: 2
Rep Power: 0
cjg1 is on a distinguished road
Problem with linking animated buttons - Please Help!

Hi people,
I've designed a whole site using flash 8 and I'm ready to upload it, but I have one problem - my animated buttons won't work; ie they're not linking scenes together properly. The code I'm using is as follows:

on (rollOver) {
if (_root.link<>3) {
this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link<>3) {
this.gotoAndPlay("s2");
}
}
on (release) {
if (_root.link<>3) {
_root["item"+_root.link].gotoAndPlay("s2");
_root.link = 3;
}
}
on (release) {
gotoAndPlay("scene 17");
}

If anyone can help, or if anyone thinks they could solve it by seeing the .fla file, then please let me know! many thanks!
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Scrollpane and Dynamic Buttons Problem (Flash CS4) steffif Newbies 3 01-18-2010 10:15 PM
problem with buttons garret Flash CS4 0 03-22-2009 12:46 PM
Linking buttons in Flow List component Raynia Flash 8 0 08-28-2007 08:44 PM
Help Needed Please, Problem with drop down buttons. foxconn Newbies 1 06-22-2007 02:55 PM
flash buttons problem de049 Newbies 3 09-20-2006 08:31 AM




All times are GMT. The time now is 08:15 AM.