Be a Supporter!

Button Help ><;;

  • 460 Views
  • 7 Replies
New Topic Respond to this Topic
Carsis
Carsis
  • Member since: May. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Button Help ><;; 2005-06-19 00:13:07 Reply

Finished the animation and working on the buttons, but im currently having trouble. Looking at tutorials, and other topics, and even googling for help dosnt work! so here goes nothing.

For some reason, my play button dosnt want to work. After the loading script, it moves to a button that fades in. After A key frame, I stop the animation and add AS to the button.

on (release) {
gotoAndPlay(46);
}

I know that should work, but it dosnt at all. Any suggestions?

Lucky
Lucky
  • Member since: Nov. 13, 2004
  • Offline.
Forum Stats
Member
Level 08
Animator
Response to Button Help ><;; 2005-06-19 00:15:36 Reply

are you sure it's on the button and not on the frame?is there an error message where you test it?

DanWandin
DanWandin
  • Member since: Jan. 9, 2005
  • Offline.
Forum Stats
Supporter
Level 19
Blank Slate
Response to Button Help ><;; 2005-06-19 00:17:13 Reply

At 6/19/05 12:15 AM, Lucky_design wrote: are you sure it's on the button and not on the frame?is there an error message where you test it?

Thats most likely your problem


Anal Nerve endings enable individuals to distinguish between flatus and feces, although loose stool can confuse the individual, occasionally resulting in accidental defecation

Carsis
Carsis
  • Member since: May. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to Button Help ><;; 2005-06-19 00:18:49 Reply

Its on the button, and there is no error thing..
Dont know whats wrong.

Lucky
Lucky
  • Member since: Nov. 13, 2004
  • Offline.
Forum Stats
Member
Level 08
Animator
Response to Button Help ><;; 2005-06-19 00:24:49 Reply

At 6/19/05 12:18 AM, Carsis wrote: Its on the button, and there is no error thing..
Dont know whats wrong.

there's no frame 46 =( dunno

Joelasticot
Joelasticot
  • Member since: Feb. 14, 2003
  • Offline.
Forum Stats
Supporter
Level 46
Game Developer
Response to Button Help ><;; 2005-06-19 00:49:38 Reply

Be sure it's really a button and not a movie clip. Buttons actions assigned to movie clips won't work or give any error report. Or maybe is it because you tweened the button and it converted it to a graphic. If not, then you can also check if the actions are on the button in the first frame of the tween or the button in the last frame.
Your problem should be one of those.


ey

BBS Signature
Carsis
Carsis
  • Member since: May. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to Button Help ><;; 2005-06-19 01:10:40 Reply

unfortunetly... its not.
Tried each of your suggestions, and it still dosnt want to work..
* sigh * hate being a newb...

Carsis
Carsis
  • Member since: May. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to Button Help ><;; 2005-06-19 02:06:41 Reply

Yep.... defintly hate being a newb ^^;;

As it turns out I used a movie clip instead of a button symbol when adding the AS. Thanks a bunch Joelasticot.