Content tagged persist

Report Tag

10 usages of this tag
  • 0 replies
  • 563 views
This content is deleted
Forum Topic
Create Object on Global Layer, Persist Across Layouts
1 favourites

Goal: Create a sprite object on a global layer, that persists/remains when switching layouts. Needs to be able to switch to layouts that don't include the sprit...

  • 1 replies
  • 397 views
This content is deleted
Forum Topic
Saving games
0 favourites

So I have a program for collectables that respawn if you die unless you finished the level then you get to keep them (like most in game collectables). So the wa...

  • 2 replies
  • 870 views
This content is deleted
Forum Topic
How do I enable/disable persist behavior?
0 favourites

How do I enable/disable persist behavior?

  • 13 replies
  • 489 views
This content is deleted
Forum Topic
How do I use persist behavior ?
0 favourites

Hello there; Ho do I save persist sprite to Local Storage ?

  • 2 replies
  • 528 views
This content is deleted
Forum Topic
hierarchy does not use persist behavior?
0 favourites

I set a sprite and gave it a child sprite and set both sprites in a family with the persist behavior. It looks like they don't persist the hierarchy. Should I f...

posted 3 years ago
  • 2 replies
  • 243 views
This content is deleted
Forum Topic
Having persist without calling "on create"
0 favourites

I have a line that adds to a variable when a object is created. These objects have the persist behavior as I can goto a "store" layout at anytime. When going ba...

posted 3 years ago
  • 7 replies
  • 397 views

I'm making 3D game, I added lot 3D objects and lot sprites attached (as container) to one object for making 'skins' for NPC characters. Because this 3D shape ob...

posted 1 years ago
  • 1 replies
  • 174 views

I set a "persist behavior" to an object so that it will save its data when my player switches to a different layout. Would it be possible to access that persist...

posted 8 months ago
  • 1 replies
  • 57 views
This content is deleted
Forum Topic
How to Un-Persist objects when I return to main menu?
0 favourites

So I've finished level 1 for my game and gave most objects in there (locks, enemies) the persist behavior. Working as intended. Now how do I reset them to defau...

  • 4 replies
  • 115 views
This content is deleted
Forum Topic
How do I make objects not reset when leaving layout?
0 favourites

I have some object sprites that symbolize equipment. They all have a number for which slot they're. "Slot 1" for example is the weapon slot. The weapon is set d...