Follow me on twitter to get all the latest news about tutorials, updates and future products.
http://twitter.com/#!/vladubogdan [import]uid: 38119 topic_id: 9668 reply_id: 43373[/import]
Follow me on twitter to get all the latest news about tutorials, updates and future products.
http://twitter.com/#!/vladubogdan [import]uid: 38119 topic_id: 9668 reply_id: 43373[/import]
Great work as usual ! [import]uid: 13454 topic_id: 9668 reply_id: 43417[/import]
LevelHelper 1.3 and SpriteHelper 1.6 are available for update.
New features of LH 1.3 will be explained next week with a full game tutorial.
Kind regards,
Bogdan Vladu
www.levelhelper.org
Twitter: vladubogdan [import]uid: 38119 topic_id: 9668 reply_id: 44000[/import]
Full game tutorial for Corona using LevelHelper and SpriteHelper available @ http://www.levelhelper.org/?page_id=917 [import]uid: 38119 topic_id: 9668 reply_id: 46675[/import]
I would like to know what to put in the main.lua file so that it starts off with my levelhelper saved file, i tried using the videos and i cant seem to understand it, any help is appreciated. [import]uid: 38977 topic_id: 9668 reply_id: 52218[/import]
display.setStatusBar( display.HiddenStatusBar )
local physics = require(“physics”)
physics.start()
–physics.setDrawMode( “hybrid” )
display.setStatusBar( display.HiddenStatusBar )
require “LevelHelperLoader”
loader = LevelHelperLoader:initWithContentOfFile(“parallaxLevel.plhs”)
loader:instantiateObjects(physics)
[import]uid: 38119 topic_id: 9668 reply_id: 52243[/import]
Hi,
… i’m using the last version of LevelHelper
and i’ve seen the tutorials … if you see them, you will find that LevelHelper is supposed to generate a lua file called levelHelperLoader
…
but in fact … there are another 12 lua files generated beside the first one … and they are making errors when you’re trying to call the first lua file … as it has functions call them
…
Did anyone face this problem before !?
Kamel [import]uid: 96659 topic_id: 9668 reply_id: 76184[/import]
The code for Corona works with no issue. People have been using it for a month now. How exactly are you using the code and what error do you get? Keep in mind that corona has some subfolder issue and it depends on what version you are using. There is a example project for corona on the LevelHelper website under the Downloads section. Also see the API Documentation that explains everything about the code. [import]uid: 38119 topic_id: 9668 reply_id: 76186[/import]