| 
														
															@@ -1,4 +1,4 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-Smalltalk current createPackage: 'Processing-Examples' properties: #{}! 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+Smalltalk current createPackage: 'Processing-Examples'! 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 Object subclass: #ProcessingClock 
														 | 
														
														 | 
														
															 Object subclass: #ProcessingClock 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	instanceVariableNames: 'processing centerX centerY maxArmLength' 
														 | 
														
														 | 
														
															 	instanceVariableNames: 'processing centerX centerY maxArmLength' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	package: 'Processing-Examples'! 
														 | 
														
														 | 
														
															 	package: 'Processing-Examples'! 
														 |