How to fix the dots on the mini map?

gawakamygawakamy Member Posts: 109
edited April 2012 in Working with GS (Mac)
Hi, GS dudes.
I was able to succeed to make mini map as many GS dudes helped me. I really appreciate all you guys.
And I have run into another problem. The dots (belongs to characters) on the mini map are fixed on the screen when the screen is scrolled to X coordinate. The mini map follows the camera well as it is stuck on the main screen, but dots are fixed on the first screen. What should I modify?

Answers

  • steve86steve86 Member Posts: 806
    Hey There

    Go to your scene´s layers and the make sure that the dot actors that are placed on the minimap are placed in a layer that has the scrollable attribute checked.

    Hope that helps

    Steve
  • MotherHooseMotherHoose Member Posts: 2,456
    edited April 2012
    check the behaviors for the dots …
    should have for 1st behaviors (self.Position.X; self.Position.Y)

    when further down the behaviorList or in a rule … they may not initially display as you want

    image MH
  • gawakamygawakamy Member Posts: 109
    @steve86 Actually, the dots are spawned, so they are not on the screen. Therefore, they are not in scene's layers too.

    @MotherHoose The dots behaviors already set up as what you mentioned.
Sign In or Register to comment.