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 = "BE007259" then
- member("caption").text = "BE007259" & RETURN & "Woodblock Print of Courtesans by Kitagawa Utamaro / Burstein Collection"
- end if
- if gName = "BU001066" then
- member("caption").text = "BU001066" & RETURN & "Death of Marat by Jacques-Louis David"
- end if
- if gName = "CA001502" then
- member("caption").text = "CA001502" & RETURN & "Fern Leaves / E.O. Hoppé"
- end if
- if gName = "OM001327" then
- member("caption").text = "OM001327" & RETURN & "Detail Showing Head from Young Woman with a Mirror by Giovanni Bellini"
- end if
- if gName = "RV001294" then
- member("caption").text = "RV001294" & RETURN & "Romanesque Altar Frontal with Mary Magdalen and Virgin Mary Embracing / Courtesy of Museum of M.E.V."
- end if
- if gName = "BU001029" then
- member("caption").text = "BU001029" & RETURN & "Aha oe Feii - And Why Are You Jealous? by Paul Gauguin"
- end if
- if gName = "CA001671" then
- member("caption").text = "CA001671" & RETURN & "Asparagus Tip / E.O. Hoppé"
- end if
- if gName = "MA10726A" then
- member("caption").text = "MA10726A" & RETURN & "Elvira Sitting at a Table by Amedeo Modigliani"
- end if
- if gName = "MA11191A" then
- member("caption").text = "MA11191A" & RETURN & "Cafe Terrace at Night by Vincent Van Gogh"
- end if
- if gName = "RW015192" then
- member("caption").text = "RW015192" & RETURN & "Egyptian 19th-Dynasty Sphinx Sculpture / Roger Wood"
- end if
- end
-