What do you think?

Hey guys,

Can you sugguest?

If I want to draw 2 seperate graphics, where only if the graphics on the left is complete before i draw the graphics on the left.

Do you think its better for me to create 2 different panels? or what?

And How do i control or check if the left graphics is completed before i proceed?

[342 byte] By [ryuujina] at [2007-9-28 5:24:31]
# 1
I assume youPerheps you can clip two separate areas on your main drawing screen. Clip one area first, draw it ,change the graphics object, clip second area and draw again. Simple as it is, you would be only calling to change gfx object after your first gfx object has completed.
ranabpa at 2007-7-9 16:35:28 > top of Java-index,Other Topics,Java Game Development...