| Hi, Let me know if I am off base.  I understand what you want blitz to do, the problem is that it is a compile then run language.  It will not accept a command string you will have to look at an interpreter type language.  I am not familiar with bvm, that might do what you want.  I had the same idea once upon a time then I created a "Sub Language" to talk to blitz.  I used the text commands and made my own parsing code and that allowed me to make my graphics seem to have a mind of there own and access the stuff blitz does using my  own strings.  The commands I made up were not pretty, but practical.  For Example, my command look like "[CS1,1]".  This command in particular made a sound play out of slot 1.  That is all.
 
 
 |