Fontasaur:
Allows you to add any Google font to yout text inside wick editor.
Old Timer:
Adds a timer item to your wick files.
Life:
Adds a variable that records players lives.
Fontasaur:
Allows you to add any Google font to yout text inside wick editor.
Old Timer:
Adds a timer item to your wick files.
Life:
Adds a variable that records players lives.
Life? How that works?
Hi Jovanny,
It doesn’t record hits or changes. What ever your hittests do, they should update the var LT_Life. So the text should change when LT_Life var does.
These are just citizenware styled items for the novice coder. I’ll add working things like the bullet and feild that will reduce LT_Life soon.
Its only when they are combined they will act as a game.
So the idea is that in the node coder it will eventually look something like this.
An event drops the LT_Life to (0) and that then triggers the game to end or the sprite to gotoAndStop(“DIE”)
Its early days still!