There should be an action for the sprite that allows you to load a static image file (.png, .jpg, .bmp, etc) on to a sprite. I currently need this for a little project I am making.
I didn't read the whole topic but maybe you could use a php file for the webserver. Before I found out that construct sdk was incompatible with express 2008 I was in the process of conceiving a Socket object that sent and received lines from a web server. Anyone fully willing could make one out of sockets - although if they want a socket object they need to wait for me to get another C++ program.
Oh alright. I'll look into it. Cheers.
Develop games in your browser. Powerful, performant & highly capable.
I'm in a bit of a pickle.
When following the tutorial to create a plugin provided on the wiki, I attempt to compile(using C++ Express 2008) I get the following errors:
BSCMAKE: error BK1506 : cannot open file '.\Debug\ConstructSDK.sbr': No such file or directory c:\program files\scirra\sdk\gradient calculator\stdafx.h(24) : fatal error C1083: Cannot open include file: 'atlstr.h': No such file or directory BSCMAKE: error BK1506 : cannot open file '.\Debug_Runtime\Actions.sbr': No such file or directory c:\program files\scirra\sdk\gradient calculator\stdafx.h(24) : fatal error C1083: Cannot open include file: 'atlstr.h': No such file [/code:2q01o8pt] I've really got no idea what I'm doing wrong.