MiscellaneousStuff that didn't neatly fit elsewhere. Scrolling TextIf you have a scrolling text field in your movie, the field will keep the scroll setting if you navigate away from the frame with the field, and then go back to it. If you want the text to scroll back to the top of the field, you can use a line of Lingo attached to the field:
Pre-Sorting ListsIn Director, you can sort a list by running the list object's sort method: The cool thing about sorting an empty list is that from the moment you run the sort method, the sort flag is turned on and any new items you add to the list are automatically added in sorted order. BuddyAPIBuddyAPI is an indispensable Xtra for Director that provides nearly 150 different functions for dealing with the Windows API and the Macintosh Toolbox.Using BuddyAPI you can read and write registry and ini files. You can poll system information like processor speed and clock settings. You can control windows, the keyboard, and even other applications.Go to [www.mods.com.au] to read more about BuddyAPI, and to download an evaluation copy. Use BreakpointsAlthough not covered in the text, you can set breakpoints in your code to stop your movie at a specific line and open the Debugger window. As shown here, you can click on a line number in the Script window to set a break point:[View full size image] ![]() |