A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: external variable help please

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    24

    external variable help please

    trying to set the color of a movie clip using a external variable can someone please help?

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    You can use a code like this to change the color......

    myColor = new Color(myMovieClipName);
    myColor.setRGB(0x993366);

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

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