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 = "AX012245" then
- member("caption").text = "AX012245" & RETURN & "Bruce Burkhardt"
- end if
- if gName = "AX012332" then
- member("caption").text = "AX012332" & RETURN & "Jeff Vanuga"
- end if
- if gName = "CU004450" then
- member("caption").text = "CU004450" & RETURN & "Richard Cummins"
- end if
- if gName = "FL008546" then
- member("caption").text = "FL008546" & RETURN & "Terry Whittaker; Frank Lane Picture Agency"
- end if
- if gName = "FN001162" then
- member("caption").text = "FN001162" & RETURN & "Michael & Patricia Fogden"
- end if
- if gName = "GW001007" then
- member("caption").text = "GW001007" & RETURN & "Gregor Schmid"
- end if
- if gName = "NU001079" then
- member("caption").text = "NU001079" & RETURN & "John McAnulty"
- end if
- if gName = "IH096594" then
- member("caption").text = "IH096594" & RETURN & "Darrell Gulin"
- end if
- if gName = "IH103454" then
- member("caption").text = "IH103454" & RETURN & "Darrell Gulin"
- end if
- if gName = "KO001163" then
- member("caption").text = "KO001163" & RETURN & "Marko Modic"
- end if
- if gName = "BF001660" then
- member("caption").text = "BF001660" & RETURN & "Tom Brakefield"
- end if
- if gName = "RY002646" then
- member("caption").text = "RY002646" & RETURN & "Robert Yin"
- end if
- if gName = "PX001066" then
- member("caption").text = "PX001066" & RETURN & "Walter Smith"
- end if
- if gName = "AX001208" then
- member("caption").text = "AX001208" & RETURN & "Chase Swift"
- end if
- if gName = "HS007067" then
- member("caption").text = "HS007067" & RETURN & "Richard Hamilton Smith"
- end if
- if gName = "LP001124" then
- member("caption").text = "LP001124" & RETURN & "George Lepp"
- end if
- end
-