Results 1 to 2 of 2

Thread: Cross-scene variables and movie clip tinting

  1. #1
    Join Date
    Mar 2007
    Posts
    68
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Cross-scene variables and movie clip tinting

    I've been trying to use a color picker to set a variable on one scene, then on the next scene making it tint a movie clip with the color of the color picker from the previous scene.

    I've searched for ways to create global variables (I'm using AS3 btw), and tried them, but I keep getting an error along the lines of; "You can't have nested classes".

    Can anyone help?

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Not without seeing some code, probably not much help.

    When you import your as files are they following the class/package rules? Everything named EXACTLY the same?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •