Questions tagged [levelhelper]

LevelHelper is a level editor toolset for the Cocos2d and Corona game engines. It integrates tightly with its sister editor, SpriteHelper, and allows editing of physics, animation, movement, scrolling, touches, collisions, and other behavior.

LevelHelper is a cross-platform game level editor, supporting parallax scrolling, physics, touches and collision detection, animation, path movement, and more. It integrates tightly with its sister editor, SpriteHelper, which is a sprite-sheet and physics shape creation tool/editor. Both tools are written and maintained by Bogdan Vladu.

LevelHelper Website http://www.gamedevhelper.com/levelhelper/

SpriteHelper Website http://www.gamedevhelper.com/spritehelper/

Developer Site http://www.gamedevhelper.com/

Contact Developer http://www.gamedevhelper.com/contact/

20 questions
0
votes
2 answers

Assertion failure when adding a CCParticleSystemQuad as child to LHSprite

I try to add a CCParticleSystemQuad as child to LHSprite: player = [loader spriteWithUniqueName:@"player"]; NSAssert(player != nil, @"Couldn't find the player!"); // Particles smokeParticles = [CCParticleSystemQuad…
Tom Söderlund
  • 4,743
  • 4
  • 45
  • 67
0
votes
1 answer

Extending a LHSprite from LevelHelper

I am trying to extend a LHSprite from LevelHelper so I can add different behavior to different elements. Ok, so far so good, but what do you want? Basically imagine a set of characters that have different movements. I want to be able to define a…
Tiago Almeida
  • 14,081
  • 3
  • 67
  • 82
-2
votes
2 answers

how to check which side of enemy hit a player sprite scene created using level helper

i developed a scene in levelHelper software. But now i am stuck in the part that how to check that player/hero sprite is hit with the enemy which part like is it hit from up,down,left,right. I want to do this b/c i want the player to die when it hit…
-3
votes
2 answers

getting some warnings on cocos2d can any body tell me how to solve these

i developed the game using levelHelper game is working fine but i am getting some error or some kind of warnings in the logs which are 2013-03-07 12:59:59.744 RobotRunner[3970:c07] cocos2d: ** WARNING ** CC_ENABLE_GL_STATE_CACHE is disabled. To…
-3
votes
1 answer

how to make game like monster run in ios

hi iam new on game development can any one guide me how can i make the game like Monsters, Inc. Run.type game using level helper or any tutorial or software which you can guide me about this. Till now i just saw the toturial about level helper in…
1
2