popup messages demo

by Rippy
A beginner's demo to adding popups with customizable choices to your game. Designed for those new to BYOND coding. [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Rippy.popupmessagesdemo##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Rippy.popupmessagesdemo##version=0

766 downloads
Latest Version
Date added: Jun 9 2004
Last updated: Jul 29 2009
1 fan
Using alert, input and switch, you can make simple popup windows for your game! Learn how to make popups with buttons as choices, a list of choices, or a small text bar to type a choice. It's very easy to learn, and easy to implement into a game. You've seen them in popular Byond games, and now you can use them yourself! :)

Note: If you have some experience in BYOND coding, this demo is not for you. It's designed for the newbies ^^