Content tagged state

Report Tag

7 usages of this tag
1
This content is deleted
Tutorial
Ledge Climbing #3
0 favourites

In this video we'll get the climbing up part of the mechanic set up and getting animations in place.

  • 2 replies
  • 429 views
This content is deleted
Forum Topic
Remembering level state
0 favourites

Let's say I'm making a top-down, turn based RPG (or roguelike/roguelite/whatever). So upon first entering a particular level, all the items, monsters, etc., bas...

posted 5 years ago
  • 0 replies
  • 212 views
This content is deleted
Forum Topic
How to access tile state ?
0 favourites

I read the tilemap plugin scripting api but i'm failing at accessing tile state in a tile map. Anyone have script example of how to get tile state of a specific...

posted 4 years ago
  • 7 replies
  • 512 views
This content is deleted
Forum Topic
How do I override my player's jump animation?
0 favourites

I have an instance variable for state on my player. When the player is moving state = run. When stopped state = idle, and so on. When in a certain state, a resp...

  • 8 replies
  • 369 views
This content is deleted
Forum Topic
How do I use Set from JSON?
0 favourites

I am trying to swap 2 objects together (which have lots of instance variables), so I thought "Why not try Set from JSON?". I saved the AsJSON state of the first...

posted 2 years ago
  • 7 replies
  • 288 views
This content is deleted
Forum Topic
Loading game makes events and actions trigger again!
0 favourites

When I load my "mysave" save, events seem to re-trigger. How do I make sure this wont happen? I tried using the persist function for all my objects but it did n...

posted 1 years ago
2
This content is deleted
Course
LEDGE CLIMB & LEDGE HANG
9 favourites

Create a ledge hanging mechanic that the player can climb up from. We'll create different player states to break up the code and make everything easy to underst...