Discuss Scratch

thebriculator
Scratcher
100+ posts

Project Editor- Dragging to the backpack

Dragging a block to the backpack from a C block returns said block to the C block, but it has resized.



This creates another bug where the block definition can be deleted (if this is the only instance) which makes this block useless.

Also, the block (if it is a custom block) in the backpack turns red for obsolete.

Last edited by thebriculator (May 18, 2013 17:23:04)




mooncat39
Scratcher
12 posts

Project Editor- Dragging to the backpack


public static void main(String args) {
 if(args.equals(“I”) && args.equals(“love”) && args.equals(“java”)) {
  System.out.println(“java's amazing!”);
 } else {
  System.out.println(Math.random() < 0.5);
 }
}
thebriculator
Scratcher
100+ posts

Project Editor- Dragging to the backpack

bumpers



thebriculator
Scratcher
100+ posts

Project Editor- Dragging to the backpack

bumpo



Powered by DjangoBB