i’m trying to do function,where one touch is a one thing like group.isVisible = true
and second touch will be image.isVisible = false
and then another touch will be .isVisible = true and so on…
any help is hugely appreciated
thats my trying to do something)
local function touchInventoryButton(e)
if(e.phase == "ended") then
group.isVisible = true
elseif(e.phase == "ended") then
group.isVisible = false
end
end
[import]uid: 16142 topic_id: 11415 reply_id: 311415[/import]
[import]uid: 3826 topic_id: 11415 reply_id: 41339[/import]