Making Scratch Projects :: Help With Scripts :: Randomizer that never chooses the same number as a previous attempt ?
gor-dee : Probably easiest to fill a list with 1-20, then pick a random list item and delete it
set [ picked contestant v] to (item (pick random (1) to (length of [list v] :: list)) of [list v] :: list) delete (item (item# of(picked contestant) ) of [list v] :: list) of [list v]
from Latest posts on Help With Scripts https://ift.tt/2Qgdbhf
No comments:
Post a Comment