-
Posted: September 8th, 2008, 11:17pm CDT
Docmaker is a utility movie which can be used to generate script documentation in HTML format. This updated version will document your entire movie with one-click. Source code provided.
-
Fetched: April 24th, 2008, 4:39am CDT
Although 'device independence' is completely possible using lingo alone (you need that initial mouseClick to give Shockwave focus), once Shockwave has focus, you can use the following script to manage keyboard control over your interface.
-
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).
-
Fetched: June 13th, 2007, 12:54am CDT
Safari 3 beta has been released. The good news is this new versions fixes an annoying issue introduced with Safari 2 that prevented Shockwave from being displayed using strictly valid XHTML (see this test page for a description of the 'shockwave lemak' method for embedding Shockwave using only the OBJECT tag). However, bad news is that the the even more annoying mouseDown bug is still present.
-
Fetched: April 19th, 2007, 6:27pm CDT
A simple utility for exporting scripts, as well as externalising/internalising scripts.
-
Fetched: April 13th, 2007, 9:31pm CDT
Xlib Xtra is a MIAW utility (a director movie you add to Director's Xtras folder and access via the Xtras menu) that provides a GUI for installing and updating Lingoworkshop's XLib scripts.
-
Fetched: April 13th, 2007, 9:31pm CDT
ScriptSearch is a 'MIAW Utility Xtra' (a director movie you add to Director's Xtras folder and access via the Xtras menu). It provides an alternative interface to searching scripts. It has the options to search words only and to be case sensitive (like the built in search interface) and to use regular expressions (unlike the built in search interface). Clicking the resulting member will open the script editor window to the matching line. If there are more than one matches in the member, then repeated clicking will cycle through all the matches in that script.