DEF N32 Group {
	children [
 		Transform2D { 
 			translation 0.0 0.0
 			children [
 				Shape { 
 					geometry Bitmap {}
 					appearance Appearance { 
 						texture MovieTexture { 
 							url 12
 							startTime 0.0
 							stopTime -1.0
 						}
 					}
 				}
 			]
 		}
		Sound2D { 
			source AudioSource { 
				url 13
				startTime 0.0
				stopTime -1.0
			}
		}
		Transform2D { 
			translation -100.0 -116.0
			children [
				Shape { 
					geometry DEF TextBar Text { 
						string [ "This movie was created by TDK" ]
						fontStyle FontStyle { 
							family [ "SansSerif" ]
							size 20.0
							style "BOLD"
						}
					}
					appearance Appearance { 
						material Material2D { 
							emissiveColor 0.0 1.0 0.0
						}
					}
				}
			]
		}
	]
}

UPDATE IPMPDX [
	IPMP_ToolDescriptor {
		IPMP_ToolDescriptorID	69
		IPMP_ToolID				0x100100000e69
//		IPMP_data				"IPMPX is here and barking"
	}
]

UPDATE OD [
	{
		objectDescriptorID	12
		muxScript ipmpx.scr
	}
	{
		objectDescriptorID	13
		muxScript ipmpx.scr
	}
]

AT 2000 REMOVE IPMPD [69]
