#VRML V2.0 utf8 WorldInfo { title "midi" info [ "This VRML World was created with Spazz3D, a VRML 97 authoring tool" "www.spazz3d.com" ] } DEF dad_GROUND Transform { children [ DEF GROUND Group { children [ DEF dad_Group2 Transform { translation -2.0 0.0 0.0 children [ DEF Group2 Anchor { url "http://www.geocities.com/BourbonStreet/1855/gospick.mid" description "Gospel Pickin" children [ DEF dad_Cylinder1 Transform { translation 0.05762 0.49383 0.0 children [ DEF Cylinder1 Shape { appearance Appearance { material DEF Shiny_Green_mat Material { ambientIntensity 0.200 shininess 0.100 diffuseColor 0.0 1.0 0.0 emissiveColor 0.0 0.0 0.0 specularColor 0.0 1.0 0.0 } } geometry Cylinder { height 1.000 radius 0.500 } } ] } ] } ] } DEF dad_Group1 Transform { children [ DEF Group1 Group { children [ DEF dad_Box1 Transform { translation -0.01176 0.47031 0.0 children [ DEF Box1 Shape { appearance Appearance { material DEF Shiny_Red_mat Material { ambientIntensity 0.200 shininess 0.100 diffuseColor 1.0 0.0 0.0 emissiveColor 0.0 0.0 0.0 specularColor 1.0 0.0 0.0 } } geometry Box { size 1.0 1.0 1.0 } } ] } DEF dad_Sound1 Transform { translation 0.02352 0.47031 0.0 children [ DEF Sound1 Sound { source DEF AClip_Sound1 AudioClip { url "http://www.geocities.com/BourbonStreet/1855/wearymarch.mid" pitch 1.000 loop FALSE startTime -1 stopTime 0 } intensity 1.000 priority 0.000 minBack 10.000 minFront 10.000 maxBack 500.000 maxFront 500.000 } ] } DEF Sensor1 TouchSensor { } ] } ] } DEF dad_Group3 Transform { translation 2.0 0.5 0.0 children [ DEF Group3 Group { children [ ############# Added by hand #### DEF Clicker TouchSensor {} DEF TimeSource TimeSensor { cycleInterval 2.0 } ############# to here ####### DEF dad_Cone1 Transform { children [ DEF Cone1 Shape { appearance Appearance { ################# Added by hand from here ########## texture DEF StreamMovie MovieTexture { loop FALSE startTime 0 repeatS FALSE repeatT FALSE ###you can comment out or substitute your own files in the URL below url [ "http://www.geocities.com/BourbonStreet/1855/gospick.mid" "http://www.geocities.com/BourbonStreet/1855/avjugani.gif" "http://video1.xoom.com/ramgen/KillrBat.rm" "buckcherry.mp3" "Sample.mov" "ICQNews.avi" "christine01.mpg" "avjugani.gif" ] } #################### to here ############### material DEF Shiny_Blue_mat Material { ambientIntensity 0.200 shininess 0.100 diffuseColor 0.0 0.0 1.0 emissiveColor 0.0 0.0 0.0 specularColor 0.0 0.0 1.0 } } geometry Cone { height 1.000 bottomRadius 0.500 } } ] } ] } ] } ] } ] } DEF Script_Sound1 Script { field SFNode snd USE AClip_Sound1 field SFBool state FALSE field SFTime pause 0 eventIn SFTime startAt0 directOutput TRUE url "vrmlscript: function startAt0( stime ) { state = TRUE; snd.set_startTime = stime; snd.set_stopTime = 0; } " } ROUTE Sensor1.touchTime TO Script_Sound1.startAt0 ################ Added these routes from here ###### ROUTE Clicker.touchTime TO TimeSource.startTime ROUTE Clicker.touchTime TO StreamMovie.startTime ################ to here ############