A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: more newbie stuff

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Posts
    13

    Smile noobie stuff

    ok this is my site. if you look at my scroller you see that the little buttons on top move it and there are buttons on the scroller itself that open pages I haven't played with yet. now, it you right click on the scroller and hit play a blank box drops down. I want the buttons on the scroller itself to open boxes like that on the scroller. does that make sense? help?

    http://www25.brinkster.com/methical/


    [Edited by methical on 10-17-2001 at 03:54 PM]

  2. #2
    Senior Member
    Join Date
    Jul 2001
    Posts
    505
    just put the drop down box thing in a mc, give the mc an instance name, and on the button you want to trigger it, put a tellTarget action with play as the action.

    your code will look similar to this:

    on (release) {
    tellTarget ("/instanceName") {
    play ();
    }
    }

  3. #3
    Junior Member
    Join Date
    Oct 2001
    Posts
    13

    Thanks again :)

    snag!

    my code =
    "on (release) {
    tellTarget ("about") {
    }
    }
    on (release) {
    play ();
    }"

    error = "Target not found: Target="about" Base="_level0.contentscroll""

    I think I might be doing the instance wrong...?

  4. #4
    Junior Member
    Join Date
    Oct 2001
    Posts
    13

    :P

    nm I figured that out all by myself

    new problem though...

    I did the instance...the command line and stuff...when I click on the button though nothing happens...

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