-
game?
elo,
I'de like too ad some sound too my game, How do I do that, aren't there any tutorials for this out there?
I know how to save text, but how do I save the progress you've made in a game?
How can you open it again?
tx :-)
ps: I know this doesn't belongs here, when a save(in save as) a text file it opens a new textbox, and I want it to use the current textbox, How? I know where the problem is, but not how to fix it:
Code:
Dim frmDoc As New Mdic2
There it is, with New Mdic2, How do I fix it...?
-
well saving the progress is really easy just save the values of all your game variables
to open the file just load it and fill the variables back up with those values
for sound just use DirectSound
www.vbexplorer.com/directx4vb should explain it all
-
Tx,
But you lost me in the midle of the saving part, please explain (easy!!!!!!!!!!!!!!!!!!)
-
well I am sure your game has a lot of variables
if you think about it the values of the game represent the games actual state.
So all you need to do is save those variables to a file. It works the same as saving text.
now you can open the file again and read the values back into the variables and continue from where you saved.
-
make sure ya use binary files instead of text, so no one can change it around~!
-
Never mind the text-saving prob.,
found it myself
tx for the other stuff :-)