dmyst3
02-21-2006, 02:35 AM
hi i am trying to create a a flash file with this code var nRandom = 1+Math.floor(Math.random()*3);
gotoAndStop(nRandom);
on my web page so when you go to it it will generate a random graphic it work the only problem is that it glitches like let say it generate frame 1 but quickly it jumps to frame 2 so instead of seeing 1 graphic you see frame1 for a slplit sec and then it jumps to frame2...........
gotoAndStop(nRandom);
on my web page so when you go to it it will generate a random graphic it work the only problem is that it glitches like let say it generate frame 1 but quickly it jumps to frame 2 so instead of seeing 1 graphic you see frame1 for a slplit sec and then it jumps to frame2...........