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

#1 2012-09-10 14:05:04

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Blocks With Workarounds

I am not sure which forum this belongs in so please move it if it is in the wrong one.

Post workarounds for blocks that exist (therefore making them useless).

My entry:

change [variable v] by (1)
can be worked around like this:
set [variable v] to <<variable>+(1)>

Useless Blocks

change [variable v] by (1)

Please post more.

Last edited by JH1010 (2012-09-10 14:07:05)

Offline

 

#2 2012-09-10 14:07:45

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: Blocks With Workarounds

Why make it more complicated? Workaronds are harder to implement, complicating things for new users. The ST isn't going to implement a block just so you don't need the workaround, but they also aren't going to take stuff out just because there is a workaround. It would, however, be an interestin guide.

Last edited by sonicfan12p (2012-09-10 15:00:43)


Why are the secret organizations getting all the attention?  mad

Offline

 

#3 2012-09-10 14:19:22

northmeister
Scratcher
Registered: 2011-07-12
Posts: 1000+

Re: Blocks With Workarounds

There is a list of workarounds here on the wiki. It's amazing how people can make workarounds for some blocks, especially re-creating variables and lists.

Last edited by northmeister (2012-09-10 14:19:39)


http://i48.tinypic.com/5a25g5.png

Offline

 

#4 2012-09-10 14:23:01

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Blocks With Workarounds

OK, I'll play...

"Forever if" can be worked around like this:

forever
  if <(turn) = [1]>
    go to [mouse-pointer v]
  end
end
Makes the "forever if" block redundant.

forever if <(turn) = [1]>
    go to [mouse-pointer v]
end


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#5 2012-09-10 14:28:25

northmeister
Scratcher
Registered: 2011-07-12
Posts: 1000+

Re: Blocks With Workarounds

All from the wiki. Have fun adding all them in  big_smile


http://i48.tinypic.com/5a25g5.png

Offline

 

#6 2012-09-11 14:36:09

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Blocks With Workarounds

Since there is a comprehensive wiki on this subject this topic doesn't need to be here anymore.

Last edited by JH1010 (2012-09-11 14:56:08)

Offline

 

#7 2012-09-11 14:58:17

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: Blocks With Workarounds

Closed by request of the topic owner.


http://i.imgur.com/WBkM2QQ.png

Offline

 

Board footer