![]() |
|
||||||||||
|
|||||
|
попробуйте
attachMovie("b1","b1",1, {_x:90}); attachMovie("b2","b2",2, {_x:180}); b1._visible=false; b2._visible=false; clip1.onRollOver = function() { b1._visible=true; b2._visible=true; } clip1.onRollOut = function() { this.gotoAndStop(1); b1._visible=false; b2._visible=false; } b1.onRelease = function() { trace("1111111111111"); getURL("1.html"); } b2.onRelease= function() { trace("22222222222"); getURL("1.html"); }
__________________
Ujim |
![]() |
Часовой пояс GMT +4, время: 07:55. |
|
|
« Предыдущая тема | Следующая тема » |
|
|