Author Topic: Keep-Zoom  (Read 344 times)

Hello.
I have a suggestion for a script that I think may be quite easy to do (?)
Basically: When you press zoom, it zooms in and stays like it, you don't have to hold the button, when you press it again it zooms out and so on.
If you make this I will love you, so on, so fourth. :D

Code: [Select]
package togglezoom
{
   function togglezoom(%x)
   {
      if(!%x)
         return;
      $iszoomed = !$iszoomed;
      return parent::togglezoom($iszoomed);
   }
};

edit: made it a little better methinks

doubleedit:  I just realized this wasn't coding help, and I should package this.  Gimme a minute to poop out an add-on.

here chu go: http://forum.blockland.us/index.php?topic=161834.msg4714057#msg4714057
« Last Edit: December 28, 2011, 12:53:17 AM by Nexus »

Woot! It may be quite useful  :cookieMonster: