Page 1 of 1

Controling drawing functions?

PostPosted: Fri Jun 25, 2004 4:51 am
by Just4Fun
Is there a way to send a drawing function to the Canvas Actor from another Actor?

From Normal Actor:
On MouseDown
Send a lineto or pixel routine to a Canvas Actor

:?: TIA

PostPosted: Fri Sep 02, 2005 10:05 pm
by brutalDeluxe
You can pass parameters and activate the function using global variables.

( A bit ugly but I can think of no other option. )