
-----------------------------------
Schaef
Thu Dec 18, 2003 10:51 pm

Running Files in program
-----------------------------------
I have a checkers program that I am doing and would like to run an intro screen at the beginning of the game.  What can I do so that I can just run the file without having to add it in the code for the checkers program?  

If you want to see my intro screen ill attach it for you.. tell me if it looks ok..  It wont let me add the wav file that goes along with it.. i dont no why.

-----------------------------------
Schaef
Thu Dec 18, 2003 10:55 pm


-----------------------------------
It wont let me add an exe file either... what kind of file can I post other than a .t extension?  neways ill just give you the turing file for now..

-----------------------------------
Tony
Thu Dec 18, 2003 10:59 pm


-----------------------------------
exe file might be too large  :roll: might want to try zipping... though .t are always the best

anyways, just open a new window (var winID:int := Window.New or something like that), then include "filename.t".

-----------------------------------
Schaef
Thu Dec 18, 2003 11:05 pm


-----------------------------------
where does the filename get put in there?

-----------------------------------
Thuged_Out_G
Wed Dec 24, 2003 4:20 pm


-----------------------------------

var win:=Window.Open("position:top,center,graphics:600,600,title:intro screen")
include "your filename"


-----------------------------------
DanShadow
Thu Dec 25, 2003 10:41 am


-----------------------------------
"File Not Found"
Heh, maybe re-attach ur file?
