A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Random Movie Clip Problemo.....

  1. #1
    Junior Member
    Join Date
    Jan 2001
    Posts
    16

    Smile

    How do I get it so that when I click a button or demand an action a random movie clip is displayed????

    Thanks is advance..


    Jono

  2. #2
    Member
    Join Date
    Oct 2000
    Posts
    53
    Code:
    eval("_root.movieInstanceName" + random(10)).gotoAndPlay (1);
    maybe ?

  3. #3
    Junior Member
    Join Date
    Jan 2001
    Posts
    16
    I will give that a try....

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