A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: help me please!! visible property problem..

  1. #1

    Arrow

    hello,

    is there some special trick to setting an instance of a movie clip to a visibility to 0? it's a movieclip with a button symbol inside it.

    thanks!

  2. #2
    Bob (the singing sock)
    Join Date
    Aug 2000
    Location
    Århus, Denmark
    Posts
    472
    on (release) {
    setProperty ("", _visible, "0");
    }
    The button is in a mc and sets the visible of the mc to 0.

  3. #3
    Senior Member Leo Lima's Avatar
    Join Date
    Jul 2000
    Location
    São Paulo, Brazil
    Posts
    745
    Only set:
    _path.mcname._visible = 0

    to recover set = 1

    Regards,
    Leo Lima

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