Code in here frame:


//green grass

//Andy Harris, Dec '04

//demonstrates basic navigation



stop();



btnGoThere.onRelease = function(){

  _root.gotoAndStop("there");

} //end event handler

Code in there frame:


btnGoHere.onRelease = function(){

  _root.gotoAndStop("here");

} // end release