-
saving and loading spawned actors
by Primo.TM ·Create a game attribute and increase it by 1 every time an actor is spawned. Then use "Save attribute" and save it to a custom key. Later you can load its value. -
Rules: Change Scene
by gyroscope ·Change Attribute SceneGo to random (1,??) ----?? being your max. amount of scenes -
Problem with walls collision
by gregoirephilippe ·I took his line of constrain attribute out of his original rule (now it doesn't have a rule attached to it) and added the trick to cancel the camera offset ((Image) -
Problem with walls collision
by gamesfua ·Just realized that the video is merely a demo instead of tutorial. Sorry about that. But it is the tutorial you need! Look for tshirtbooth tutorials on constrain mouse with collision. -
Problem with walls collision
by gamesfua ·the video again. Otherwise you can possible constrain your actor to certain areas of the screen. Meaning set a defined constraint for the avatars x and y position so it can't go beyond certain points -
Play button to next scene not working properly.
by gurechan ·In my case it was to do with the control camera attribute. -
Hidden object (adventure game)
by alarm656 ·(Quote) -
Help Creating a Scrolling Wheel
by Jfire ·Here's the issue with the constrain: the text moves perfectly as long as my finger is pressed but when I release and then press near the bottom of the text to make an additional scroll motion, the tex -
Using the AppSigner to test a windows8 game
by HoneyTribeStudios ·I'll send the game file in to GS with a bug report. It seems like the windows 8 versions has a problem with collisions and/or spawning. -
Button event
by carlblanchet ·You achieve this using an attribute. In this case you could use a boolean attribute that once the jump button is pressed, change attribute to true, after x amount of seconds change it back to false. T -
Text Formatting
by gurechan ·OK, so I just found that by checking the "wrap inside actor" box in the display text attribute actually aligns the text to the top. -
Help Creating a Scrolling Wheel
by guilleface ·ah ok so try when touch is pressed constrain self.position.y to mouse position.y (but i think you will have problems with the camera using this), or try when touch is inside/pressed to move (choose yo -
Actor start from position
by carlblanchet ·Use the change attribute behaviour to change the x and y positions to the start position. -
About selecting levels thing
by guilleface ·completed to true and you can add another change attribute to unlock next level, this way when you click on quit or go to menu you will not unlock anything. -
Hidden object (adventure game)
by alarm656 ·I created Boolean attribute than I putted apartment picture to Maine scene (1-Actor) than in the apartment I see the key on the sofa, to take the key I have to go to the sofa so closely. I have anoth -
Hidden object (adventure game)
by alarm656 ·Sorry), I don't know what kind of attribute I have to create (Boolean, integer,real or angle)? -
Do tables stay saved in a new build?
by Sparkyidr ·Tables seem to work in the same was as an attribute. -
Do tables stay saved in a new build?
by ashtmj ·So I know if a save a global boolean attribute set to true it will remain true if I update/reinstall a game via iTunes, -
Hidden object (adventure game)
by carlblanchet ·You're welcome! No, keep it on one scene. If the attribute is true change image to opened door, and if false change image to closed door. -
Hidden object (adventure game)
by alarm656 ·(Quote)