Computer Science Canada

---==importing music files(wav.) ??==-----

Author:  BlackDragon [ Fri Dec 06, 2002 8:38 pm ]
Post subject:  ---==importing music files(wav.) ??==-----

1) How can i do a program that draws a hollow rectangle of [b]asterisks[/b] on the screen :?:
************************************* :D [/code]

2) the code for imporing music files(into turing).
Thank You! :D
************************************* :D [/code]

Author:  Tony [ Fri Dec 06, 2002 9:56 pm ]
Post subject: 

#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
code:
Music.PlayFile("song.wav")


You'd want to put that into a process so you can also run your program at same time.


: