home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00050_animalscap.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 = "AX012245" then
  9.     member("caption").text = "AX012245" & RETURN & "Bruce Burkhardt"
  10.   end if
  11.   if gName = "AX012332" then
  12.     member("caption").text = "AX012332" & RETURN & "Jeff Vanuga"
  13.   end if
  14.   if gName = "CU004450" then
  15.     member("caption").text = "CU004450" & RETURN & "Richard Cummins"
  16.   end if
  17.   if gName = "FL008546" then
  18.     member("caption").text = "FL008546" & RETURN & "Terry Whittaker; Frank Lane Picture Agency"
  19.   end if
  20.   if gName = "FN001162" then
  21.     member("caption").text = "FN001162" & RETURN & "Michael & Patricia Fogden"
  22.   end if
  23.   if gName = "GW001007" then
  24.     member("caption").text = "GW001007" & RETURN & "Gregor Schmid"
  25.   end if
  26.   if gName = "NU001079" then
  27.     member("caption").text = "NU001079" & RETURN & "John McAnulty"
  28.   end if
  29.   if gName = "IH096594" then
  30.     member("caption").text = "IH096594" & RETURN & "Darrell Gulin"
  31.   end if
  32.   if gName = "IH103454" then
  33.     member("caption").text = "IH103454" & RETURN & "Darrell Gulin"
  34.   end if
  35.   if gName = "KO001163" then
  36.     member("caption").text = "KO001163" & RETURN & "Marko Modic"
  37.   end if
  38.   if gName = "BF001660" then
  39.     member("caption").text = "BF001660" & RETURN & "Tom Brakefield"
  40.   end if
  41.   if gName = "RY002646" then
  42.     member("caption").text = "RY002646" & RETURN & "Robert Yin"
  43.   end if
  44.   if gName = "PX001066" then
  45.     member("caption").text = "PX001066" & RETURN & "Walter Smith"
  46.   end if
  47.   if gName = "AX001208" then
  48.     member("caption").text = "AX001208" & RETURN & "Chase Swift"
  49.   end if
  50.   if gName = "HS007067" then
  51.     member("caption").text = "HS007067" & RETURN & "Richard Hamilton Smith"
  52.   end if
  53.   if gName = "LP001124" then
  54.     member("caption").text = "LP001124" & RETURN & "George Lepp"
  55.   end if
  56. end
  57.