Example #1
0
 /**
  * Act - do whatever the Help wants to do. This method is called whenever the 'Act' or 'Run'
  * button gets pressed in the environment.
  */
 public void act() {
   super.act();
   imgHelp.setTransparency(255);
   click();
 }