User Tag List

Results 1 to 6 of 6

Thread: On Screen Map

  1. #1
    Clicker Fusion 2.5 DeveloperiOS Export Module
    FinalSpecimen's Avatar
    Join Date
    Oct 2011
    Location
    Boston, MA
    Posts
    123
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    On Screen Map

    I am making a game where the camera view is from the top-down, and the player must navigate a maze. I want to make a map screen so when the player presses enter, the map will display on screen with a red dot indicating the player's position. The problem is getting the dot to follow the enormously downscaled map with respect to the character's actual position on the screen. I used the 'always' condition to set the dot position to (X'Character'/25). I checked the debugger and it SAYS the position of the dot ends up being something like X = 100, Y = 200 (i.e. within the 640x480 frame, which if I set the layer's X and Y scroll rates to 0, should be centered over the frame instead of scrolling with the character). However, the dot doesn't show up. No invisible conditions or "invisible at start" have been activated. Any step I'm missing?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hint:
    Set Red Dot to Characters X and Y possition divided by X

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So the problem is your Mini Map doesnt stick to the screen when your Application scrolls?

  4. #4
    Clicker Fusion 2.5 DeveloperiOS Export Module
    FinalSpecimen's Avatar
    Join Date
    Oct 2011
    Location
    Boston, MA
    Posts
    123
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by King_Cool View Post
    So the problem is your Mini Map doesnt stick to the screen when your Application scrolls?
    No the map itself follows the screen, but I want the red dot to mimic the character's position, just on a smaller scale so it follows the smaller map and provides an accurate to-scale representation of the player's position.

  5. #5
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    (X("Player") * (Mini Map Width)) / Frame Width (Y("Player") * (Mini Map Height)) / Frame Height

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  6. #6
    Clicker Fusion 2.5 DeveloperiOS Export Module
    FinalSpecimen's Avatar
    Join Date
    Oct 2011
    Location
    Boston, MA
    Posts
    123
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Marv, works like a charm.

Similar Threads

  1. Running 640x960 (portrait) screen on 1366x768 PC screen
    By AyreGuitar in forum iOS Export Module Version 2.0
    Replies: 22
    Last Post: 11th April 2013, 02:39 PM
  2. Taking a Print Screen of SWF game screen
    By redpandagames in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 12th February 2012, 01:49 PM
  3. Menu screen / pause screen
    By Daniel_M in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 21st November 2011, 11:27 AM
  4. Scrolling Screen Issues - Screen Bounces?
    By Vandas in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th June 2009, 06:01 PM
  5. record screen with screen capture obhect
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 7th November 2008, 04:32 AM

Posting Permissions

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