This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-02-27 13:37:57

puppetadventurer
Scratcher
Registered: 2011-02-20
Posts: 1000+

help

yeah i need a little bit of help for my game

when you make the spinner spin, its supposed to go onto the next part of game and stuff when the spinner's velocity gets down to zero

however it doesn't do so :(

please help!

link to version 0.1


3

Offline

 

#2 2011-02-27 15:04:06

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

Re: help

You should change the boolean < turn_vel = 0 > in the spinner's script to <turn_vel < 0.1 > It's an odd error in Scratch that causes it to tend to miss exact values like that. That should make it change your money and allow you to spin again.


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://i.imgur.com/OZn2RD3.png&amp;link2=http://i.imgur.com/duzaGTB.png&amp;link3=http://i.imgur.com/CrDGvvZ.png&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#3 2011-02-27 15:17:26

puppetadventurer
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: help

thanks!


3

Offline

 

Board footer