Disabling images in a particular view
hi all,
i working project in school.
for example, if click on image1 in view1, go view2.
i want in way such if go view1, image1 disabled (not clickable), must work multiple images.
i tried using add="returnobject()" manages store data of disabling 1 image. doesn't work multiple images
is there kind souls/possible soultions & methods can helping in solving problem?
please help!
regards,
andrew.
could post relevant code?
i think quite easy implement, like:
public onclick(event e):void {
gotoview2();
disableallimages(view1);
}
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment