Hi list...

I have a mc on the stage containing 5 RadioButton instances.  When the
MC appears, I'd like it to show up with the most recently clicked
RadioButton in the group selected by default from the previous time this
MC was on the stage.  I'm trying to do this with doLater, but I can't
get it working.


_root.attachMovie("settingsPanel", "sp", 2, {_x:164, _y:201});
// sp has five radio buttons, one of which is named rb5
_root.sp.rb5.doLater(_root.t, "setDoneSound");
// _root.t is a singleton instanced on the _root timeline
// the singleton has a variable in it containing the data I want to set
in the radio button group.

Thanks,
- Michael M.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to