Discuss Scratch

Conbro53072
Scratcher
15 posts

Pickr Random (Word) or (Word) (opperator block)

So What if We Had A Block That Could Pick A Random Word From 2 or more (join Multiple together) Options
(pick random (Huh?) Or (What?))
<(answer) = [What?]>

Last edited by Conbro53072 (April 23, 2019 03:09:22)

PowerBro135
Scratcher
68 posts

Pickr Random (Word) or (Word) (opperator block)

No support. You could just make a list and do something like this:
when green flag clicked
set [random word v] to (item (random v) of [list v] :: list)

if <you know someone who [doesn't v] like Blue's Clues::motion> then
[do not v] trust them::variables
end
They could be a robot or alien.
-Accio-
Scratcher
1000+ posts

Pickr Random (Word) or (Word) (opperator block)

No support

Just use a list and then pick a random word out of the list.

Hi There! I'm -Accio-


I am currently attending university for a Bachelor's of Science in Chemistry.

“If you are not part of the solution, you are part of the precipitate”
14152cool
Scratcher
100+ posts

Pickr Random (Word) or (Word) (opperator block)

-Accio- wrote:

No support

Just use a list and then pick a random word out of the list.
you've been ninja'd i think



also no support for the reasons above

Annoyingly, my signature was eaten by a small, white dog. How annoying.




yaov_1991
Scratcher
500+ posts

Pickr Random (Word) or (Word) (opperator block)

no support. first, what word will be inbetween?
second, theres a work around:
when green flag clicked
set [word v] to (item (random v) of [list of words v] :: list)
if <(word) = [...]> then
...
end

Powered by DjangoBB