Display Number Value?

Forum to ask for any help
Post Reply
Prof Yaffle
Posts: 10
Joined: Tue Jul 24, 2012 3:39 pm

Display Number Value?

Post by Prof Yaffle » Thu Nov 22, 2012 7:18 pm

I'm sure there must be an obvious way of doing this that I'm missing... but how do you get the project to show the value of a Number variable?

Thks
Simon

User avatar
DemoPad
Site Admin
Posts: 769
Joined: Thu Jun 14, 2012 10:46 am
Contact:

Re: Display Number Value?

Post by DemoPad » Thu Nov 22, 2012 7:25 pm

You need a label, linked to a button or text object, and an action that sets the label to:

[MYNUMBER]

where MYNUMBER is the name of your number variable...

Post Reply