So if there is an image there I want to delete that image and
create new blank image and position it.
I tried several variations and get different errors, for me its usually in the syntax.
err
Chunk: no such object
Object Button
Line if exist (image "iData")
Hint iData
Code: Select all
on mouseUp
if exist (image iData) then
delete "iData"
new image "iData"
end if
end mouseUp
once I get this to work I can then go on to positioning the new image to a certain spot on the screen.
thanks for any suggestions.
Tim