A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: sub menus

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    21
    How can i create a animated submenu=? How the TELL TARGET is used?? please give me a simple example

  2. #2
    HELP>>>ACTIONSCRIPT DICTIONARY
    Join Date
    Feb 2000
    Location
    In the Present Moment
    Posts
    1,041

    Create your subnav animation and put it in a movieclip called subnav. Then the button used to control the subnav would have the following code:


    On (Release)
    Begin Tell Target ("/submenu")
    Go to and Play ("menudown")
    End Tell Target
    End On


    The / should be replaced with the actual path where the subnav movieclip resides. If the subnav moviclip were in the navigation clip called nav, for example; ("/nav/submenu")

    This is a very simple example. Let me know if it helps you out.

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