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