lineto problem/question
Posted: Mon Nov 13, 2006 4:59 pm
do lineto and pixel drawing operations only work within canvas actors?
cant i just create a normal actor and let him draw a line??
i tried this within a normal actor:
Shouldn´t this draw a line from the actor position down 128 pixels?
I cant see any line
cant i just create a normal actor and let him draw a line??
i tried this within a normal actor:
- Code: Select all
(Draw Actor:)
moveto(xscreen,yscreen); // or just x, y??
setpen(255,255,255,0,2);
lineto(0,128);
Shouldn´t this draw a line from the actor position down 128 pixels?
I cant see any line