this.createTextField("tip", 1, 0, 0, 20, 20);
tip._visible = 0;
tip.text = "";
tip.background = true;
tip.backgroundColor = 0xFFCC00;
tip.border = true;
tip.borderColor = 0x000000;
tip.autoSize = "center";
tip.selectable = false;
this.onMouseMove = function() {
tip._x = this._xmouse-30;
tip._y = this._ymouse+10;
updateAfterEvent();
};
questo lo metto all'interno dello script del component nel livello azio?
--------- ----------
e poi alla fine dello script del componente
this.cPlay.onRollOver = this.cPause.onRollOver=this.cStop.onRollOver=funct ion() {
this._parent.tip._visible=1
this._parent.tip.text=substring(this._name,2,this. _name.length)
};
this.cPlay.onRollOut = this.cPause.onRollOut=this.cStop.onRollOut=functio n() {
this._parent.tip._visible=0
e questo sempre nello stesso script ma alla fine???
perdon...
ps: naturalmente, sto facendo altre 7 cose nello stesso momento, gli eventi si accaniscono![]()
![]()

Rispondi quotando
è ovvio che ti rimando il fla
