It looks like you're new here. If you want to get involved, click one of these buttons!
atilim
Maintainer
if application.getApiVersion ~= nil and application:getApiVersion() >= "2012.08.2" then local originalAddChildAt = Sprite.addChildAt function Sprite:addChildAt(child, index) originalAddChildAt(self, child, index + 1) end end |
Comments
EDIT : Updated the code and tested it in 2012.8.2 - I can confirm the fix works and Sprite:addChildAt() works as intended.
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Maybe it would be better I try it myself after get up
https://sites.google.com/site/xraystudiogame
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill