help!
whenever my soccer ball touches the net, nothing happens! can somebody helps? heres my code:fill('soccerfield2')
size = 100
speed = 300
x = 390
y = 106
a=stamp('soccer2',size,)
b=stamp('soccernet',x,y)
{if (a.hits('soccernet') == true)
text('You Won!',200,700)
size = 10
}
function touching() {
a.move(x,y)
}
3
votes
Hiphop SkippityTop
shared this idea