New Tools in Luke Tools (Fontasaur, Old Timer, Life)

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.

1 Like

Life? How that works?

Hi Jovanny,

  1. Put a dynamic text inside your clip, name it “LifeText”
  2. Select the clip and click Apply
  3. Read LT_Life from other scripts or game blocks
  4. This script displays the global value in the named text object

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.

1 Like

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!