home *** CD-ROM | disk | FTP | other *** search
- property spriteNum, pMySpriteRef
- global gName
-
- on beginSprite me
- pMySpriteRef = sprite(me.spriteNum)
- currMember = pMySpriteRef.member
- gName = member(currMember).name
- if gName = "ax018972" then
- member("caption").text = "AX018972" & RETURN & "L. Clarke" & RETURN & EMPTY & RETURN & "Brooklyn Bridge, NY"
- end if
- if gName = "ax018973" then
- member("caption").text = "AX018973" & RETURN & "L. Clarke" & RETURN & EMPTY & RETURN & "Mardi Gras Bourbon Street, New Orleans, LA"
- end if
- if gName = "ax020017" then
- member("caption").text = "AX020017" & RETURN & "Eric Poppleton" & RETURN & EMPTY & RETURN & "Sedona, Arizona"
- end if
- if gName = "ax020018" then
- member("caption").text = "AX020018" & RETURN & "Eric Poppleton" & RETURN & EMPTY & RETURN & "Climbers hut at the peak of Mt. Whitney"
- end if
- if gName = "ax018974" then
- member("caption").text = "AX018974" & RETURN & "L. Clarke" & RETURN & EMPTY & RETURN & "South Beach, FL"
- end if
- end
-