Thanks JDraw n Privateer
Better i figured out by placing a button and image,
- in properties of image i made is invisible
- on mousedown of button i coded image.visible = true
- on mouseup - image.visible = false
so it sort of gave the desired effect
thought it may be of some use to someone...