Hi, im pretty new to director class but i just have a simple really quick question. I know how to apply effects
[lua]-----------PLAY-SCENE-------------------------
local function pressPlay (event)
if event.phase == “ended” then
director:changeScene (“playS”,“fade”)
end
end
play:addEventListener (“touch”, pressPlay)
But i dont know any more effects than “fade”, and i cant find anything on the forum or google.
so I would be happy if someone could write down some effects.
//B [import]uid: 119384 topic_id: 21038 reply_id: 321038[/import]