Hi there!
Been using your director class to make a menu with buttons just like you (Ricardo) have on your youtube video. I’ve got my buttons changing scenes, and now I want to access those transitions such as movefromright, fade, etc. How do I go about doing that? Right now the buttons on my menu have this code:
local function pressone (event)
if event.phase=="ended" then
director:changeScene ("one")
end
end
onebutton:addEventListener("touch",pressone)
Any help (from anyone) would be appreciated!
Thank you so much!!!
[import]uid: 20687 topic_id: 5588 reply_id: 305588[/import]