ebaybrabs
This moveTo behavior only moves object to a specific position, it won't move x or y vector separately.
blurymind
I don't know, the input and output data of real application needs some pre-processing and post-processing which does not include int this plugin.
Agree with Hasan999 , scratch ( or blockly , I like it more ) is more similar with traditional program language. Moreover, blockly could generate real text code (javascript, python) from code block (gui) directly.
andreyin
Sorry I could not, it is not a simple modification of sprite font through a behavior.
You might post this requirement to Ashley directly.
Update
Add "action:set stroke color".
Add new code "stroke" to draw stroke, for example
[ color=none][stroke=red]text[/stroke][/color]
to draw stroke only. See demo in first post of this thread.
Develop games in your browser. Powerful, performant & highly capable.
rex_pushoutsolid behavior: add "Action:Push out toward position" to push out object from other solid objects, toward position. ( Sample capx )
zebios
Grid control plugin, and here is a more completed template.
tesseractjs plugin, pure Javascript OCR for 62 Languages
Demo
Gamekid
Put rex_googlestaticmap into "behaviors" folder.
rex_tmx_importer_v2 could load tmx string, parse and fill the result into official tilemap object.
I did not add this feature yet.
tmntppn
Firebase initialize only has been invoked when api key is not "", otherwise user should call "action:Initialize" before other firebase actions.
I guess that you might run the older version of firebase, which does not have api key. i.e. api key is necessary in current version (v3).
Do you put rex_firebase_apiV3 plugin into project? sample capx