Nel fotogramma scrivi:
E tutti i movieclip in quella timeline scompariranno..codice:for(var prop in this){ if(typeof this[prop] == "movieclip")this[prop]._alpha = 0; }
Nel fotogramma scrivi:
E tutti i movieclip in quella timeline scompariranno..codice:for(var prop in this){ if(typeof this[prop] == "movieclip")this[prop]._alpha = 0; }