home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00045_vrcap.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  976 b   |  24 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 = "ax018972" then
  9.     member("caption").text = "AX018972" & RETURN & "L. Clarke" & RETURN & EMPTY & RETURN & "Brooklyn Bridge, NY"
  10.   end if
  11.   if gName = "ax018973" then
  12.     member("caption").text = "AX018973" & RETURN & "L. Clarke" & RETURN & EMPTY & RETURN & "Mardi Gras Bourbon Street, New Orleans, LA"
  13.   end if
  14.   if gName = "ax020017" then
  15.     member("caption").text = "AX020017" & RETURN & "Eric Poppleton" & RETURN & EMPTY & RETURN & "Sedona, Arizona"
  16.   end if
  17.   if gName = "ax020018" then
  18.     member("caption").text = "AX020018" & RETURN & "Eric Poppleton" & RETURN & EMPTY & RETURN & "Climbers hut at the peak of Mt. Whitney"
  19.   end if
  20.   if gName = "ax018974" then
  21.     member("caption").text = "AX018974" & RETURN & "L. Clarke" & RETURN & EMPTY & RETURN & "South Beach, FL"
  22.   end if
  23. end
  24.