Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. typeofdoug

    Caption rollOver help

    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...
  2. typeofdoug

    Loading external swf files

    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...
  3. typeofdoug

    Loading external swf files

    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"...
  4. typeofdoug

    cycling with next and previous buttons

    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...

Part and Inventory Search

Back
Top