home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / fbi_file / instruct.frm (.txt) < prev    next >
Visual Basic Form  |  1993-01-18  |  2KB  |  52 lines

  1. Instructions
  2. Instructions
  3. Form3%
  4. Command2
  5. &Forget it!  It's none of your business
  6. Command1
  7.  Yes, I will be completely honest
  8. Label2
  9. %To get the most enjoyment, be honest.
  10. Label1
  11. &Answer ALL of the following questions.
  12. Form_Click
  13. Command2_Click
  14. Form_Unload
  15. Cancel
  16.     Form_Load
  17. Instructions
  18. modal
  19. Form_MouseUp
  20. Button
  21. Shift
  22. command1_click
  23. Form_MouseDown
  24. Form_KeyUp
  25. KeyCode
  26. instructEnd
  27. instruct
  28. fbifile
  29. Form_LostFocus
  30. unload
  31.     DataInput
  32. Label1_Click
  33. Background
  34. command1
  35. sndplaysound
  36. Form_Activate
  37. command1_click
  38. Command2_Click
  39. Form_Activate
  40. This plays the WAV:d
  41. intro.wav
  42. The flags work as follows:
  43. 0 - wait until sound finishes before returning
  44. 1 - return immediately - sound can be stopped with
  45.  i% =sndplaysound(0&, 0)
  46. 2 - play no default if it can't find the WAV
  47. 4 - play sound over and over, must be combined with 1 by calling the flag
  48.  i% =sndplaysound(snd_async or snd_loop, 0)d
  49.  it can also be stopped with (0%,0)l
  50. 5 - returns false immediately if sound is already playing.
  51. Form_Load
  52.