OOPS

Chipp Walters wrote:

The script of the button is simply:

on mouseUp
  if the altState of me is "open" then
    set the altState of me to "closed"
  else
    set the altState of me to "open"
  end if
end mouseUp

should've read:

on mouseUp
  if the altState of the owner of me is "open" then
    set the altState of the owner of me to "closed"
  else
    set the altState of the owner of me to "open"
  end if
end mouseUp

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to