
-----------------------------------
BlackDragon
Fri Dec 06, 2002 8:38 pm

---==importing music files(wav.)  ??==-----
-----------------------------------
1)  How can i do a program  that draws a hollow rectangle of 

2)   the code for imporing music files(into turing).
Thank You! :D   
************************************* :D [/code]

-----------------------------------
Tony
Fri Dec 06, 2002 9:56 pm


-----------------------------------
#1)

if its a static size, then you can just put a bunch of "put " statments.

Else you us for loops and run from 1 to length and another for loop to run from 1 to width of the box. I hope you understand what I'm saying.

#2)
Music.PlayFile ( fileName : string )

as in Music.PlayFile("song.wav")

You'd want to put that into a process so you can also run your program at same time.
