i have gotten this sorta working

were you have v? i put my.x not to sure what the f? was i guessed function

i set that to this simple one
function ship_function()
{
my.enable_click = on;
if(mouse_left == 1)
{
ship_pan.visible = on;
}
}
So far i can get one ship to appear were i click so so far so good, i now shall try to add more ships, thanks for your help it is much appreciated.