Can u make a flash game OR shock wave game with C++?

Carson

New member
I am learning to program with C++, but all the games or programs i make are exe files, is tehre a way for me to turn it into flash or shockwave, or make flash/shockwave games with c++ script?, a special complier or something?
Thanks in advance
Your pal'
Carson
 
There used to be an Open-Source project called Ming, which was exactly that... a library that would generate Flash based on C/C++. I'm not sure if it ever got anywhere, though.

As you can imagine, the most efficient ActionScript code is going to be generated by you, writing ActionScript.
 
Back
Top