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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Adam14

  1. Adam14

    flash web site

    wouldn't open for me
  2. Adam14

    Opac drop down menu

    Yep, I had the exact issue, while using the exact script you're using. What I did was draw a big box under the fully extended menu size, set the alpha to 0. This way, the "else" in the hitTest was recognized once you scrolled off of the menu. And as far as having the red stay, you could just...
  3. Adam14

    Opac drop down menu

    If you make a bigger invisible button under the menus, you can set it to read the rollOut...as far as keeping the top red, what code are you using onRollOver to get your menus to play out? Adam
  4. Adam14

    Mask over Mask leaving pasrts covered from overlap.

    Do the layers in this mask MC contain other MCs that act as masks?..If not, this should work..give it a try. Adam
  5. Adam14

    animating curtains to open on a stage.

    What kind of control are you looking for?
  6. Adam14

    animating curtains to open on a stage.

    http://digitalink-designs.com/curtains.fla You could try something like this, but, obviously with better curtains :D Adam
  7. Adam14

    function for buttons

    Thanks, and no problem :D
  8. Adam14

    function for buttons

    no problem, the "this" refers to the movieclip you pressed...I thought your labeled frame was in that clip...anyway, glad it worked for ya ;) Adam
  9. Adam14

    function for buttons

    if your frame has a label that is the same as the movie clip instance name you can use: this.gotoAndPlay(this._name) Adam
  10. Adam14

    function for buttons

    I could make you one...what do you want your mc's to do, when rolled over and such? Adam
  11. Adam14

    function for buttons

    I assuming you are using mc's as buttons?...try this: MovieClip.prototype.buttonAll = function() { //would need to see a vaiable for the text //I used this._name which would mean you //change your MC instance name to Home //in this situation this.bar.txtlabel = "Home";//would become...
  12. Adam14

    Action Script Tutorial

    http://www.actionscript.org/tutorials.shtml this is where I started. Adam
  13. Adam14

    macromedia homepage menu implementation?

    I did something VERY similar for someone, how far have you gotten on it?...can you upload your progress? Adam
  14. Adam14

    Site check please

    As far as relaunching I meant, you click enter and the pop-up occurs....you could have the enter button change to relaunch as soon as you click it, so if the user realizes it's been blocked out he can click again to relaunch the pop-up without blocking it :) Adam
  15. Adam14

    Site check please

    Ok, my opinion....the intro is really cool!!!...the video, and the way the letters drop down, very nice! Now, once the site is launched, I think you could use a "relaunce site" button. I have a pop-up blocker and it didn't open for me, so I had to restart the whole thing, I've had this happen...

Part and Inventory Search

Back
Top