[dirGames-L] MUS peer error connection not found.

Valentin Schmidt vslist at dasdeck.com
Tue Apr 11 19:44:04 EDT 2006


> What if I call stopMovie - or "clear all connections" on startmovie
> as well?

hi zav,

not related to MU xtra, but I've also had problems before with stopMovie 
sometimes beeing called when a script error occured in the authoring 
app, and sometimes not. Since my app required to be resetted to it's 
original state in the stopMovie handler, I've solved this with an alert 
hook, something like

on alertHook me, msg, text, type
    if the runmode contains "author" then stopMovie()
    return 0
end

if I remember correctly. But I think this had some consequences for 
debugging the movie, I can't remember which ones at the moment.

cheers
valentin 



More information about the dirGames-L mailing list