A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Loading movies clips from rollovers?

  1. #1
    Member
    Join Date
    Aug 2000
    Posts
    32
    I have a button that once rolled over I want a movie clip to be activated and played, how do I do this?

    I have already created the button and movie clip.

    Cheers

    Ste

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Posts
    170
    Hi

    There are couple of ways to resolve your problem.
    One of then is to put an empty keyframe, with stop action, at the start of your movie clip.
    and with mouse rollover.
    On (Roll Over)
    Begin Tell Target ("/mc1")
    Go to and Play (2)
    End Tell Target
    End On

    NOTE:= mc1 is the instance name of your movie clip.

    Naz

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