• Flamaster #226
    onClipEvent (mouseMove) {
    this.onRollOver = function()
    {
    if (_root.movieclip1._currentframe == 1){
    _root.movieclip1.gotoAndPlay(2);
    }
    };
    }


    ez az egy sor kell még bele.... :)))