Perhaps have you set "myword" to Global number instead of Global text?
local variables can only be accessed in their scope. A local variable's scope is its level of sub-events. All other events at the same level of indentation, or lower levels, can access the local variable. Events above it (less indented) cannot access the local variable. https://www.scirra.com/manual/83/variables
You can try "call function"test"(param0=localvariable)
You can combine sine behavior (with value only) with the scale propertie on spritefont and stop sine at the end of the period
perhaps you can use the expression text.textheight and text.textwidth then resize the text object (works also with spritefont object)
Note: the Text object must be drawn before these have the correct values( C2 needs a delay between 0.1 and 0.2 sec)
Once the player click on look, I think you can let the arrow on screen
Nice experiment. How did you found the pictures?
Develop games in your browser. Powerful, performant & highly capable.
Have you read AND download the capx example?
I advise you to take a look at this tutorial https://www.scirra.com/tutorials/1283/css-your-buttons-and-textboxes written by Colludium
right click on your layout in project bar--> duplicate--> rename the new layout---> it's the same with the same objects
ok thanks Ashley
Perhaps he want to know how install cocoonjs plugin in order to have a ranked app... or how to use googleplay plugin and have a popup to rate his app
or
1.on start of layout set glob text var 'language' = Browser.Language
2.system compare var 'language'= "En-Us" then set text to "Hello"
-else system compare var 'language'= "De-De" then set text to "Hallo" and so on...
system compare value "browser.language" = want you want then action
I'll test your dropbox link asap (if it's the good version lol)
definitely spritefont even if we can't refresh the layout view when you use custom "Set character width" on eventsheet
Ashley what about if we include multiple eventsheet?
All event in eventsheet1 then all in eventsheet2 and so on?