Symbol 31 MovieClip Frame 9 (128 B) dice = Math.floor(Math.random() * 10) + 1; if (dice <= 9) { gotoAndPlay (2); } if (dice == 10) { gotoAndPlay (10); }Symbol 31 MovieClip Frame 20 (127 B) dice = Math.floor(Math.random() * 6) + 1; if (dice <= 5) { gotoAndPlay (12); } if (dice == 6) { gotoAndPlay (21); }
Library Items (3 KiB)
Special Tags (173 B)