Originally Posted By: Realspawn
i use video_set(800,600,32,0); and that works however the name of the window (in the window bar) says A8 engine ? how to change it ?


As Superku said, use video_window(), the fourth parameter controls the window bar's title. This is the easiest way.

I don't know about the Pro version, but from reading the manual it seems you have to create a .wdl, put some window starter code in, and build the wdl with "Starter" option checked. A wdf will be produced, which you'll put into your game folder.

Last edited by Florastamine; 12/12/15 15:19.