@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Animation/PongGame.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '3.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasComponent :component_1_1 ;
  x3do:hasMeta :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8, :meta_1_9, :meta_1_10 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 2 ;
  x3do:name 'Shape' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'PongGame.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '12 Second Simulation Of The Game Pong' ;
  x3do:name 'description' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Nicholas Hittner' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '19 July 2021' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '14 July 2025' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'pong.wav' ;
  x3do:name 'Sound' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Animation/PongGame.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "PongGame.x3d" .
:meta dcterms:description "12 Second Simulation Of The Game Pong" .
:meta dcterms:creator "Nicholas Hittner" .
:meta dcterms:created "19 July 2021" .
:meta dcterms:modified "14 July 2025" .
:meta dcterms:Sound "pong.wav" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Animation/PongGame.x3d" .
:meta dcterms:generator "X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Viewpoint_2_2, :SceneClock, :SquareBall, :SquareBallPosition, :RightPaddle, :RightPaddlePosition, :LeftPaddle, :LeftPaddlePosition, :TriggerBackground, :GameTrigger, :Transform_2_20, :Transform_2_21, :Transform_2_22, :LeftScore, :RightScore, :Sound_2_27 ;
  x3do:hasROUTE :ROUTE_2_6, :ROUTE_2_7, :ROUTE_2_10, :ROUTE_2_11, :ROUTE_2_14, :ROUTE_2_15, :ROUTE_2_18, :ROUTE_2_19, :ROUTE_2_25, :ROUTE_2_26, :ROUTE_2_28 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:info '"PongSimulation"' ;
  x3do:title 'Pong' .
:Viewpoint_2_2 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Pong' .
:SceneClock a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :Scene ;
  x3do:DEF 'SceneClock' ;
  x3do:cycleInterval '12' .
:SquareBall a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:DEF 'SquareBall' ;
  x3do:translation ( .5 .5 0 ) .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :SquareBall ;
  x3do:hasGeometry :Rectangle2D_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:Rectangle2D_2_4_1_1 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:size ( .3 .3 ) .
:Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasMaterial :Material_2_4_1_2_1 .
:Material_2_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.9 ) .
:SquareBallPosition a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Scene ;
  x3do:DEF 'SquareBallPosition' ;
  x3do:key ( 0 0.1667 0.25 0.5 0.6667 0.7 1 ) ;
  x3do:keyValue ( 0.5 0.5 1 2.5 2 1 1.5 2.5 1 -2.5 0 1 2 -2.5 1 2.5 -2 1 -2.8 2.3 1 ) .
:ROUTE_2_6 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'SquareBallPosition' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'SquareBall' .
:ROUTE_2_7 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'SceneClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'SquareBallPosition' .
:RightPaddle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_8_1 ;
  x3do:DEF 'RightPaddle' ;
  x3do:translation ( 2.8 .5 0 ) .
:Shape_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :RightPaddle ;
  x3do:hasGeometry :Rectangle2D_2_8_1_1 ;
  x3do:hasAppearance :Appearance_2_8_1_2 .
:Rectangle2D_2_8_1_1 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:size ( .2 1.2 ) .
:Appearance_2_8_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasMaterial :Material_2_8_1_2_1 .
:Material_2_8_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_8_1_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.9 ) .
:RightPaddlePosition a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Scene ;
  x3do:DEF 'RightPaddlePosition' ;
  x3do:key ( 0 0.1667 0.3333 0.5 0.6667 0.8333 1 ) ;
  x3do:keyValue ( 2.8 0.5 1 2.8 2 1 2.8 0 1 2.8 1 1 2.8 -2 1 2.8 -2 1 2.8 0 1 ) .
:ROUTE_2_10 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'RightPaddlePosition' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'RightPaddle' .
:ROUTE_2_11 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'SceneClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'RightPaddlePosition' .
:LeftPaddle a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_12_1 ;
  x3do:DEF 'LeftPaddle' ;
  x3do:translation ( -2.8 -0.5 0 ) .
:Shape_2_12_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftPaddle ;
  x3do:hasGeometry :Rectangle2D_2_12_1_1 ;
  x3do:hasAppearance :Appearance_2_12_1_2 .
:Rectangle2D_2_12_1_1 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_12_1 ;
  x3do:size ( .2 1.2 ) .
:Appearance_2_12_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_12_1 ;
  x3do:hasMaterial :Material_2_12_1_2_1 .
