slides


  
  :-object object_profiel : [slides].
  
  var url = '@talk-profiel.wrl'.
  var slideset = 'profiel'.
  var interface = 'profiel-interface'.
  
  main :-
          load(url),
          delay(5000),
          
          initialize,
  
          watch(slideset),
          connect(interface),
  
          delay(2000),
          !.
  
  :- end_object object_profiel.