Hello everyone,
Im new to Inkscape and Corona SDK and I'm having trouble getting Inkscape to work with Corona SDK. I was watching a tutorial on youtube and read tutorials on other sites, and I did everything that it showed/told me but there were other things I saw that I could not figure out.
I've set up the preferences in Inkscape and deleted the transition part of the layers, like I read. I've used this code that I was told to use:
local svg = require("slb-svgparser")
local level = svg:new("TestLevel")
But its still not working.. I saw these files in the youtube video tutorial and I'm not sure what to do with them..
slb-gamematerials.lua
slb-svgparser.lua
slb-xmlparser.lua
SpriteGrapper.lua
I would very much appreciate if someone could help me..