Help with opening a new file
Author |
Message |
Preet
|
Posted: Tue Nov 27, 2007 1:12 pm Post subject: 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) |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
CodeMonkey2000
|
Posted: Tue Nov 27, 2007 2:07 pm Post subject: RE:Help with opening a new file |
|
|
Look up collision detection and file I/O in the Turing Walkthrough . |
|
|
|
|
![](images/spacer.gif) |
|
|