I\'m new to p开发者_如何学Pythonrogramming and making an app for ipad with Corona SDK. I want to take a wiggle animation like this:
function World:draw() --draw the tiles based on 2d int开发者_C百科 array --draw the player --draw the monsters
I am new to corona , and am trying to move a body over a path to reach some object \"say an apple 4 example\" , after it reaches the object i want to create a joint so that both move as a single objec
Say, If i have two or more files using the middleclass extension more or less like this. I omitted some of the obvious middleclass implementation code.
I\'ve been trying to write out a custom tick using the Corona SDK (using Lua).The key seems to be these \"eventListeners,\" but I\'m also trying to get them to work with classes.right now i have this
Why does: local circle = {} for i = 1, 15 do 开发者_Python百科for j = 1, 15 do circle[i] = display.newCircle( 0 + (i*20), 100 + (j*20), 9)
Like in this app. http://www.youtube.com/watch?v=FdaTyLrNYOo I see the sprite is kept on the same x axis and the level moves to the left.
I don\'t understand how can I add images for order with corona sdk (front, top, middle). I mean like cocos2d I can add example [self addChild:bg z:-1]; [self addChild:nextSprite z:1]; [self addChild:s
I\'m having an issue displaying the elements of an array in Lua programming language. Basically, i created an array with 3 elements, and i\'m trying to display its contents in a for loop on the corona
Since I still do not buy corona, I still cannot use their forum. Hope someone here may have the answer for me.