obsolete block in 1.4- hack how to do: Go to the word "scratch in the top left corner of the scratch screen. shift-click on the "r". press turn fill screen off. press on the white space that appears. click open, and in that window, click browser. in the first pane, click scratch-objects. In the second, click scratch-sprite-morph. switch to class (instead of instances), and click scratch/block specs in the third pane. in the fourth pane, click block specs. go to the coding, and after where it shows ('motion', make a space and write this: ('i' #r #isEqualTo: 1). then, make a space, and control click where there is no text (still in the coding) and press accept. Type something random in the box that comes up, then click accept. Then, close the window opened with "browser", and go to the motion section. There should be an oval that says i. make a variable called a, and make this script: when green flag clicked, set variable a to i. if you upload it and open it onto another computer, it will look like this: when green flag clicked, set variable a to obsolete. You have made an obsolete in 1.4! Good job!