Hi Guys
For my school project I am doing a version of pacman (I am aware they all got taken down a while ago!)
How can I make it so when the sprite touches one of the blocks, it dissapears and the score number (is it called a variable?) goes up 1
Thanks,
Jonathan (jonathanitb)
Offline
Script for one of the dots:
[blocks]
<when green flag clicked>
<forever if><touching[ Pacman
<hide>
<change{ score }by( 1
[/blocks]
Offline