| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Sep 2006
Posts: 2
|
I am having problems with some buttons that I got off ffiles.com. I want these buttons to play forward in the time line but I am not sure how that code works. if anyone can help I would be so appericative here is the code. I will post the files also
bt1.nomme = "HOME"; bt2.nomme = "ABOUT"; bt3.nomme = "CONTACT"; bt1.onRelease = function() { bt1.enabled = false; bt2.enabled = true; bt2.voltar = true; bt3.enabled = true; bt3.voltar = true; } bt2.onRelease = function() { bt1.enabled = true; bt1.voltar = true; bt2.enabled = false; bt3.enabled = true; bt3.voltar = true; } bt3.onRelease = function() { bt1.enabled = true; bt1.voltar = true; bt2.enabled = true; bt2.voltar = true; bt3.enabled = false; } |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Sep 2006
Posts: 2
|
here are the files
|
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2004
Posts: 97
|
You're missing some significant code. This was placed on the button instances themselves:
ActionScript Code:
What you're planning to do with this, though, I don't know, so I can't say how these buttons will work with your project. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Button Stays in Hit State once Hit | boycetown | ActionScript 1.0 (and below) | 2 | 05-26-2006 08:22 PM |
| help in next/back button | janice_2k | ActionScript 1.0 (and below) | 0 | 03-18-2005 01:11 AM |
| Button Symbol Issues | NRutman | Other Flash General Questions | 2 | 03-12-2005 07:08 AM |
| Unable to name the text field for a movieClip button | fletchsod | ActionScript 2.0 | 2 | 03-08-2005 10:12 PM |
| Loadvariables not on button action issues | e-merge | ActionScript 1.0 (and below) | 1 | 09-10-2001 11:16 AM |