Le 25 juil. 05 à 16:32, JesterXL a écrit :

class Cow extends MovieClip
{
    function Cow()
    {
        _alpha = 50;
    }

    function onRollOver()
    {
        trace("onRollOver");
        _alpha = 100;
    }

    function onRollOut()
    {
        trace("onRollOut");
        _alpha = 50;
    }
}


This would be great, but sadly I can't get to properly instantiate my own specialized MovieClips with MTASC... Do you have a complete working example that does so ?

TIA,

 -- Sébastien


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to