Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Mike Cheng reported a problem in Modest Maps on March 31, 2009 21:22:

    Mike Cheng
    Bug: panMap parens
    In the AS2 maps, the panMap parameters in panLeft (Map.as:418) and panRight (Map.as:428) are wrong. The parens are in the wrong places.

    panMap(new Point(Math.round(distance/panFrames, 0)));

    should be:

    panMap(new Point(Math.round(distance/panFrames), 0));