By dbal - uploaded on 2008-7-19 962 views (20 in the last 7 days)
PROJECT: Menu02
PURPOSE OF SCENARIO:
This is a major upgrade of the scenario named Menu01, which I published earlier at
http://greenfootgallery.org/scenarios/194
(Apparently I inadvertently deleted the earlier version while publishing this version but that doesn't matter since this is a replacement.)
The earlier scenario was designed mainly to provide proof of concept. This scenario is designed:
A. To deliver the source code for a working GUI class named Menu that can be used by objects of other classes to place
any number of custom GUI menus in a Greenfoot world.
B. To illustrate how to use the Menu class to create and service custom GUI menus.
I am publishing this scenario in support of an article that I plan to publish on the topic of custom GUIs using
Greenfoot. If and when the article is published, you will find a link to the article at
http://www.dickbaldwin.com/toc.htm
The default screen display consists of two black menu headers and two target objects. The default target object
on the left is an image of a butterfly. The default target object on the right contains the word Right Target
in PLAIN style surrounded by images of small frogs. The menu items in the Left Menu can be used to cause the left
target to switch among an image of a frog, a butterfly, or a bee. The menu items in the Right Menu can be used to
cause the right target to switch among PLAIN, ITALIC, BOLD, and BOLD-ITALIC styles surrounded by small frogs,
butterflies, and bees.
When the user touches a black menu header with the mouse, it turns green and exposes a set of black menu items below the header. The menu items in the Left Menu are:
Frog
Bee
Butterfly
The menu items in the Right Menu are:
Bold Bees
Italic Butterflies
Plain Frogs
Bold-Italic Bees
The styles of the menu items in the Left Menu are all plain.
The style of each menu item in the Right Menu matches the text description. In addition, a small image of a bee, a
butterfly, or a frog appears on each end of the text in each menu item in the Right Menu.
When the user touches a black menu item, it turns green. When the user touches another black menu item, the first one
turns black and the second one turns to green. Each time a menu item (not including the header) switches from black
to green, a "ding" sound effect is played. (Note: The sound effects seemed to adversely impact the performance of the
online version so I disabled them in the online version.)
When the user clicks a green menu item, the corresponding target display changes to match the text in the menu item.
When the mouse retreats to the world background, the menu items disappear and the menu header returns to black. In
addition, both targets return to their default displays and a "bong" sound effect is played.
AUTHOR: Dick Baldwin
VERSION: 07/19/08
HOW TO START THIS PROJECT: Click the Run button
USER INSTRUCTIONS: See the description above.
Visit the web page for this scenario.
Open the scenario in Greenfoot.
Download the source for this scenario.
This scenario is a member of the following collections: Reusable actors & support classes
Report this scenario as broken or inappropriate.
The Greenfoot Network: Greenfoot.org Greenfoot Gallery Greenfoot-Discuss
Skintkingle writes (on 2008-7-21):
i noticed in here how once you come away from the menu, the changes reset...
Skintkingle writes (on 2008-7-21):
nevermind, after actually reading through the whole blurb (instead of just some of it) you already know of this... is it meant to be that way? it just seems a bit odd.
dbal writes (on 2008-7-21):
Yes, I meant it to be that way. I agree that it is a bit odd, but I used that approach to demonstrate the communication between the menu object and the driver when the mouse moves from the menu to the world. In a day or two, I will publish a real program that uses the menus and of course, it won't do that. Once a menu selection is made, the stat will remain that way until another selection is made.
If you want to leave a comment on this scenario, you must first log in.