home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00051_landscapescap.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  1.9 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 = "IH123088" then
  9.     member("caption").text = "IH123088" & RETURN & "Darrell Gulin"
  10.   end if
  11.   if gName = "CU001006" then
  12.     member("caption").text = "CU001006" & RETURN & "Richard Cummins"
  13.   end if
  14.   if gName = "FL009425" then
  15.     member("caption").text = "FL009425" & RETURN & "Winfried Wisniewski, Frank Lane Picture Agency"
  16.   end if
  17.   if gName = "EW001458" then
  18.     member("caption").text = "EW001458" & RETURN & "Ed Wargin"
  19.   end if
  20.   if gName = "GR012106" then
  21.     member("caption").text = "GR012106" & RETURN & "Galen Rowell"
  22.   end if
  23.   if gName = "YA018256" then
  24.     member("caption").text = "YA018256" & RETURN & "Yann Arthus-Bertrand"
  25.   end if
  26.   if gName = "HS003003" then
  27.     member("caption").text = "HS003003" & RETURN & "Richard Hamilton Smith"
  28.   end if
  29.   if gName = "GR013722" then
  30.     member("caption").text = "GR013722" & RETURN & "Galen Rowell"
  31.   end if
  32.   if gName = "HB001023" then
  33.     member("caption").text = "HB001023" & RETURN & "Hubert Stadler"
  34.   end if
  35.   if gName = "FN003029" then
  36.     member("caption").text = "FN003029" & RETURN & "Michael & Patricia Fogden"
  37.   end if
  38.   if gName = "GR004957" then
  39.     member("caption").text = "GR004957" & RETURN & "Galen Rowell"
  40.   end if
  41.   if gName = "SC001305" then
  42.     member("caption").text = "SC001305" & RETURN & "Paul A. Souders"
  43.   end if
  44.   if gName = "WE001015" then
  45.     member("caption").text = "WE001015" & RETURN & "The Brett Weston Archive"
  46.   end if
  47.   if gName = "GJ001299" then
  48.     member("caption").text = "GJ001299" & RETURN & "Marc Garanger"
  49.   end if
  50.   if gName = "AW004634" then
  51.     member("caption").text = "AW004634" & RETURN & "Adam Woolfitt"
  52.   end if
  53.   if gName = "DM002068" then
  54.     member("caption").text = "DM002068" & RETURN & "David Muench"
  55.   end if
  56. end
  57.