:Material_2_12_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_12_1_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.9 ) .
:LeftPaddlePosition a owl:NamedIndividual, x3do:PositionInterpolator ;
  x3do:hasParent :Scene ;
  x3do:DEF 'LeftPaddlePosition' ;
  x3do:key ( 0 0.1667 0.3333 0.5 0.6667 0.8333 1 ) ;
  x3do:keyValue ( -2.8 0.5 1 -2.8 1 1 -2.8 -1 1 -2.8 0 1 -2.8 -1 1 -2.8 -2 1 -2.8 1 1 ) .
:ROUTE_2_14 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'LeftPaddlePosition' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'LeftPaddle' .
:ROUTE_2_15 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'SceneClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'LeftPaddlePosition' .
:TriggerBackground a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :GameTouched, :Shape_2_16_2 ;
  x3do:DEF 'TriggerBackground' ;
  x3do:translation ( 0 0 -8 ) .
:GameTouched a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :TriggerBackground ;
  x3do:DEF 'GameTouched' ;
  x3do:description 'touch to activate' .
:Shape_2_16_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TriggerBackground ;
  x3do:hasAppearance :Appearance_2_16_2_1 ;
  x3do:hasGeometry :Rectangle2D_2_16_2_2 .
:Appearance_2_16_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_16_2 ;
  x3do:hasMaterial :Material_2_16_2_1_1 .
:Material_2_16_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_16_2_1 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Rectangle2D_2_16_2_2 a owl:NamedIndividual, x3do:Rectangle2D ;
  x3do:hasParent :Shape_2_16_2 ;
  x3do:size ( 14 14 ) .
:GameTrigger a owl:NamedIndividual, x3do:TimeTrigger ;
  x3do:hasParent :Scene ;
  x3do:DEF 'GameTrigger' .
:ROUTE_2_18 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'isActive' ;
  x3do:fromNode 'GameTouched' ;
  x3do:toField 'set_boolean' ;
  x3do:toNode 'GameTrigger' .
:ROUTE_2_19 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'triggerTime' ;
  x3do:fromNode 'GameTrigger' ;
  x3do:toField 'startTime' ;
  x3do:toNode 'SceneClock' .
:Transform_2_20 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :MidLine ;
  x3do:translation ( 0 0 -1 ) .
:MidLine a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_20 ;
  x3do:hasGeometry :IndexedLineSet_2_20_1_1 ;
  x3do:hasAppearance :Appearance_2_20_1_2 ;
  x3do:DEF 'MidLine' .
:IndexedLineSet_2_20_1_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :MidLine ;
  x3do:hasCoord :Coordinate_2_20_1_1_1 ;
  x3do:coordIndex ( 0 1 0 1 ) .
:Coordinate_2_20_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedLineSet_2_20_1_1 ;
  x3do:point ( 0 3.72 -1 0 -3.72 -1 ) .
:Appearance_2_20_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :MidLine ;
  x3do:hasMaterial :Material_2_20_1_2_1 ;
  x3do:hasLineProperties :DashedLine .
:Material_2_20_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_20_1_2 ;
  x3do:emissiveColor ( 1 1 1 ) .
:DashedLine a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_20_1_2 ;
  x3do:DEF 'DashedLine' ;
  x3do:linetype 2 ;
  x3do:linewidthScaleFactor 3 .
:Transform_2_21 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TopLine .
:TopLine a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_21 ;
  x3do:hasGeometry :IndexedLineSet_2_21_1_1 ;
  x3do:hasAppearance :Appearance_2_21_1_2 ;
  x3do:DEF 'TopLine' .
:IndexedLineSet_2_21_1_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :TopLine ;
  x3do:hasCoord :Coordinate_2_21_1_1_1 ;
  x3do:coordIndex ( 0 1 0 1 ) .
:Coordinate_2_21_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedLineSet_2_21_1_1 ;
  x3do:point ( -3.5 3.4 -1 3.5 3.4 -1 ) .
:Appearance_2_21_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :TopLine ;
  x3do:hasMaterial :Material_2_21_1_2_1 ;
  x3do:hasLineProperties :LineProperties_2_21_1_2_2 .
:Material_2_21_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_21_1_2 ;
  x3do:emissiveColor ( 1 1 1 ) .
:LineProperties_2_21_1_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_21_1_2 ;
  x3do:linewidthScaleFactor 5 .
:Transform_2_22 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :BottomLine .
:BottomLine a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_22 ;
  x3do:hasGeometry :IndexedLineSet_2_22_1_1 ;
  x3do:hasAppearance :Appearance_2_22_1_2 ;
  x3do:DEF 'BottomLine' .
:IndexedLineSet_2_22_1_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :BottomLine ;
  x3do:hasCoord :Coordinate_2_22_1_1_1 ;
  x3do:coordIndex ( 0 1 0 1 ) .
