Premium Only Content

Button GUI with Scene Transition #defold
Creating a Button for any GUI in Defold plus adding some functionality with switching to a new scene.
As promised: Code for each script used in video
----------Code Snippet----------
loader.script
local function show(self, proxy)
if self.current_proxy then
msg.post(self.current_proxy, "unload")
self.current_proxy = nil
end
msg.post(proxy, "async_load")
end
function init(self)
msg.post(".", "acquire_input_focus")
self.current_proxy = nil
msg.post("#", "show_game_over")
end
function on_message(self, message_id, message, sender)
if message_id == hash("show_game_over") then
show(self, "#game_over")
elseif message_id == hash("show_main") then
show(self, "#main")
elseif message_id == hash("proxy_loaded") then
self.current_proxy = sender
msg.post(sender, "enable")
end
end
~loader.script
game_over.gui_script
function init(self)
msg.post(".", "acquire_input_focus")
end
function on_input(self, action_id, action)
if action_id == hash("touch") and action.pressed then
local button = gui.get_node("button")
if gui.pick_node(button, action.x, action.y) then
msg.post("00000:/loader#loader", "show_main")
print("button clicked!")
end
end
end
~game_over.gui_script
-----------Code Snippet----------
--
Subscribe to the Channel for more content, Like the video, Share the video, and Comment suggestions or to show your support!!!
Provide Thoughts on the channel and join the email list - https://bit.ly/3hG99wP
Check out my Social Media to reach out to me!
Twitter - https://twitter.com/vigmu2
Discord - https://discord.gg/AYEAK5RmFR
To check out my Podcast - https://anchor.fm/vigmu2-games
New shows uploaded every Friday at 8AM (until further notice)
If you would like to donate for my current work and for further content! You can donate here -- https://bit.ly/3ea8q3u
-
2:06:23
Inverted World Live
4 hours agoEpstein Worked for CIA According to OMG Reporting | Ep. 114
113K23 -
3:14:39
TimcastIRL
5 hours agoTrump DOJ Indicts James Comey, The ARRESTS Have BEGUN | Timcast IRL
282K276 -
LIVE
SpartakusLIVE
6 hours ago#1 Hulking MASS squashes NOOBS for viewers’ DELIGHT
585 watching -
1:32:21
The Charlie Kirk Show
5 hours agoTHOUGHTCRIME Ep. 98 — The Comey Indictment? Antifa Agenda? Charlie and the Cubs?
88.1K50 -
1:04:56
Sarah Westall
5 hours agoPolitical Assassinations, Targeted Hit Lists - Manufactured Chaos w/ Harley Schlanger
55.7K12 -
1:11:31
Flyover Conservatives
11 hours agoThe “J Walker” Secret: One Daily Habit That Shifts an Entire City - Tammy Hotsenpiller | FOC Show
42.7K2 -
2:12:02
Mally_Mouse
8 hours ago🎮Throwback Thursday! Let's Play: Wii Sports Resort!
38.1K2 -
LIVE
Akademiks
4 hours agoATLANTA IS BACK. Young Thug and YFN best buddies now. ATL backs Thug officially!
1,246 watching -
5:40:35
Reolock
6 hours agoWoW Classic Hardcore | 3 LEVELS REMAIN
36.8K3 -
3:00:23
Sgt Wilky Plays
5 hours agoThirst Trap Thursday | Regiment Donor Drive
31.2K