Difference between revisions of "User:Haama"

8 bytes added ,  23:07, 13 June 2007
no edit summary
imported>Haama
imported>Haama
Line 2: Line 2:


Rough Draft of my Messagebox Tutorial (so I can look at it, etc.):
Rough Draft of my Messagebox Tutorial (so I can look at it, etc.):
 
<br>
Most of your menu needs can be taken care of with a simple [[Unplayable Items|token]] script:
Most of your menu needs can be taken care of with a simple [[Unplayable Items|token]] script:
<pre>Begin onAdd
<pre>Begin onAdd
Line 19: Line 19:
End</pre>
End</pre>
Just add the token to the player whenever you want to run the menu, but be aware that this script is severely limited in functionality. There are many ways to do menus, so this guide will lead up from the simplest menu (Done!) to a fully featured menu (well, featured enough for me) that will be able to:
Just add the token to the player whenever you want to run the menu, but be aware that this script is severely limited in functionality. There are many ways to do menus, so this guide will lead up from the simplest menu (Done!) to a fully featured menu (well, featured enough for me) that will be able to:
Run multiple menus from one script
*Run multiple menus from one script
Run the same choice for multiple frames
*Run the same choice for multiple frames
Make it very easy to cut and paste for each new menu
*Make it very easy to cut and paste for each new menu
As well as some extras
*As well as some extras
Along the way I'll be focusing on some common mistakes and how to avoid them.
Along the way I'll be focusing on some common mistakes and how to avoid them.


Anonymous user