Here's the code:
var/image/noicon
for(var/i=0,i<=length(hptext),i++)
text=copytext(hptext,i,i+1)
noicon=image('numbers.dmi',locate(10,10,3),text)
noicon.pixelx=xtext
noicon.pixely=ytext
xtext+=6
player << noicon
ID:147517
![]() Apr 15 2004, 7:50 pm
|
|
Images have a pixelx and pixely variable, don't they? Because I'm getting an undefined varaible error when attempting to use it.
Here's the code: var/image/noicon |