|
gold1up = 0;
gotoAndStop("gold1normal"); |
|
gold1up = 0;
this.enabled = 1; gotoAndStop("gold1normal"); |
| onClipEvent
(load) {
gold1up = 0; } onClipEvent (enterFrame) { if (!gold1up) { gold1yn = Math.floor(Math.random()*25); if (gold1yn == 1) { gold1up = 1; this.gotoAndPlay("gold1normal"); } } } on (press) { this.gotoAndPlay("gold1shot"); this.enabled = 0; } |
Mˆ€ns lindberg, Bobbi.nu’Ñ¢.