From: WarDemonZ on
Hey everyone, i think this may be my last need for help as iv only got 1 bug
left woooohoooo, so i just wanna say in advance thank you to everyone whos
helped me over the last few weeks, its really been appreicated.

ok so on with the problem, basically my program works fine, does everything it
should even write to text files like i was worried about how to do, the problem
is when i publish it, i dont think it runs the 'on moviestart' command,
basically like i say when i run it in director its fine, but when i publish it,
crashes galore. iv put the more detailed error display on when it publishes and
one of the main problems it has is it tries to do the count function on a list
when a button is pressed, but it returns the error, list expected, or something
(it is that it wants a list i just cant remember word for word wot it says) but
this variable gets told its a list in the on startmovie script.

does anyone have any clues??

thanks guys

Moza

From: Dave C on
Errors that do not occur when you are running the program in Director
but do occur in published movies are almost always due to missing Xtras.

How are you publising your movie, as a projector or shockwave? I know
you are using fileIO, did you include the Xtra in the projector or in an
Xtras folder along with the projector?

WarDemonZ wrote:
> Hey everyone, i think this may be my last need for help as iv only got 1 bug
> left woooohoooo, so i just wanna say in advance thank you to everyone whos
> helped me over the last few weeks, its really been appreicated.
>
> ok so on with the problem, basically my program works fine, does everything it
> should even write to text files like i was worried about how to do, the problem
> is when i publish it, i dont think it runs the 'on moviestart' command,
> basically like i say when i run it in director its fine, but when i publish it,
> crashes galore. iv put the more detailed error display on when it publishes and
> one of the main problems it has is it tries to do the count function on a list
> when a button is pressed, but it returns the error, list expected, or something
> (it is that it wants a list i just cant remember word for word wot it says) but
> this variable gets told its a list in the on startmovie script.
>
> does anyone have any clues??
>
> thanks guys
>
> Moza
>
From: Mike Blaustein on
It could be that there is no 'on movieStart' handler....

Try 'on startMovie' instead.
From: WarDemonZ on
sorry, that was me just being an idiot writing it now, i have put on startmovie
From: WarDemonZ on
iv published it as a projector, iv gone back and forth throughout the
publishing menu and iv checked the box that tells it to include the xtras
(well, theres a tick box to exclude the xtras which iv left blank)