home *** CD-ROM | disk | FTP | other *** search
- // Bank ATM Menu
-
- menulevel main
-
- headeritem "jcx yt -60 fc 0 0.6 0.4 1 string \" How Can We Help You Billge Yeates?\""
- enditem
-
- headeritem "jr 20 yt -90 fc 0 0.6 0.4 1 string \"Checking Balance\""
- enditem
-
- headeritem "jr 20 yt -150 fc 0 0.6 0.4 1 string \"Savings Balance\""
- enditem
-
- menuitem "xl 20 yt -90 fc 0.5 0.5 0.5 1 string \" Withdraw\""
- actionitem "consolecmd 1"
- selitem "xl 20 yt -90 fc 1 1 1 1 string \"[ Withdraw ]\""
- enditem
-
- menuitem "xl 20 yt -120 fc 0.5 0.5 0.5 1 string \" Deposit\""
- actionitem "consolecmd 2"
- selitem "xl 20 yt -120 fc 1 1 1 1 string \"[ Deposit ]\""
- enditem
-
- menuitem "xl 20 yt -150 fc 0.5 0.5 0.5 1 string \" Wire Funds\""
- actionitem "consolecmd 3"
- selitem "xl 20 yt -150 fc 1 1 1 1 string \"[ Wire Funds ]\""
- enditem
-
- menuitem "xl 20 yt -180 fc 0.5 0.5 0.5 1 string \" Exit\""
- actionitem "consolecmd 4"
- selitem "xl 20 yt -180 fc 1 1 1 1 string \"[ Exit ]\""
- enditem