-
Need help.. Why does my actor go flat when...
by Socks ·Showing an iPad project on an iPhone screen will make it smaller and distort the aspect ratio. -
How to make a stamina system?
by Icebox ·Your right i was confused (Image) -
How to make a stamina system?
by ka822 ·You are definitely confused. game.#ofstamina is not the same as game.stamina. -
display decimal point without the 0 behind.
by tatiang ·You don't have to add a text attribute. Wherever you have your Display Text, just change it from game.number to game.number.."." -
A Long Way Home RELEASED on Steam!!
by Icebox ·@jonmulcahy awesome ! congratulations , you'v been working hard with it, wish you the best -
How to make a stamina system?
by Icebox ·I am not confused , your method works if you dont want to loose stamina but think about it , if i play the game , and i start it with my stamina 1 -
How to make a stamina system?
by ka822 ·Oh, I might have confused you a little bit. -
How to make a stamina system?
by Icebox ·what would happen when he looses stamina ? and it becomes 1 or 2 instead of 6 , then your condition wont work, game time might be at 30 minutes and game.stamina * 300 wont be true and he wont be able -
What NOT to do in an Update
by ka822 ·I believe there was a thread in the forum previously covering this issue in detail. If I recall correctly, if you add a row or column, the old version will detect that there is new changes, but it wil -
How to make a stamina system?
by ka822 ·If there is more than one scene, you must have this refill stamina rule in every scene. -
Guru Video (Make a Pinball Paddle)
by The_Gamesalad_Guru ·(Image) -
What NOT to do in an Update
by JoeB ·@Armelline okay I will! thank you -
How to make a stamina system?
by Icebox ·Create a game integer attribute call it stamina set it to the number you want , put a timer every few seconds change attribute game.stamina to game.stamina - 2 -
Virtual Pet App
-
How to make a stamina system?
by Weiyu ·Hello everyone, I have a problem about make a stamina system. -
What NOT to do in an Update
by ka822 ·You can use copy table in order add rolls and column. -
Virtual Pet App
by richheibel ·Thank you so much, I've just bought the template from @Armelline - waiting for it to come over to me and I'm going to get started! (Image) -
What NOT to do in an Update
by jonmulcahy ·that should work fine, the problem with tables is if you have a table with 4 columns with a player's save data, then do an update with 5 columns, everything in that table will be wiped fresh, but the -
What NOT to do in an Update
by jonmulcahy ·in my experience if you add a column to a table it will overwrite existing ones, i think you are safe with columns. -
What NOT to do in an Update
by JoeB ·Alright, thank you. And just to be clear, it's okay to add new rows or columns to tables when updating, as long as the table isn't being saved on?