showing a picture
Posted: Tue Aug 26, 2008 5:54 am
I want to select an item from a drop down list and show a picture
on mouseUp
create invisible image
set width to 181
set height to 166
set location to 770,463
set filename to "./../My Pictures/Bag Pictures/Pouches/pouch1.jpg"
set visible to true
end mouseUp
why doesn't this script work?
cheers
Glenn
on mouseUp
create invisible image
set width to 181
set height to 166
set location to 770,463
set filename to "./../My Pictures/Bag Pictures/Pouches/pouch1.jpg"
set visible to true
end mouseUp
why doesn't this script work?
cheers
Glenn