Minimap

0 favourites
  • 4 posts
From the Asset Store
Two types of minimap: "full map" and "player is the center" (square map and radial map)
  • Hello

    Ok my space game quasar have a dreadnought that spawns fighter.. so the fighters when created are also displayed in the minima.. the problem is that im getting buggy on the map.

    Here is the code

    So im getting problems in the minimap with the number of minimap references for the fighters, also when im destroyng them

  • I think the for each loops are still endless, meaning they will constantly be creating Marc_(s)

    Try a for each Mrac_ sub-event and test if a Marc_ has the same instance variable as your ship, if it does no need to create one if it doesn't then run that set of actions.

    You will need a local bool that gets set to false on for each ship loop action list, it then would get triggered if a Marc_ instance var already has the same value as your ship UID.

  • I am currently making a sidescolling shmup that has a mini map.

    I create the mini map images at the same time as the gameobjects are created.

    All the mini map Images are in a family that I then call a for each loop to update minimap

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • THank you all i have solved the issue

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)