Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2003
    Location
    England
    Posts
    15

    Default

    Hi I am Making a website and want to know how to make a discon reollover. I want to rollover a button and then an MC in the centre changes to information about the link. Duz any1 know how to do this please!?!?!
    Thanks

    www.dawarehouse.tk
    IP

  2. #2
    Join Date
    Dec 2003
    Location
    England
    Posts
    15

    Default

    Hi I am Making a website and want to know how to make a discon reollover. I want to rollover a button and then an MC in the centre changes to information about the link. Duz any1 know how to do this please!?!?!
    Thanks

    www.dawarehouse.tk
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    Here's some pseudo-code that might help:

    myMC.onRollOver = function() {
    myTargetClip.goToAndPlay([whatever frame]);
    end if

    Put your script on your button, and have the MC that you want to change in the centre called "myTargetClip". At frame [whatever frame] you can do whatever. Actually, instead of gotoAndPlay you can use whatever MC function you want (like load in another clip, or duplicate it, or do whatever, really).

    That should get you started...try working with this, fiddling around, and you should be on the right track.


    hth,
    Deep (just a guy)
    <font face="arial" size="2">
    Pradeep Kumar Nair, B.Math
    Content Manager
    9 Story Entertainment
    http://www.9story.com
    ICQ: 39102360
    </font>
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •