A game for Desktop X

My question is I have created a stand-alone exe game but how do I get it to be a DX object.
1,947 views 3 replies
Reply #1 Top

You can't. It's a regular program.

You could take the source and use it as the basis to create a DX object by using VBScript or Javascript. But I don't think there are any plugins that give DesktopX the ability to write DirectX or GDI calls yet.

Reply #2 Top
hmm well I dont know Javascript or VBScript yet. Any one here that does want a slider game I made. Remember that little game that you moved the numbers around in the correct order, well this has pictures or you can put your own pictures in.
Reply #3 Top
Just modify it and make it an AcitveX control and you should be able to instantiate it within vbscript (using CreateObject)or javascript (using new ActiveXControl) and execute it.



Powered by SkinBrowser!