Minimap(Beginner)

1
  • 7 favourites

Index

Attached Files

The following files have been attached to this tutorial:

.capx

Stats

4,324 visits, 8,031 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Advanced

If our ship will go beyond the level of the icon is still moving. To fix this we need to create a couple of events:

    Event: ship-> It outside layout
         action: ship_icon-> Set visible
                           value= invisible
    Event: ship-> It outside layout(Invert)
         action: ship_icon-> Set visible
                           value= visible

Now, if we go beyond the level, the icon will disappear, and if it still may enter reappears.

.CAPX
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!