:Coordinate_2_22_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedLineSet_2_22_1_1 ;
  x3do:point ( -3.5 -3.4 -1 3.5 -3.4 -1 ) .
:Appearance_2_22_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :BottomLine ;
  x3do:hasMaterial :Material_2_22_1_2_1 ;
  x3do:hasLineProperties :LineProperties_2_22_1_2_2 .
:Material_2_22_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_22_1_2 ;
  x3do:emissiveColor ( 1 1 1 ) .
:LineProperties_2_22_1_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_22_1_2 ;
  x3do:linewidthScaleFactor 5 .
:LeftScore a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_23_1 ;
  x3do:DEF 'LeftScore' ;
  x3do:translation ( -0.7 3 0 ) .
:Shape_2_23_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LeftScore ;
  x3do:hasGeometry :Text_2_23_1_1 ;
  x3do:hasAppearance :Appearance_2_23_1_2 .
:Text_2_23_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_23_1 ;
  x3do:hasFontStyle :FontStyle_2_23_1_1_1 ;
  x3do:string '"0"' .
:FontStyle_2_23_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_23_1_1 ;
  x3do:family '"SANS"' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_23_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_23_1 ;
  x3do:hasMaterial :Material_2_23_1_2_1 .
:Material_2_23_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_23_1_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.9 ) .
:RightScore a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :ScoreSequencer, :GoalScored ;
  x3do:DEF 'RightScore' ;
  x3do:translation ( .7 3 0 ) .
:ScoreSequencer a owl:NamedIndividual, x3do:IntegerSequencer ;
  x3do:hasParent :RightScore ;
  x3do:DEF 'ScoreSequencer' ;
  x3do:key ( 0.01 0.99 ) ;
  x3do:keyValue ( 0 1 ) .
:GoalScored a owl:NamedIndividual, x3do:Switch ;
  x3do:hasParent :RightScore ;
  x3do:hasChildren :Child0, :Child1 ;
  x3do:DEF 'GoalScored' ;
  x3do:whichChoice 0 .
:Child0 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :GoalScored ;
  x3do:hasGeometry :Text_2_24_2_1_1 ;
  x3do:hasAppearance :Appearance_2_24_2_1_2 ;
  x3do:DEF 'Child0' .
:Text_2_24_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Child0 ;
  x3do:hasFontStyle :FontStyle_2_24_2_1_1_1 ;
  x3do:string '"0"' .
:FontStyle_2_24_2_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_24_2_1_1 ;
  x3do:family '"SANS"' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_24_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Child0 ;
  x3do:hasMaterial :Material_2_24_2_1_2_1 .
:Material_2_24_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_24_2_1_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.9 ) .
:Child1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :GoalScored ;
  x3do:hasGeometry :Text_2_24_2_2_1 ;
  x3do:hasAppearance :Appearance_2_24_2_2_2 ;
  x3do:DEF 'Child1' .
:Text_2_24_2_2_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Child1 ;
  x3do:hasFontStyle :FontStyle_2_24_2_2_1_1 ;
  x3do:string '"1"' .
:FontStyle_2_24_2_2_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_24_2_2_1 ;
  x3do:family '"SANS"' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_24_2_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Child1 ;
  x3do:hasMaterial :Material_2_24_2_2_2_1 .
:Material_2_24_2_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_24_2_2_2 ;
  x3do:diffuseColor ( 0.9 0.9 0.9 ) .
:ROUTE_2_25 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'SceneClock' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'ScoreSequencer' .
:ROUTE_2_26 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'ScoreSequencer' ;
  x3do:toField 'whichChoice' ;
  x3do:toNode 'GoalScored' .
:Sound_2_27 a owl:NamedIndividual, x3do:Sound ;
  x3do:hasParent :Scene ;
  x3do:hasSource :PongAudio ;
  x3do:direction ( 0 -0.19612 -0.98058 ) ;
  x3do:location ( 0 1 0 ) ;
  x3do:maxBack 100 ;
  x3do:maxFront 100 ;
  x3do:minBack 20 ;
  x3do:minFront 20 ;
  x3do:priority 1 ;
  x3do:spatialize false .
:PongAudio a owl:NamedIndividual, x3do:AudioClip ;
  x3do:hasParent :Sound_2_27 ;
  x3do:DEF 'PongAudio' ;
  x3do:description 'AudioClip' ;
  x3do:stopTime '12' ;
  x3do:url '"pong.wav" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Animation/pong.wav"' .
:ROUTE_2_28 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :Scene ;
  x3do:fromField 'startTime' ;
  x3do:fromNode 'SceneClock' ;
  x3do:toField 'startTime' ;
  x3do:toNode 'PongAudio' .
