second Applet
in
Programming Questions
•
2 years ago
Hi guys,
Can I somehow call functions from classes to the second Applet?
All the examples I have seen to far are drawing simple primitives in the second applet like for instance (say that the second applet is called theApplet):
"theApplet.rect(theApplet.mouseX,10,100,100)"...
I wanted to have part of my sketch drawn on the main applet and part on the second applet still using classes. Would that be possible at all? Is there an example I could reference to?
Thanks a lot,
buzz
Can I somehow call functions from classes to the second Applet?
All the examples I have seen to far are drawing simple primitives in the second applet like for instance (say that the second applet is called theApplet):
"theApplet.rect(theApplet.mouseX,10,100,100)"...
I wanted to have part of my sketch drawn on the main applet and part on the second applet still using classes. Would that be possible at all? Is there an example I could reference to?
Thanks a lot,
buzz
1