A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: Can't change _alpha

Threaded View

  1. #1
    Always needs help marinebro0306's Avatar
    Join Date
    Jul 2005
    Location
    Philadelphia
    Posts
    166

    Can't change _alpha

    There's probably some stupid mistake I'm doing here, but I cant get this to work.
    I have a circle thingy called "shape". I also have a button that says "More Transparent," which is supposed to make the circle's transparency to 30%. The button's script is:
    on(release) {
    setProperty("shape", _alpha, "30");
    }

    But, it does nothing when clicked...
    Attached Files Attached Files

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