home *** CD-ROM | disk | FTP | other *** search
/ Japan Image Selection - A Visual Education Tool / JapanImageSelect.iso / pc / SLIDE / st.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  2004-03-05  |  155 b   |  8 lines

  1. on exitFrame me
  2.   if baversion("OS") contains "Mac" then
  3.     go(1, the moviePath & "data:main")
  4.   else
  5.     go(1, the moviePath & "data\main")
  6.   end if
  7. end
  8.