| Subject: | Re: Error messages in Director |
|---|---|
| From: | "Ja-rod" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Mon, 17 Dec 2007 14:51:37 +0000 (UTC) |
| Newsgroups: | macromedia.director.basics |
Here is some code from a screen where my program crashes.
Each of the following snippets of code are from each frame, which are
back-to-back.
on exitFrame me
if sprite(1).playing then
go to the frame
else
unload
go to the frame + 1
end if
end
on exitFrame me
if sprite(2).playing then
go to the frame
else
set the movieRate of sprite 3 = 0
unload
go to the frame + 1
end if
end
on exitFrame me
go to the frame
end
It is on the thrid frame where the program crashes. Sometimes it'll crash
when I mouse over my navigation button,. which is also flash, and sometimes it
won't crash at all.
As far as what you mentioned:
> Is there a chance you have a Flash sprite telling Director to
> navigate to a frame where the Flash sprite no longer exists?
Am I doing that right now?
Thanks,
Jared
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Director MX 2004 XDK, lingoMaster_ |
|---|---|
| Next by Date: | Controlling loops, rafa@mediatech |
| Previous by Thread: | Re: Error messages in Director, wherold |
| Next by Thread: | Re: Error messages in Director, Ja-rod |
| Indexes: | [Date] [Thread] [Top] [All Lists] |