Loading images

Is it possible to dynamically load an image like you can with a dynamic text.

What I wanted to do was either say something like

IF (this) then {
mydynamicimage.src = “images/myimage.gif”
}

Or to say something like

If (this) then {
image.load “images/myimage.gif”
xcoordinate = 150px
ycoordinate = 200px
}

Do you see what i am trying to acheive?