Check out this little beauty of a scripting system:
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=190716#Post190716
Written all in one sitting no less!
Whatever I end up making out of this engine, I know for sure now that I'll have LOADS of modding potential to it. The game loads external tilesets, backgrounds, backdrops, levels, scripts, sounds, musics, etc. And on top of that, I've created loads of tools to automate the creation processes- this scripting tool simply needs you to write a text file, like:
initScript("Big Boss")
addEvent("eventLockPlayer", 21,1,0,0,0,0,0,0,0,0)
addEvent("eventMove", 23,150,"Boss",100,100,2000,2000,0,0,0)
addEvent("eventUnlockPlayer", 180,1,0,0,0,0,0,0,0,0)
tagObject("Boss")
activateScript("Big Boss")
I'm attaching a look at the level editor
|
|