I've pieced this together from a tutorial on captions. My goal is for a caption to pop up in a customized balloon when the user rolls over a button. I'd also like the balloon to feel like it's stuck to the end of the mouse while in the button's hitspace.
I think the way to do the above is...
Big help. Thank you! It seems to be working fine. I'm not familiar with that last line of code... break;
i'm writing my buttons like this...
this.frameHold = this._currentframe;
switch (obj._name) {
case "but1" :
loadMovie("chapterTest.swf", "_root.loader");
break...
I've created (with help) a series of buttons that scroll a movieClip's x-position according to an arrayIndex. With variables, these buttons also cycle through their up and down state as the user clicks from one to the next. I'd like for them to also load an external flash movie into a "loader"...
I'm pretty new to action script and have pieced together the bellow code from tutorials and other whatnots. At the bottom you'll see my 'forward/backward' script that cycles through my array. My question is how do I put my index specific buttons in the down state while 'forward/backward' buttons...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.