smitchell
Hum... you can PM to Pode, maybe he has some ideas.
Geo
You can set property "Global" to "Yes" in C2 (layout) editor, then this function object will not be destroyed when leaving this layout.
Sorry, I still think that Canvas plugin is better then sprite bank in this case, since your goal is to create an "image" like jpeg/png.
Wronghands
Try Hash table. It provides parsing JSON string into hash table/transfering hash table to JSON string.
—
If you are using zigzag plugin to create laser, try to combine this plugin with step behavior.
SullyTheStrange
I test this capx and look great.
I has updated platformMP again to ensure that we are using the same code.
Sorry, I can not catch your problem.
I test this issue by using previous capx
dl.dropbox.com/u/5779181/test_platformMP.capx
It looks fine.
(test in firefox)
GauVeldt
This plugin can save instance variables, but it can not save behaviors' variables automatically. You need to save them into "custom data". See test_sprite_bank_adv.capx in example.
NRABrazil
The performance of video tag is depend on browser, maybe the browser on ipad does not support video tag yet, sorry.
While-loop
(Update: 2012/02/15)
A very small plugin.
While-loop will repeat if the "condition value" is larger then 0.
while (condition value > 0) { do something... }
Example
<img src="http://i1081.photobucket.com/albums/j352/rexrainbow1/screen1-18.png" border="0">
Remember to set initialize condition value before entering while-loop, and don't forget to set the condition value equal or less then 0 to leave while-loop.
Using more then one while-loop object to implement multi-layer while-loop.
Wastrel
Thanks. I'm glad that our plugins can work together. It's cool.
Update:
Fix bug in "condition:Is extra control down", thanks to SullyTheStrange
You can use "action:set control" to replace "action:set extra control", so that you don't need to add these "condition:Is extra control down". These will reset the default key settings.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, I'll check this latter.
It's incorrect if you get 0 from the expressions of Keycode plugin, check it first.
Scirra Construct in Taiwan