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 is a simple test" ]
						fontStyle FontStyle { 
							family [ "SansSerif" ]
							size 20.0
							style "BOLD"
						}
					}
					appearance Appearance { 
						material Material2D { 
							emissiveColor 0.0 1.0 0.0
						}
					}
				}
			]
		}
	]
}


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