onClipEvent and loading external images
i'm flash newbie , trying change images following calls up. (using cs4 , 2.0)
onclipevent (load)
{
imageproperties = _root.getcurrentimagename(0);
loadmovie(_root.url + imageproperties.name, this.cont.pic);
url = imageproperties.linktoopen;
targetwindow = imageproperties.target;
}
where getcurrentimagename calling image from? or...
where imageproperties.linktoopen pointing to?
honestly, find image in directory , change out same name/pixel size, i'd add more images particular project same conditions.
i'm 1 of girls knows enough cause more damage good, @ least point me in right direction. please help~ ;p
on main timeline there should actionscript includes function named getcurrentimagename. whatever function doing assigning values object called imageproperties, 1 of web address (url)
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment