you could do a filein of your rollout definition in the second script and use createdialog() in the button event handler. there is also an examle file…
so many questions. stopped reading because I don´t use brazil. to your second question: tried using a path? encryptScript “C:\Temp\RappaTools.ms” you…
either i´m not really getting the point or couldn´t you just check for the pressed state of your cancel button then? and use a return or use it as a “…
you could use if (keyboard.escPressed == true) do and a return command or while (keyboard.escPressed != true) for your loop. cleaning up the scene (t…
thanks for the link. i also saw that thread but i was wondering what would be the direct way to render into quicktime. if there is none i´ll have to u…
–this might be a very rude way to do it. –make a new file “shutdown.ms” containing: max file save –optional doscommand “shutdown -s -f” –pick the…