EyezWidee
I also would try to make plugins for game sparks later.
irina
eli0s
I might make another boils behavior when I had time.
You might reference this.
https://github.com/rexrainbow/C2_plugin ... me.js#L147
Pathfinding is another topic.
Boids ... might be similar, but still different I thought.
Play youtube video at iframe.
Document, plugin and sample capx are included.
Demo
Reference
If you only need leaderboard feature (w/wo loggin), you might try rex_parse_leaderboard, or rex_firebase_leaderboard. They do not need server code (php).
Televangelist
Ran on a dedicate server with official MP plugin I thought. But MP might not handle multiple layouts currently.
I had looked into its api, they are beautiful.
I had compared with appwarp in this table, appwarp looks powerful than gamesparks
Ashley
Thanks, I had a workaround by overwrite acts.Destroy -
pluginProto.onCreate = function () { pluginProto.acts.Destroy = function () { this.runtime.DestroyInstance(this); // destroy other objects }; };[/code:241gk0yl]
BTW, I thought that official path finding could be fixed to support moving on isometric/hexgen grids.
I would like to try it.
MVG
I had fixed path mode to find path in "a line", see this post.
But it is still not perfect
Develop games in your browser. Powerful, performant & highly capable.
I classify the requirement of multiplay in 4 types in this table. Does it make sense?
Member since 4 Apr, 2011