Any idea how to load the manimage into the player.image field please?
Type man
Field x,y,action,image
End Type
Global player:man
Global manimage:TImage=LoadImage("mainchr.bmp")
player=New man
player.x=400
player.y=300
player.image=manimage
thanks
Graham
Type man
Field x,y,action,image
End Type
Global player:man
Global manimage:TImage=LoadImage("mainchr.bmp")
player=New man
player.x=400
player.y=300
player.image=manimage
thanks
Graham