Have you find the error message in the console log?
Are you loading this text from a file included in the project?
It works for me, here is the built-in JSON template:
.
If your layouts named like Level1, Level2, Level3, you can do this with permutation table of the Advanced random plugin. Here is a simple demo that shows random animation frames without repeats:
dropbox.com/s/qschy8ji3bfrvxx/PermutationRandomImages.c3p
You can try using effects - Replace Color, Set Color, Tint.
Or make modular characters, with separate sprites for body, head, hat etc. The new Scene Graph feature makes this task easier.
Maybe you are using a font or spritefont that doesn't support these characters. Check if these characters are displayed correctly in Debug View.
Change the layout scale instead of layer scale. Then it should work correctly.
For HUD layer set Scale Rate to 0%
Develop games in your browser. Powerful, performant & highly capable.
You can enter video source in object properties on the left panel. Or use "Set source" action.
reginald Looks incredible!
Sending AJAX requests on every tick is not a good idea, your server will probably not be able to respond that fast.
Have you tried checking browser console log? When there are any issues with AJAX, you can usually find an error message in console log.
You can check if two objects are overlapping using "Pick by evaluate" condition with this expression:
Text.BBoxLeft<9Patch.BBoxRight & Text.BBoxRight>9Patch.BBoxLeft & Text.BBoxTop<9Patch.BBoxBottom & Text.BBoxBottom>9Patch.BBoxTop
You can also enable unbounded scrolling in layout properties.
You need to add ScrollTo behavior to your camera sprite.
Member since 26 May, 2016