WilB
marcgram
—
Thanks, this app allows all user to share plugins/behaviors. Hope some guys or plugin makers would have time to update them.
Soybean
Yes, this feature comes from your previous requirement.
The imported map only can be shown in execution time.
See this thread to find another sample.
And please ignored the message -- you could get the latest version in 1st post.
Yes, you don't need branch plugin anymore.
Update:
Add "action:pick keys", to pick keys into an array object. See sample capx.
This action will set array size to (0,1,1), then push keys into array. Using "array condition: for each element X" to pick them.
Here it is.
Good idea, I will implement it in this weekend.
Hash.At("a.c", 20)
if Hash[a][c] does not exist return 20 , else return Hash[a][c]
It might have a better way to do that, I will think it again.
This plugin support "for each key", see this post
construct.net/en
And thanks, I will add a condition to check if the key is existed.
Develop games in your browser. Powerful, performant & highly capable.
B10KILLER
I guess, uh.
You might need assign server address to
http://localhost/game:8099
or
http://localhost/lobby:8099
depend on what plugin you use
Fix bugs on xml paring. Hope it will be bug free. Sorry for that.
Try zigzag behavior, it could let you define path with logo-like script.
egos
Try ajax plugin for loading external files.
wgfunstorm
It might be useful to have a "condition:log text". So that designer could use it to check if the triggered event had been executed or not.
AddObjectParam is to get the "type", not an instance. See the structure of "type" in firebug for more detail.
Guyon
You might try csv plugin if you want a array with initial values. CSV could let you edit initial value in excel.