A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: nav interface question

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2000
    Posts
    7

    Post

    hey everyone,
    just had a quick question regarding user interface in flash. I have an interface that consists of one big circle surrounded by smaller circles. when the user mouses over one of the smaller circles, I would like a movie clip to play in the big circle that gives the user more info...any idea how to accomplish this??? is load movie the way to go or is tell target?? anyone who could post a little code or knows how to do this, or a tutorial online anywhere would really help out alot!!! thanks!

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    403

    Post

    hey how you doing>?
    OK...i think the best thing would be to tell target the larger circle

    .Make the larger circle in a symbol
    .drag an instance of it onto the main screen, give the instance a name
    .the on the smaller circle(which i assume is a button)..do:
    On release
    tell target(/movie)
    go to(framenumber in movie)
    end on

    This should do it

    Peace

    ps..let me know if you want something else....or if it doesnt work

  3. #3
    Junior Member
    Join Date
    Jul 2000
    Posts
    7
    hey nymyth,
    thanx for the response, one question tho...wouldn't the action be on mouseover, instead of on release since i want the movie to display on mouseover??? just wondering i will try it out...thanks alot!!

  4. #4
    Senior Member
    Join Date
    Jun 2000
    Posts
    403

    Cow Icon

    um sorry...heh yeah it would...i thought it was for the button release...which wouldnt really make much sense...heh
    yeah...

    On mouseover...yadad....coo..thanx

    Peace

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