![]() |
|
||||||||||
|
|||||
|
Регистрация: Feb 2010
Адрес: (15,78,45)
Сообщений: 19
|
главный клас
package { import flash.display.SimpleButton; import flash.events.*; public class MyButton extends SimpleButton { private var frame:int; public function MyButton(n:int) { frame=n; addEventListener(MouseEvent.CLICK,butClick); } private function butClick(e:MouseEvent){ AAA.gotoAndStop(frame); } } } 1061: Call to a possibly undefined method gotoAndStop through a reference with static type Class. |
![]() |
Часовой пояс GMT +4, время: 14:58. |
|
|
« Предыдущая тема | Следующая тема » |
| Опции темы | |
| Опции просмотра | |
|
|