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 = "MF005626" then
- member("caption").text = "MF005626" & RETURN & "Michael Freeman" & RETURN & EMPTY & RETURN & "Bago, Myanmar"
- end if
- if gName = "RG001058" then
- member("caption").text = "RG001058" & RETURN & "Richard Glover" & RETURN & EMPTY & RETURN & "Kashmir, India"
- end if
- if gName = "HR004269" then
- member("caption").text = "HR004269" & RETURN & "Jeremy Horner" & RETURN & EMPTY & RETURN & "Khimsar, India"
- end if
- if gName = "OF001328" then
- member("caption").text = "OF001328" & RETURN & "Owen Franken" & RETURN & EMPTY & RETURN & "Chinchon, Spain"
- end if
- if gName = "HR004198" then
- member("caption").text = "HR004198" & RETURN & "Jeremy Horner" & RETURN & EMPTY & RETURN & "Jaisalmer, India"
- end if
- if gName = "UB008085" then
- member("caption").text = "UB008085" & RETURN & "Ian Yates; Eye Ubiquitous" & RETURN & EMPTY & RETURN & "Blue Lagoon Thermal Baths, Iceland"
- end if
- if gName = "SU004843" then
- member("caption").text = "SU004843" & RETURN & "Keren Su" & RETURN & EMPTY & RETURN & "Inner Mongolia, China"
- end if
- if gName = "TR001068" then
- member("caption").text = "TR001068" & RETURN & "John Slater" & RETURN & EMPTY & RETURN & "Great Wall of China"
- end if
- if gName = "RB006332" then
- member("caption").text = "RB006332" & RETURN & "David Samuel Robbins" & RETURN & EMPTY & RETURN & "Seattle, Washington"
- end if
- if gName = "ME001367" then
- member("caption").text = "ME001367" & RETURN & "Macduff Everton" & RETURN & EMPTY & RETURN & "Taj Mahal, Agra, India"
- end if
- if gName = "WR001411" then
- member("caption").text = "WR001411" & RETURN & "Alison Wright" & RETURN & EMPTY & RETURN & "Kathmandu, Nepal"
- end if
- if gName = "YM004633" then
- member("caption").text = "YM004633" & RETURN & "Michael S. Yamashita" & RETURN & EMPTY & RETURN & "Zhuocheng, China"
- end if
- if gName = "HB001447" then
- member("caption").text = "HB001447" & RETURN & "Hubert Stadler" & RETURN & EMPTY & RETURN & "Pienza, Italy"
- end if
- if gName = "SU004858" then
- member("caption").text = "SU004858" & RETURN & "Keren Su" & RETURN & EMPTY & RETURN & "Yangshuo, China"
- end if
- if gName = "KV005932" then
- member("caption").text = "KV005932" & RETURN & "Catherine Karnow" & RETURN & EMPTY & RETURN & "Vietnam"
- end if
- if gName = "HR002118" then
- member("caption").text = "HR002118" & RETURN & "Jeremy Horner" & RETURN & EMPTY & RETURN & "Kanchanaburi, Thailand"
- end if
- end
-