Back2Basix wrote:
bigdog00 wrote:
I also am trying to find out how to make a "room". I want it to be realistic, but still like halo.
Edit: can someone please teach me how to use the DATA and READ commands?Well bigdog00, I am also new at PTC so I don't know what "read" is but DATA can be used for things like music, tiles etc. Example of a piece of music (don't know how to make tiles XD)
DATA ":0@1T120O4"
DATA "C8D8E8F8"
'This will play (quarter) notes C, D, E and F. 4 is for halfnote, 2 for whole, 1 for whole-tie, underscore for statacco, > and < for octave adjustment, & for tie/slur, etc
Ask the pros for more help
READ is used to read the DATA. It is needed in most cases, but MML is an exception. You can place many variables in one line through DATA.


