home *** CD-ROM | disk | FTP | other *** search
/ Skål! / Skål!Multimedia.iso / controls.cst / 00028_Script_hyperjump < prev   
Text File  |  1999-05-06  |  609b  |  24 lines

  1. on hyperlinkClicked me, data, range
  2.   scene=data
  3.   cinema=data
  4.   global frame_history
  5.   global movie_history
  6.   append frame_history, marker(-1)
  7.   append movie_history, the moviename
  8.   delete word 2 of cinema
  9.   delete word 3 of cinema
  10.   if cinema contains ".dir" then
  11.     set b=offset(".dir", cinema)
  12.     delete char b of cinema
  13.     delete char b of cinema
  14.     delete char b of cinema
  15.     delete char b of cinema
  16.     c=length(cinema)
  17.     if char c of cinema=" " then delete char c of cinema
  18.   end if
  19.   put cinema
  20.   put scene
  21.   delete word 1 of scene
  22.   go frame scene of movie cinema
  23. end
  24.