;

PDA

Click to See Complete Forum and Search --> : set properties


indogo
04-01-2006, 12:44 PM
What is the equivilant of 'set properties' in koolmoves...
I wish to use a variable to choose which movieclip to alter

regards
mike

indogo
04-01-2006, 01:55 PM
I knew if I asked I would find the answer 10 minutes later.....


_root[variable]._visible=false;

for example makes invisible the movie clip/button with the name set in 'variable' in the main movie...oh so simple when one knows how...

regards

mike

blanius
04-01-2006, 02:18 PM
Yeah Set Properties is depreciated Actionscript, the dot syntax has been aroudn since like flash 5 or so and is much easier to use.

indogo
04-02-2006, 08:50 AM
Indeed! Well I often start looking for actionscript through macromedia support sites and theres soooooo much....one of those thick books that never gets fully read...

thanks for the reply

mike