• Am i doing something wrong here?
    3 replies, posted
[IMG]http://i.gyazo.com/30bc81b96c47e6b606657020f4b0250d.jpg[/IMG] [img]http://i.gyazo.com/b9ef89307a62d40d8020439762960a78.jpg[/img] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [IMG]http://i.gyazo.com/ac1db839af0f7782b51ae143fbc11c27.png[/IMG] [IMG]http://i.gyazo.com/a34d3594cb56b58cc202fe6058114010.jpg[/IMG] Wtf?
I don't know, are you doing something wrong? You haven't described your problem either.
Uhh by the looks of it when he adds an item to a panel it moves, going off-screen on the 3d2d. Are you manually setting the position, or even accidentally changing it when you add items? Some more code would be helpful.
with pan:PaintAt(0,0) if pan has a child element and pan.Child:SetPos( 1,1 ) then the subsequent cam.Start3D2D gets offset by that amount (1,1) and in the same direction as the previous cam.Start3D2D. Why is it doing that? -- Edit -- Using 2 seperate for loops seems to fix the problem. [img]http://i.gyazo.com/350691eee9f09252423874df0bfd76c8.jpg[/img]
Sorry, you need to Log In to post a reply to this thread.