
-----------------------------------
Preet
Tue Nov 27, 2007 1:12 pm

Help with opening a new file
-----------------------------------
So im making a game but i cant seem to make it open the instructions. How would i program it so that when i click "Instructions" it opens a new window where i have written them. this is what I have so far.

Thanks Again Guys/Girls!!!

drawbox (300, 240, 410, 260, black)
locatexy (310, 250)
put "Instructions"
mousewhere (x, y, click)

-----------------------------------
CodeMonkey2000
Tue Nov 27, 2007 2:07 pm

RE:Help with opening a new file
-----------------------------------
Look up collision detection and file I/O in the turing walkthrough .
