I know this is basic and i am sorry for asking such a newbie question.

Ok here is what i am trying to do I want when I click on image2 the picture in image3 changes.

I tried
Image2 (on_click)
sub
image3.picture="c:\mydir\file"
end sub


but that did not work will i need to load the image file into another image tag then set image = to each other.

My project is trying to make a dial apper to turn when pressing where the final set point should be.

Thanks for any help