|
From: moogster on 10 Jan 2008 12:05 Is there a technique to force a flash sprite to refresh? Basically when I send the flash movie to another frame eg - sprite(16).goToAndStop(6) it seems like the code in frame 6 of my flash movie doesn't execute until i mouse over the flash sprite! Any ideas? Many thanks
From: Rob Dillon on 11 Jan 2008 08:40 What action are you using to tell sprite 16 to run? Is it a mouse event?
From: appaji on 14 Jan 2008 23:56 On Jan 10, 10:05 pm, "moogster" <webforumsu...(a)macromedia.com> wrote: > Is there a technique to force a flash sprite to refresh? > Basically when I send the flash movie to another frame eg - > sprite(16).goToAndStop(6) it seems like the code in frame 6 of my flash movie > doesn't execute until i mouse over the flash sprite! > > Any ideas? > > Many thanks try updatestage immediately after sprite(16).goToAndStop(6) siva krishna prasad
From: appaji on 15 Jan 2008 00:05 On Jan 10, 10:05 pm, "moogster" <webforumsu...(a)macromedia.com> wrote: > Is there a technique to force a flash sprite to refresh? > Basically when I send the flash movie to another frame eg - > sprite(16).goToAndStop(6) it seems like the code in frame 6 of my flash movie > doesn't execute until i mouse over the flash sprite! > > Any ideas? > > Many thanks it should be sprite(16).goToFrame(6) siva krishna prasad
|
Pages: 1 Prev: what algorithm behind random() function ? Next: 3D Studio MAX modeling Tutorials |