home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00042_facap.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  1.6 KB  |  39 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 = "BE007259" then
  9.     member("caption").text = "BE007259" & RETURN & "Woodblock Print of Courtesans by Kitagawa Utamaro / Burstein Collection"
  10.   end if
  11.   if gName = "BU001066" then
  12.     member("caption").text = "BU001066" & RETURN & "Death of Marat by Jacques-Louis David"
  13.   end if
  14.   if gName = "CA001502" then
  15.     member("caption").text = "CA001502" & RETURN & "Fern Leaves / E.O. Hopp├⌐"
  16.   end if
  17.   if gName = "OM001327" then
  18.     member("caption").text = "OM001327" & RETURN & "Detail Showing Head from Young Woman with a Mirror by Giovanni Bellini"
  19.   end if
  20.   if gName = "RV001294" then
  21.     member("caption").text = "RV001294" & RETURN & "Romanesque Altar Frontal with Mary Magdalen and Virgin Mary Embracing / Courtesy of Museum of M.E.V."
  22.   end if
  23.   if gName = "BU001029" then
  24.     member("caption").text = "BU001029" & RETURN & "Aha oe Feii - And Why Are You Jealous? by Paul Gauguin"
  25.   end if
  26.   if gName = "CA001671" then
  27.     member("caption").text = "CA001671" & RETURN & "Asparagus Tip / E.O. Hopp├⌐"
  28.   end if
  29.   if gName = "MA10726A" then
  30.     member("caption").text = "MA10726A" & RETURN & "Elvira Sitting at a Table by Amedeo Modigliani"
  31.   end if
  32.   if gName = "MA11191A" then
  33.     member("caption").text = "MA11191A" & RETURN & "Cafe Terrace at Night by Vincent Van Gogh"
  34.   end if
  35.   if gName = "RW015192" then
  36.     member("caption").text = "RW015192" & RETURN & "Egyptian 19th-Dynasty Sphinx Sculpture / Roger Wood"
  37.   end if
  38. end
  39.