PDA

View Full Version : tell target question



brettb
January 13th, 2004, 12:08 PM
What would you use to create buttons which when pressed load an image in an image area within the same flash document?
Is this tell target?

-cheers!

norie
January 13th, 2004, 01:17 PM
onRelease = function(){
myImageHolder.loadMovie("myjpg.jpg");
}