Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
randycrews #1
Need some help with buttons in MC's
--------------------------------------------------------------------------------
Hello all,
I placed a button deep within some MCs here is the path
_root.folder_nav.tbar.b1mc
So, on the main time line I have a MC called folder_nav within folder_nav is a
MC called tbar. Wihtin the tbar mc is another MC called b1mc the button title
b1 resides inside of the b1mc
I am tryin to get the button (b1) to go to a frame on the main timeline(root)
I tried the obvious (to me anyway):
on(release)
{
gotoAndPlay("_root","pg6");
}
Obviously that was wrong.....
I also tried just the frame label (dropped root) nothing happens. Can somebody
please tell me what I am doing wrong?
Thanks in advance!
randycrews Guest
-
Send script to all mc's in level
Hi, I have a function id like to send to all the mc's in a layer except the mc i just clicked on. heres my script: function... -
2 mc's and current fame Help!
Alright, I have two mc's, one on frame 1 and other on frame 2, with 790 frames total in both. One is a unloop version and the other is a loop... -
what are the pros and cons of using MC's to load .swf files or levels?
what are the pros and cons of using MC's to load .swf files or levels? I have done a site which in some instances uses MC's to load external .swf and... -
Sending dragable MC's to the back
Folks, your help as ever, apreciated. I have a little app I'm building that has a pop up palette, the user then drags elements off here onto the... -
Trouble handling timelines, layers, controls, mc's
Hello all. Let's say I have three tiers of movie clips; that is mc3a and mc3b are embedded in mc2 which is embedded in the original clip, mc1. ... -
-
randycrews #3
Re: Need some help with buttons in MC's
Thanks rrhyne that was it.
Man it is just one of those days.
randycrews Guest



Reply With Quote

