I have been developing a simple iPhone/Android game with Corona SDK. The game itself does not use imported graphics, only regular shapes. Now, I am faced with the problem of making the graphics for the title-screen, end-screen and buttons. I just need to know a possible way to do this. If anyone could help, that would be great.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I don't really understand what you mean, could you give some examples?
Maybe this?
local options = {
defaultFile = image_path,
overFile = image_path_o,
onRelease = function ()
--code here
end
}
local img_button = widget.newButton(options)