home *** CD-ROM | disk | FTP | other *** search
/ Asymetrix Demo / Asymetrix.iso / prg / tutorial / vo4.wav (.mp3) < prev    next >
Waveform Audio File Format  |  1994-07-11  |  745.2 KB  |  1 channel  |  22,050 sample rate  |  34 seconds
Transcription: When a user clicks an object, like a graphic, Toolbook sends the button click message to the object. In this example, there is no button click handler in the graphic script, so the message continues to the page. But the page script doesn't have the handler either, so the message continues to the background. The background script does have a button click handler, so the message stops and the script runs. The handler also contains a forward statement, somessage continues up the object hierarchy to the book, then on to the toolbook system.