hiya, i am having problem with my lingo code. I have to create a game, where if you click on the buzzing bees, they disappear and you win and you get to play again. what am I missing in my below code as it does not seem to work.
on mouseDown me
global myScore
myScore=myScore+1
sprite(me.spriteNum).visible = 0
if myScore>1 then
go to frame 30
end if
end