home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00044_sygcap.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  1.9 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 = "296890-26" then
  9.     member("caption").text = "296890-26" & RETURN & "Jacques Langevin" & RETURN & EMPTY & RETURN & "The civil war in Rwanda"
  10.   end if
  11.   if gName = "338890-2" then
  12.     member("caption").text = "338890-2" & RETURN & "Sung-Su Cho" & RETURN & EMPTY & RETURN & "Redundant bank workers' demonstration"
  13.   end if
  14.   if gName = "345572-10" then
  15.     member("caption").text = "345572-10" & RETURN & "Todd Maisel" & RETURN & EMPTY & RETURN & "15th Annual Wigstock Festival at Pier 54 in the West Village"
  16.   end if
  17.   if gName = "338266-1" then
  18.     member("caption").text = "338266-1" & RETURN & "Murdo Macleod" & RETURN & EMPTY & RETURN & "Dolly , the first cloned sheep"
  19.   end if
  20.   if gName = "342452-70-T" then
  21.     member("caption").text = "342452-70-T" & RETURN & "F. Seguin" & RETURN & EMPTY & RETURN & "World Cup 98, France v. Saudi Arabia in St. Denis"
  22.   end if
  23.   if gName = "353585-4" then
  24.     member("caption").text = "353585-4" & RETURN & "Wade Goddard" & RETURN & EMPTY & RETURN & "Kosovar refugees, Kukes, Albania"
  25.   end if
  26.   if gName = "288850-149" then
  27.     member("caption").text = "288850-149" & RETURN & "Gianni Giansanti" & RETURN & EMPTY & RETURN & "Man holding cross"
  28.   end if
  29.   if gName = "329656-1" then
  30.     member("caption").text = "329656-1" & RETURN & "Ilkka Uimonen" & RETURN & EMPTY & RETURN & "Princess Diana meets with mother Theresa in the Bronx"
  31.   end if
  32.   if gName = "342458-44-T" then
  33.     member("caption").text = "342458-44-T" & RETURN & "Bernard Bisson" & RETURN & EMPTY & RETURN & "World Cup 98, Japan v. Croatia in Nantes"
  34.   end if
  35.   if gName = "343101-1" then
  36.     member("caption").text = "343101-1" & RETURN & "Philippe Eranian" & RETURN & EMPTY & RETURN & "The Art of urban acrobatics, the Yamakasis"
  37.   end if
  38. end
  39.