home *** CD-ROM | disk | FTP | other *** search
- Instructions
- Instructions
- Form3%
- Command2
- &Forget it! It's none of your business
- Command1
- Yes, I will be completely honest
- Label2
- %To get the most enjoyment, be honest.
- Label1
- &Answer ALL of the following questions.
- Form_Click
- Command2_Click
- Form_Unload
- Cancel
- Form_Load
- Instructions
- modal
- Form_MouseUp
- Button
- Shift
- command1_click
- Form_MouseDown
- Form_KeyUp
- KeyCode
- instructEnd
- instruct
- fbifile
- Form_LostFocus
- unload
- DataInput
- Label1_Click
- Background
- command1
- sndplaysound
- Form_Activate
- command1_click
- Command2_Click
- Form_Activate
- This plays the WAV:d
- intro.wav
- The flags work as follows:
- 0 - wait until sound finishes before returning
- 1 - return immediately - sound can be stopped with
- i% =sndplaysound(0&, 0)
- 2 - play no default if it can't find the WAV
- 4 - play sound over and over, must be combined with 1 by calling the flag
- i% =sndplaysound(snd_async or snd_loop, 0)d
- it can also be stopped with (0%,0)l
- 5 - returns false immediately if sound is already playing.
- Form_Load
-