ActionScript Calling Private Functions By Changing Public Variables?
Posted
by TheDarkIn1978
on Stack Overflow
See other posts from Stack Overflow
or by TheDarkIn1978
Published on 2010-06-13T16:10:05Z
Indexed on
2010/06/13
16:12 UTC
Read the original article
Hit count: 193
i've never tried to do this before, so my head a swimming a bit. i'd like to have a public boolean called enabled in myClass custom class. if it's called to be changed, how do i trigger a function from the change?
should i add an Event.CHANGE event listener to my variable? can i do that? or is there a more standard way?
© Stack Overflow or respective owner