SullyTheStrange
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)
Develop games in your browser. Powerful, performant & highly capable.
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.
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
Update platformMP following r75.
If you don't want wait, try this.
I trace the Wastrel Keycode plugin. There is a little bug.
You can try
+ Capture key: - Set text to KeyCode.ScanCode - End capture
It works.
The problem in Keycode plugin is,
a. "onKeyDown" will set KeyCode.ScanCode then trigger "Capture key" condition
b. "onKeyPressed" will set KeyCode.UnicodeCode then trigger "Capture key" condition
Maybe they should use the same trigger source.
Member since 4 Apr, 2011