/*Info By:Ergo Version 1.0 */ ?loc = waterfall disable pause draw.Player() disable banner >c-5,-2,#cyan,ascii ##_____ #\#####\ # #\-----\ #####\#####\ ######------ asciiend ui.root.visible = true >c0,-12,#white,ascii #######################/ ######################/ ######################/ #####################/ ####--###############/ ############-_######/ #####################- ######################/ #####################/ #############-######/. ###################/. #################/. ################/- #######_--_##/. ############/ ###########/ ##########/ ########/. #######/ #####/. ###/ ##/ #/ / / asciiend ?loc = waterfall >`85,0,#yellow,ascii ## #<|||| /||| V| asciiend // Kids/people var sandC ?loc = waterfall ?loc.begin sandC = ui.AddAnim(ascii #O #|= ,', ##- |_| %% #O_ #|##_~_ ##- |_|^ ###^ %% #O #|-#_•_ ##-#|O| ###^#- ^ asciiend) sandC.duration = 100 sandC.x = -20 sandC.Play() sandC.loop = true var ball ?loc = waterfall ?loc.begin ball = ui.AddAnim(ascii (O-o #`#######\O/ —--######- -- %% . o (O/######\O/ -•######- -- %% #####O ` (O/######\O/ ---####--#-- %% o \O/######\O/ —--######- - %% o (O/######\O/ —--######- -- %% o (O/###### —--######- -- %% O ! (O/######\O> —--######- -- %% o###! (O/######\O> —--######- -- %% #######o ######• (O/######\O> —--######- -- %% ######o ######. (O/######\O> —--######- -- %% #####o ######. (O/######\O> —--######- -- %% ####o ####. - (O/######\O> —--######- -- %% O #########-#• (O/######\O> —--######- -- asciiend) ball.duration = 40 ball.loop = true ball.Play() ball.x = 35 func OnPressed() loc.leave() ?loc = waterfall var button = ui.AddButton() button.h = 3 button.w = 5 button.y = -10 button.text = « button.SetPressed(OnPressed) button.x = -42 var vb ?loc = waterfall ?loc.begin vb = ui.AddAnim(ascii #########\ \########## #O/#O####|||#########O #|/#######||#########=\ / \##################/#\ %% #####O###\ \########## #O/######|||#########O #|/#######||#########=\ / \##################/#\ %% O #########\ \########## #O#######|||#########O #|/#######||#########=\ / \##################/#\ %% O #########\ \########## #O#######|||#########O #|/#######||#########=\ / \##################/#\ %% O #########\ \########## #O#######|||#########O #|/#######||#########=\ / \##################/#\ %% O #########\ \########## #O### ###|||###### ##O #|/#######||#########=\ / \##################/#\ %% #########\ \########## #O#######|||#######O#O #|/#######||#########=\ / \##################/#\ %% #########\ \########## #O#######|||######O###O #|/#######||#########\\ / \##################/#\ %% O #########\ \########## #O/######|||##########O #|/#######||#########=| / \##################/#\ %% O #########\ \########## #O/######|||#########O #|/#######||#########=\ / \##################/#\ %% #########\ \########## #O/##O# #|||#########O #|/#######||#########=\ / \##################/#\ asciiend) vb.duration = 40 vb.x = -30 vb.y = 10 vb.Play() vb.loop = true import UI/MindstoneButton