Trying to get the following to work, sure my logic is a mess, but I would appreciate any help.
Have an early deadline today...

_root.listItem1.onRollOver = function(){

   _root.currentShortName = nameOfMovieClip;

   myColor = new Color (_root.tempRegionCopy.currentShortName);

   myColor.setRGB(0xff9966);

}


-dan

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to