Hi everyone,
I try when i move to up the card (visually), but it stay at the same height. Why and how resolve the problem ?
--in update when i click on card
if myMouse.acti and myMouse.click then
local posi = myMouse.posi
posi.z = .7
go.set_position(posi, mySelectCard.id)
end
...
--when mouse is release
local posi = myMouse.posi
posi.z = .2
go.set_position(posi, mySelectCard.id)
Thanks for advance !!!