home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00041_tlcap.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  1.4 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 = "TL001597" then
  9.     member("caption").text = "TL001597" & RETURN & "Nelson Mandela campaigning for president"
  10.   end if
  11.   if gName = "TL001149" then
  12.     member("caption").text = "TL001149" & RETURN & "Indian woman sleeping in refugee camp"
  13.   end if
  14.   if gName = "TL001037" then
  15.     member("caption").text = "TL001037" & RETURN & "Emotional Romanians proclaiming victory"
  16.   end if
  17.   if gName = "TL008031" then
  18.     member("caption").text = "TL008031" & RETURN & "South African children outside their home"
  19.   end if
  20.   if gName = "TL001030" then
  21.     member("caption").text = "TL001030" & RETURN & "Demonstrator sitting on a military truck"
  22.   end if
  23.   if gName = "TL001120" then
  24.     member("caption").text = "TL001120" & RETURN & "Father and daughter playing guitar"
  25.   end if
  26.   if gName = "TL001208" then
  27.     member("caption").text = "TL001208" & RETURN & "Girls passing an IRA message"
  28.   end if
  29.   if gName = "TL001228" then
  30.     member("caption").text = "TL001228" & RETURN & "Rwandan girl sitting at Roadside"
  31.   end if
  32.   if gName = "TL012536" then
  33.     member("caption").text = "TL012536" & RETURN & "Holding hands at Mandela rally"
  34.   end if
  35.   if gName = "TL033156" then
  36.     member("caption").text = "TL033156" & RETURN & "South African minister with young believers"
  37.   end if
  38. end
  39.