Main Menu

GetScreenClose example

Started by MushroomHead, April 25, 2007, 05:50:37 AM

Previous topic - Next topic

MushroomHead

I have a question regarding the GetScreenClose example provided with the help files. Isn't this example supposed to display the statement :-


Print "Hey - Don't press that"


when the close gadget is pressed? I am using PlayBasic patched to 163e.

kevin


  It works here, but it really should have something to limit the speed to avoid flooding. 

  Slap a  SetFps 30 (or something)  in it

MushroomHead

aha, It was doing it very fast ... putting a SetFPS shows it up.