home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1996 September / CD_06_96.ISO / data / par / var.inf < prev   
Text File  |  1996-04-04  |  2KB  |  61 lines

  1. bernard
  2. eventQ
  3. tmp1
  4. tmp2
  5. tmp3
  6. Level         ; actual choosen level
  7. DrLevel       ; Shadow-var for DrawOneNote
  8. songnumber    ; actual song number
  9. Tempo         ; current playing speed
  10. song$ 50      ; actual song on the tape
  11. songQ$ 50     ; Backup
  12. play$ 50      ; song played in levels 4 to 6
  13. pfad$ 100
  14. songname$ 100
  15. s1$ 200
  16. s2$ 200
  17. s3$ 200
  18. s4$ 200
  19. s5$ 200
  20. recorder$ 10  ; button-list for recorder-buttons
  21. recorderQ$ 10
  22. button$ 10    ; button-list for right-hand buttons
  23. buttonQ$ 10
  24. notes         ; number of notes in malloc-array 1
  25. HelpExitFlag
  26. instrument
  27. LastTapePosition
  28. LastSong$ 20  ; all songs choosen so far, no song should be choosen twice
  29. messy$ 100    ; for debugging
  30. althot        ; last hot clicked on
  31. altTape       ; last position on the tape which was played
  32. OnTape        ; 1, if mouse is active on the tape
  33. col_r$ 8      ; color-look-up-table
  34. col_g$ 8
  35. col_b$ 8
  36. OldNote       ; last played note
  37. OldTicker     ; Ticker when starting the last note
  38. OldPosition   ; Position of last played note
  39. ShowAlsoFlag  ; 1, if played note should also be shown
  40. NotePosition  ; Position of the Note shown
  41. NextFreeNote  ; LastNote of malloc#3 for play mode. Max. 10000
  42. LastNotePosition
  43. ActualPage    ; page to be shown in play mode
  44. Takt
  45. TempPath$ 100 ; Path to temporary files
  46. LastKeys      ; used by DrawKeys
  47. LastKeysW
  48. LastLines     ; used by DrawLines
  49. LastLinesW
  50. DisableLineClear  ; if 1, don't clear the notes from the lines
  51. DebugInfoFlag
  52. pAni          ; handle for Pumuckl-Ani
  53. kAni          ; klabauter-handle
  54. sPic          ; start.bmp handle
  55. hStartHot
  56. hHot
  57. hPlayHot
  58. hScreen
  59. hKlabAni
  60. hKlabaut
  61.