|
From: SydCam IT on 15 Apr 2008 10:54 Hello, I was wondering if anyone can help me with a problem I'm running into using the math.random(). I'm using Flash CS3 and created a very simple script to select random frames in a simple movie. It works as expected in the CS3 environment and in Safari but it doesn't work correctly in Firefox or in the DotNetNuke module I am using. Here is the code: i = Math.ceil(Math.random() * 3); gotoAndPlay("Image"+i); I would appreciate any help you can provide.
|
Pages: 1 Prev: CS3 Flash compatibility with mx 2004... Next: Just Learning Micromedia |