Show()

Example 1:

myImage.Show()

Example 2:

myImage.Move(20,30,0.5)
myImage.Hide()
wait(2)
myImage.Show(false)