Computer Science Canada

Running Files in program

Author:  Schaef [ Thu Dec 18, 2003 10:51 pm ]
Post subject:  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.

Author:  Schaef [ Thu Dec 18, 2003 10:55 pm ]
Post subject: 

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..

Author:  Tony [ Thu Dec 18, 2003 10:59 pm ]
Post subject: 

exe file might be too large Rolling Eyes 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".

Author:  Schaef [ Thu Dec 18, 2003 11:05 pm ]
Post subject: 

where does the filename get put in there?

Author:  Thuged_Out_G [ Wed Dec 24, 2003 4:20 pm ]
Post subject: 

code:

var win:=Window.Open("position:top,center,graphics:600,600,title:intro screen")
include "your filename"

Author:  DanShadow [ Thu Dec 25, 2003 10:41 am ]
Post subject: 

Quote:
"File Not Found"

Heh, maybe re-attach ur file?


: