MelonGuns
It might help you.
construct.net/en
The condition need to assign a "object type", then the plugin will change the SOL of this object type to the popped one. For example,
+ Pop one instance from typeA [ul] [li]Set typeA.X to 100
Just like "condition:pick by UID".
Reference
add some Object's instances - "Action:Add instances"
pop an item from a instGroup - "Condition:Pop one instance"
Develop games in your browser. Powerful, performant & highly capable.
Fuzzy.AND(...) or Fuzzy.OR(...) will return a string (a rule) which is an expression about how to calculate the output variable (the rule name is also an output value).
In these expressions,
Capx: inject a function object
Remember user should NOT to put ";" at the last character. The code string at action of inject function objects has the same issue.
The format of injected function code in acton: inject a function object is
"function(fn, params) { .... }"
The "action: inject function objects" might be more useful then "action: inject a function object", since previous one could run some initialize code before injecting.
Please don't add no save option at their properties table.
Ashley
Array or dictionary objects could not add any behavior, how to "no save" these kinds of object?
BTW, it might be more flexible if plugin which is "object" type (for example, Array or dictionary) could be added behaviors.
Update C2 to r124 or later version.
Update
Support save/load system.
imothep85
Hum... I test the sample capx again, it works fine at preview and exporting html5 running at firefox. The results are the same.
xquirrel
I had a tool to download all of my plugins in latest version. It's more convince than github.
And... the user manual of plugin on this forums is important, too. So user still need to find the post (user manual).
I had updated the Sample Capx link, you might see this first.
I'm upgrading my all plugins to support save/load system recently. It needs 2 or 3 months.
gabrilos
Humm... It seems that you want move the board by moving all of the chess/tiles.
The position of the chess/tiles are calculated by board + squareTx -- the position of logic (0,0) is defined at squareTx. You need to reset this value to new position.
BTW, this case is rare.
bachrock
The platform behavior has gravity setting. It will cause yellow ball dropping down. Set it to 0, the yellow ball will attach to red ball. You might set this value to a reasonable one.