May 9th, 2012, 09:51 PM
|
#2 (permalink)
|
|
Junior Member
Join Date: Mar 2012
Location: Louisiana, USA
Posts: 34
Device(s): Asus Eee Transformer
Carrier: Not Provided
Thanks: 1
Thanked 4 Times in 3 Posts
|
Yes, Daniel, I think I understand what you are trying to do. But I don't think you need a list to do this. You just need a button component, which you mentioned and a label component. Let's say the label is called total. In the screen designer, give it a value of 0. Then in the blocks editor, drag out the buttonname.click block and put the blocks [set total.text to][ [ total.text] + [1] ] inside the click block. That would take 4 blocks.
Each time the button is pressed the label's value is increased by 1.
|
|
|