how do i make the score and how to make it go up 1 if i click a button wanted for it
how do i make the score and how to make it go up 1 if i click a button wanted for it
var score = 0
set label1.text to var score
on button1.click +1 to score
set label1.text to var score
Give blocks set label text under the adding blocks
Ok, thanks
Oh, I forgot one thing,i.e, when screen initialize, set label text to 0