sagispin
"Condition: For each key" of behavior JSON won't pick instance (sprite), therefore Each "Expression: Sprite.JSON.CurValue" will point to first sprite. You could print expression: Sprite.UID to see the picked instance of expression.
Add "system.forEach(obj)" is solution indeed.
ovejacreativa
Add to TODO.
Discmach
rex_comment plugin of C3
newt
rex_spline behavior does not move with constant speed in my last testing, I had not fixed that issue yet.
Add to my TODO.
Develop games in your browser. Powerful, performant & highly capable.
Pixel85
https://rexrainbow.github.io/C2RexDoc/d ... x_swing.7z
I bough a license before I remembered that C2 user had discount. Could I use c2-discount after purchase? ( maybe discount for next year )
Update
Add "Action:Set object type", "Action:Create instance" to create javascript object.
Add "Action:Add C2 function callback" to trigger c2 function as callback.
@rexrainbow , hi and thank you for this plugin, a qustion ! can i use this for time tracking for game like farming simulator ? can user hack it? thank you
@rexrainbow , hi and thank you for this plugin,
a qustion !
can i use this for time tracking for game like farming simulator ? can user hack it?
thank you
This data plugin uses system time, so, yes, user could change the system time to hack it.
whitephon
Here is another string compression plugin.
Document, plugin and sample capx files are included.
It is similar with call javascript plugin, but my plugin could receiving callback of javascript function.
It is possible to use this plugin to invoke javascript function of cordova plugin.
It is an old topic.
I agree that it is better NOT to repeat (official) plugin. But it is not enough only posting an announce. A better way is providing a solution/framework to add extra functions to decorate target plugin, like behaviors of sprite do.
ErudioLtd
1. Use "Expression:UnixTimestamp" (T0) when start app first time and save it.
2. Others, get current timestamp by "Expression:UnixTimestamp" (T1)
3. subtract T1 to T0 -> delta time = T1 - T0, in ms.
AndreasR
I didn't dig events deeply. But it seems that miniboard could be put at LXY = (1,1) after dropped.
Thus I modified 1st action in event 15 which put miniboard at mainboard
: not (0, 0)
: "Putable" will test by "Condition:On put-able request" (section: Put-able testing)
Could you please providing a very simple capx for this case, which only has putting action?