home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00048_travelcap.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  2.6 KB  |  57 lines

  1. property spriteNum, pMySpriteRef
  2. global gName
  3.  
  4. on beginSprite me
  5.   pMySpriteRef = sprite(me.spriteNum)
  6.   currMember = pMySpriteRef.member
  7.   gName = member(currMember).name
  8.   if gName = "MF005626" then
  9.     member("caption").text = "MF005626" & RETURN & "Michael Freeman" & RETURN & EMPTY & RETURN & "Bago, Myanmar"
  10.   end if
  11.   if gName = "RG001058" then
  12.     member("caption").text = "RG001058" & RETURN & "Richard Glover" & RETURN & EMPTY & RETURN & "Kashmir, India"
  13.   end if
  14.   if gName = "HR004269" then
  15.     member("caption").text = "HR004269" & RETURN & "Jeremy Horner" & RETURN & EMPTY & RETURN & "Khimsar, India"
  16.   end if
  17.   if gName = "OF001328" then
  18.     member("caption").text = "OF001328" & RETURN & "Owen Franken" & RETURN & EMPTY & RETURN & "Chinchon, Spain"
  19.   end if
  20.   if gName = "HR004198" then
  21.     member("caption").text = "HR004198" & RETURN & "Jeremy Horner" & RETURN & EMPTY & RETURN & "Jaisalmer, India"
  22.   end if
  23.   if gName = "UB008085" then
  24.     member("caption").text = "UB008085" & RETURN & "Ian Yates; Eye Ubiquitous" & RETURN & EMPTY & RETURN & "Blue Lagoon Thermal Baths, Iceland"
  25.   end if
  26.   if gName = "SU004843" then
  27.     member("caption").text = "SU004843" & RETURN & "Keren Su" & RETURN & EMPTY & RETURN & "Inner Mongolia, China"
  28.   end if
  29.   if gName = "TR001068" then
  30.     member("caption").text = "TR001068" & RETURN & "John Slater" & RETURN & EMPTY & RETURN & "Great Wall of China"
  31.   end if
  32.   if gName = "RB006332" then
  33.     member("caption").text = "RB006332" & RETURN & "David Samuel Robbins" & RETURN & EMPTY & RETURN & "Seattle, Washington"
  34.   end if
  35.   if gName = "ME001367" then
  36.     member("caption").text = "ME001367" & RETURN & "Macduff Everton" & RETURN & EMPTY & RETURN & "Taj Mahal, Agra, India"
  37.   end if
  38.   if gName = "WR001411" then
  39.     member("caption").text = "WR001411" & RETURN & "Alison Wright" & RETURN & EMPTY & RETURN & "Kathmandu, Nepal"
  40.   end if
  41.   if gName = "YM004633" then
  42.     member("caption").text = "YM004633" & RETURN & "Michael S. Yamashita" & RETURN & EMPTY & RETURN & "Zhuocheng, China"
  43.   end if
  44.   if gName = "HB001447" then
  45.     member("caption").text = "HB001447" & RETURN & "Hubert Stadler" & RETURN & EMPTY & RETURN & "Pienza, Italy"
  46.   end if
  47.   if gName = "SU004858" then
  48.     member("caption").text = "SU004858" & RETURN & "Keren Su" & RETURN & EMPTY & RETURN & "Yangshuo, China"
  49.   end if
  50.   if gName = "KV005932" then
  51.     member("caption").text = "KV005932" & RETURN & "Catherine Karnow" & RETURN & EMPTY & RETURN & "Vietnam"
  52.   end if
  53.   if gName = "HR002118" then
  54.     member("caption").text = "HR002118" & RETURN & "Jeremy Horner" & RETURN & EMPTY & RETURN & "Kanchanaburi, Thailand"
  55.   end if
  56. end
  57.