| 
						In-Class
		Exercise 3
						 
						Copy my solution to the
		genericJump.a2w world (K drive, Week2), which we implemented
		last time, so that it functions as follows:
		 
		- The three characters appear on the screen in position as
		before.
 
		- aliceLiddel says, "Simon says, Jump!"
 
		- whiteRabbit jumps.
 
		- cheshireCat jumps.
 
		- cheshireCat disappears, but his smile stays
		visible. (Hint: There is a property named opacity. Dragging a
		property into a method will create an instruction to set the
		property to a new value.)
 
		- aliceLiddel and whiteRabbit both turn their heads to look
		at cheshireCat.
 
		 
						
					 |