-
Fetched: April 23rd, 2008, 7:35pm CDT
Once annoyance with the MUI Xtra is you cannot set a callback target - you have to create a global movie script function. Here is a script for extending the MUI Xtra. The purpose of this script is to allow you to specify a callback target for the MUI Xtra (it is a bit of a frankenstein hack - but its does its business fairly discreetly so you can create multiple MUI xtras without having to use global variables or global functions).
-
Fetched: April 23rd, 2008, 7:35pm CDT
Flight Check: Xtras is a 'MIAW Utility Xtra'. Its function is to trawl through all your scripts looking for occurances of 'global functions' that require an Xtra, as well as all 'named' Xtras. All the required Xtras are listed in a tree widget. Clicking on the Xtra shows which scripts use the Xtra.
-
Fetched: April 23rd, 2008, 7:35pm CDT
Flight Check: CastCleaner is a 'MIAW Utility Xtra' that lists all the cast members that it thinks are not being used. Clicking on a list item will open the cast window and select the relevant cast members.
-
Fetched: April 23rd, 2008, 7:35pm CDT
Ever got to the end of a job, sat down to make the some projectors and wondered what Lingo Xtras you have ended up using (and need to include)? Or even taken over someone elses project or revisited an old project or your own, and seen some vaguely familiar 'global functions' but can't remember which Xtra provides them? If so, this script might be of use to you. It has two main functions: GetUsedXtras and WhoUsesXtra(xtraName).