Linking buttons inside movie clips

hello. i am trying to link some buttons inside my movie clip to go to another scene at a certain frame (that is labeled) when i test the movie the buttons are not working. can some help me… i am new, also - do not understand actionscript very well.

this is what i have currently assigned to the button and it is not workig.

on (release) {
_root;
gotoAndStop(“portfolio”, “cas”);
}

thanks.

I actually just learned this little trick from someone else on this forum (electrongeek).

Ok what you want to do is… Right click on the frame in your scene named “Portfolio” that are you are targeting. Choose “Properties” to open the properties panel and then give the frame a label. Lets call it “cas” (no quotes) as you did in your example.

Now on your button… add this…

on (release) {
_root.gotoAndStop("cas");
}

This is way easier than the previous method I used to get around this.

:slight_smile:

try this:

on (release) {
_root.gotoAndStop("cas");
}

=)

Stop bumping me lost!:bad:

:stuck_out_tongue:

LOL, sorry. I don’t do it on purpose. :frowning:

Oh well… I BEAT YOU!!!
:stuck_out_tongue:

hey guys, I got it to work! thank you so much!

Jackie

Cool :wink:

*Originally posted by lostinbeta *
Oh well… I BEAT YOU!!!

[SIZE=1]this time…[/SIZE] :bad:

:stuck_out_tongue: :stuck_out_tongue: :stuck_out_tongue:

:evil: