scratch-vm/src/blocks
jokebookservice1 306996e54c
feat: Implement "point towards random direction"
We subtract 180 even though the value will be clamped, for clarity. We round so that
using the "direction" getter will yield a sensible result. Note that this
implements 'point towards random direction', not 'point towards random
position' -- they have slightly different behaviours.
2018-11-11 01:51:37 +00:00
..
scratch3_control.js Use round() instead of floor() in repeat, add unit test 2018-08-14 20:27:18 -03:00
scratch3_data.js Set the cloud provider and request updates to the cloud var when updating the variable through blocks. 2018-10-29 00:59:06 -04:00
scratch3_event.js broadcast and wait must wait for threads to be removed from runtime 2018-10-05 14:54:02 -04:00
scratch3_looks.js monitor id getter should use block fields instead of a list of strings 2018-11-08 01:33:26 -05:00
scratch3_motion.js feat: Implement "point towards random direction" 2018-11-11 01:51:37 +00:00
scratch3_operators.js Switch from parseInt to Math.floor 2017-08-22 10:30:41 -04:00
scratch3_procedures.js return 0 from parameters outside of their procedure 2018-10-23 15:14:31 -04:00
scratch3_sensing.js monitor id getter should use block fields instead of a list of strings 2018-11-08 01:33:26 -05:00
scratch3_sound.js Make volume a sprite-specific monitor (#1730) 2018-11-06 10:52:40 -05:00