Update:
Fix a bug when using official save/load.
delgado
Here is a sample capx, to implement (revive + official scirra Save/Load) feature with my rex_timeline plugin.
You might need to rex_timeline plugin again, I had fixed a bug now.
No, this behavior could not be used in official scirra Save/Load.
puntodamar
Save:
Expression:ToString
Load:
Action:Load steps from JSON string
Edit:
Or it could be saved/loaded by official save/load feature.
You might get text by AJAX plugin, IMO.
You do not have permission to view this post
cesisco
It should in my repo, or you might download it manually in here.
Develop games in your browser. Powerful, performant & highly capable.
Ashley
Aphrodite
I agree that suspending when application is in background, to save battery.
But it could not cover all cases.
For example
In official multiplayer plugin, runtime.js, line 125, 318. It looks like the host player could run while suspended, i.e. in background.
Update
Add rex_parse_leaderboard plugin, leaderboard feature in parse server.
rex_firebase_leaderboard is good at showing top N ranks in real-time.
rex_parse_leaderboard is good at showing ranks in pages.
I tried Touchwrap plugin and I found it awesome. Thanks!
I tried Touchwrap plugin and I found it awesome.
Thanks!
It is just similar with official touch plugin, nothing new.
Sorting data with multiple keys
Hi,
I am trying to sort data by two keys like
query.descending("score"); query.ascending("updatedAt");[/code:pzqaxchg] But the result only will become sorting by key "updatedAt". A possible solution is wrote in this way [code:pzqaxchg]query.ascending("-score,updatedAt");[/code:pzqaxchg] Which only use one sorting instruction ("ascending" here), and add "-" at the key ("-score" here) which is sorted by opposite order.
Member since 4 Apr, 2011