From: moogster on
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
What action are you using to tell sprite 16 to run? Is it a mouse event?
From: appaji on
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
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