A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: how do u do this?

  1. #1
    Junior Member
    Join Date
    Jul 2003
    Posts
    22

    how do u do this?

    http://www.taigkhris.com/

    How do you make the TABS interact like the one in this Flash site.
    See how u select one tab & it moves up until u select the next one.
    I want to make something like this but instead of moving up, I want it to flash, like an on & off type flashing.

    Need help guys!

    Thanks!

  2. #2
    New Guy ! cks's Avatar
    Join Date
    Apr 2003
    Location
    Malaysia
    Posts
    97


    I just can load the first pages for anothers pages .was fail ......???


  3. #3
    Junior Member
    Join Date
    Jul 2003
    Posts
    22
    You have to go throught the whole intro to get to this image!
    Attached Images Attached Images

  4. #4
    New Guy ! cks's Avatar
    Join Date
    Apr 2003
    Location
    Malaysia
    Posts
    97
    HAa.a...

    Why like that 1....

  5. #5

  6. #6
    New Guy ! cks's Avatar
    Join Date
    Apr 2003
    Location
    Malaysia
    Posts
    97


    I like that site LOGO ....

  7. #7
    Junior Member
    Join Date
    Jul 2003
    Posts
    22
    r u gonna help or u just making small talk?

  8. #8
    New Guy ! cks's Avatar
    Join Date
    Apr 2003
    Location
    Malaysia
    Posts
    97
    Two In One.,......he.e.e.

  9. #9
    Create the object you want to use on your navigation bar. Convert it into a movie clip and then create a frames at frame 1 and 3. Create a motion tween between the two frames and then change the alpha transparency of frame three to zero. With the same object, inside the movie clip, convert it to a button. Drag it to the main timeline and give it an instance name.

    Insert the following code:

    on(rollOver){
    myMovieClip.play();
    }

    That will start your flashing tab, going from transparent to opaque. Hope that helps.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center