Hi !
The next code produce an error : ''unhandled exception:Unhandled memory exception error"
but i don't understand why ! could you help me please !
Thanks !
The next code produce an error : ''unhandled exception:Unhandled memory exception error"
but i don't understand why ! could you help me please !
Thanks !
Type Player Field x Function Create:Player(FileName$) r:Player = New Player r.x = 1 Return r End Function End Type Local p:Player p = p.Create ("laser.png") ' <- error !