if score > 1000 then
storyboard.gotoScene("bonus", "fade", 400)
else
storyboard.gotoScene("gameover", "fade", 400)
end
solved If score is higher than 5 then
if score > 1000 then
storyboard.gotoScene("bonus", "fade", 400)
else
storyboard.gotoScene("gameover", "fade", 400)
end
solved If score is higher than 5 then