Results 1 to 3 of 3

Thread: Great Example

  1. #1
    Join Date
    Sep 2010
    Location
    Azeroth
    Posts
    395
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Wink Great Example

    i just love the example... says it all!
    Simba Code:
    MouseMM
    ~~~~~~~

    .. code-block:: pascal

        procedure MouseMM(x, y, randX, randY: Integer);

    Clicks (x, y) on the MM, taking Map Angle into Account. Be sure to choose the
    coords when Map Angle = 0 !

    .. note::

        by mixster

    Example:

    .. code-block:: pascal

        northPoint := Point(MMCX, MMY1-5); // North part!
        MouseMM(NorthPoint.x, NorthPoint.y, 4, 4); //

  2. #2
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow nifty procedure I didn't see that before.

  3. #3
    Join Date
    Sep 2010
    Location
    Azeroth
    Posts
    395
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Wink

    Doesnt even work for me, I just like the example lol

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •