Looks correct
On the event where you reduce the variable every 30 seconds you can add a condition there that variable must be greater or equal to 0.
It doesn't do that with the file you sent, even though you are picking word and destroying enemy it still picks correctly as they are in a container, I don't see that bug (but really you should destroy word not enemy).
Use a global variable and change it to every 'variable' seconds. The variable initially is 3. Then with a separate variable that counts down or with a timer, after 30 seconds subtract 1 from the variable then that event would be every 2 seconds etc.
I figured it out for you, because of the format in words.txt and using tokenat with ; divider the words are actually including the spaces on each line after the word so the set word is something like "word---------" where the dashes are tons of blank spaces. The words.txt format should be something like "word1;word2;word3;" to use that tokenat expression correctly.
If that is the system you're going for then generally the character animations would suit all weapons so you only have to use one animation and then you can replace the gun sprite which is placed on top.
Use Pick Top/Bottom condition on the sprite object
Develop games in your browser. Powerful, performant & highly capable.
Wait doesn't stop loops. To achieve what you want here try every 0.1 seconds.
Great :)
Whenever the player watches a video, so 'on video completed' etc you could increase a variable by 1. Then the variable matches the level to unlock, if 1 unlock level 1, if 2 unlock level 2 etc
If you think it acts differently to C2 then post a feature request
The expression is object.moveto.movingangle. If you have 'set angle' set then the object's angle is also the same value.
You can select the object type but it won't find any instances if all the layers are locked
If the layer is locked you can't select the object in the editor, that was the same in C2
You would compare to for example a global variable, the touch is not an object where you can add instance variables.