home *** CD-ROM | disk | FTP | other *** search
/ Asymetrix Demo / Asymetrix.iso / prg / tutorial / vo22.wav (.mp3) < prev    next >
Waveform Audio File Format  |  1994-07-11  |  645.3 KB  |  1 channel  |  22,050 sample rate  |  30 seconds
Transcription: We've written the script of the show button to display a satellite when the button is clicked. When we save the script, it compiles. However, when we click the button, a runtime error occurs and an error message is displayed. From the Y box, we can see that the object sat does not exist. To fix the error, we need to edit the script. The correct name for the object is satellite, not sat. Now, the script compiles and runs as it should.