Creating new node types
Using IS
 
- For example, you may say that:
	- A body node's field IS an interface field
	
		- Such as the Robot's eye color
	
 
	 
- A body node's eventIn IS an interface eventIn
	
		- Such as a Robot's turnOn event used to
		set a TimeSensor set_startTime
	
 
	 
- A body node's eventOut IS an interface eventOut
	
		- Such as a Robot's blasterFire eventOut from
		an AI script!