-
What makes a the game slow !
by pHghost ·I don't uderstand what you mean. -
Saving/Loading to remember unlocked characters
by Jayden.goodall ·The picture above is the button you click to go into the animal selection (so where the attributes should kick in to recall which had been previously unlocked). -
RAM & Memory Usage - what has the biggest impact?
by The_Gamesalad_Guru ·Lean mean code is most always the solution to lag. If you want to see integrated code in action doing fast heavy lifting with no problem see my custom collision shape animation videos. -
What makes a the game slow !
by iraqiraq ·thnx for every body but i need answer to this (if i make actor 1 . in this actor i make copy this actor to 20 copy -
Game demo Super Steam Punk
by quinn221 ·(Quote) -
Game demo Super Steam Punk
by Socks ·Parallaxing background . . . Objects further away from the observer move at a slower rate than objects nearer to the observer, in your game the distant hills/rocks (brown) parallax faster than the mid -
Quiz Game "Replay/Reset"
by Weiyu ·Thank you for answer. (Image) -
Mac Creator Release 1.25.80 is Available
by Valan ·Sorry, I wasn't being flippant. I had to do something similar but didn't have 30 big tables to consolidate. -
Animating "change image"
by Socks ·You can do the whole thing somewhat easier (no rules, no attributes, no tables - etc) and with less processor overhead with a simple constrain: -
Actors turn into default squares when i click play
by tonyy_w ·I just shot a quick video with my phone so you can get the idea. Please excuse me but i don't have any programes for recording on my PC atm -
Animating "change image"
by pHghost ·Great thing is that you can have all of one actor's animations in one single table and dynamically switch between them! -
Mac Creator Release 1.25.80 is Available
by fmakawa ·about 30. Consolidate how? fussing the tables made them too big and even slower. -
What makes a the game slow !
by PhilipCC ·@iraqiraq There are many tips and guidelines about the questions you have in the GameSalad Cookbook. For example Chapter 7 explains images and sizes. -
What makes a the game slow !
by pHghost ·The 1024x768 will take as much memory as 1024x1024. On modern devices that is absolutely fine -- I sometimes use 2048x2048 images. Always do the minimum necessary. Always depends on how many such acto -
Actors turn into default squares when i click play
by pHghost ·Can you record a video of it? -
What makes a the game slow !
by iraqiraq ·i have one ask. if i make actor 1 . in this actor i make copy this actor to 20 copy -
What makes a the game slow !
by iraqiraq ·sorry my english its bad but you mean 512x512 its good ? or 1024x768 its good but if you make 2000x2000its bad.right ? -
What makes a the game slow !
by pHghost ·Images should be 2x the size of the actor max, anything above that and you are likely wasting memory (which will slow the game down if there is a lot going on). -
Quiz Game "Replay/Reset"
by tatiang ·If you are using a Change Scene behavior, then you need to also reset any game attributes that matter (e.g. game.score, game.numberCorrect, game.questionAnswered, etc.). -
Game demo Super Steam Punk
by quinn221 ·I built the store using tables, it is quite simple. Do a quick search on building a store, you will find lots of good stuff. Each level is a scene. World 1 (1-15 scene ) World 2 (16-31) etc.