answersLogoWhite

0

Go to the score tab and drag the "Set Score" action into the action box. Then type "score/2" without the quotes.

Alternatively, you can use the code:

score/=2;

This works because the score is stored in a variable called score, and you are telling Game Maker to divide this variable by two.

User Avatar

Wiki User

16y ago

What else can I help you with?