EyezWidee
I also would try to make plugins for game sparks later.
Develop games in your browser. Powerful, performant & highly capable.
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
I classify the requirement of multiplay in 4 types in this table. Does it make sense?
armaldio
Just change
new mandrill.Mandrill[/code:1iahz74h] to [code:1iahz74h]new window["mandrill"]["Mandrill"][/code:1iahz74h] or [code:1iahz74h]m.messages.send[/code:1iahz74h] to [code:1iahz74h]m["messages"]["send"][/code:1iahz74h] and so on... to keep the property name after minify.
andreyin
I extended my rex_text_properties behavior to set wrapping of official sprite font object.
Sample capx
It seems not to mix wrapping mode, just set wrapping mode to "Word" or "Character" for different language before render string. Add an action to set wrapping mode in official sprite font might solved this problem.