hello again
can anyone help me? im trying to resolve game interface problem…
im using interface.lua for this and here is a question:
what to do for certain image group to appear in any other module and somehow to add images to this group from another modules functions and change variables in interface.lua
i’m trying to write
local something = interface.someotherthing
to display certain group in, lets say, main.lua
in interface.lua there is:
[code]module(…, package.seeall)
someVariable = false
local someotherthing = {
display.newRect(20, 450, 30,30)
}
[/code]
but this code not working(
sorry for all this text, but i really need some help, please
any help is appreciated,even a link to a tutorial) [import]uid: 16142 topic_id: 11560 reply_id: 311560[/import]