PDA

View Full Version : visible buttons


Binbag
02-17-2003, 04:49 PM
I'm using a standard visible actionscript for a button "next"

setProperty("next", _visible, False);

but it still remains visible. Everything else is action normally but I can't make my buttons behave.

Is there something specific to buttons I am missing?

Any ideas?

TheLostMarble
02-17-2003, 05:07 PM
try setProperty("next", _visible, "false");

Binbag
02-17-2003, 05:15 PM
don't worry, being dim