-
Searching for templates/tutorials
by tatiang ·In the Otherwise section of the password actor, I display game.password. If you want 's instead, use a different attribute (e.g. game.passwordMask) and each time a button is pressed for a new number, -
How would you affect specific actors on screen only, then sequentially only affect others.
by tatiang ·You can use overlapping region actors and detect collisions or you can determine it by self.Time (how long the actor has been on the screen). Can you post an annotated screenshot of your game so we h -
Finding the distance between two actors?
by MarpCark ·Hey guys. So in my new game, i have 4 game attributes and two actors, (Actor1 and Actor 2). I want the first attribute to trigger when actor a is 400pixels away from Actor 2, the 2nd attribute to trig -
Figuring out device resolution
by ookami007 ·Just did a test... I did a constrain attribute for device.screen.size.width/height... and displayed it on my Android device... it says 1024 x 768. -
Gamesalad not working and scene deleted.
by tatiang ·entered table name, row, or column; an attribute that was typed in rather than selected from the Attribute Browser; a scene that uses Change Scene but changes to itself, etc. -
Figuring out device resolution
by ookami007 ·But my problem is... I can't seem to find an attribute that corresponds to the actually screen size. I'm testing the code on an Android Samsung S5 and no matter what variable I use... game.devices.sc -
Clicking buttons over a touch anywhere rule
by Lovejoy ·change attribute game.start to true -
How can I fix a Mouse X,Y location that leaves a footprint problem?
by Dell7730 ·Here's how I tried to fix it, I tried both X,Y Constrain and Change Attribute for the mouse location to be at 2000 on both X and Y when either or both are met (Mouse is UP or Touch is Released). -
Embedded Rule to Change Scene Requires An Additional click to Go To Next Scene
by tatiang ·Change attribute self.boolean to true -
How can I reset Score on scene reload
by Dell7730 ·Just learned that the game play scene should be on top of the Scene Layers so when a button to reset game, it resets it to that scene. I also included the Change Attribute for Score to 0 and it all wo -
How can I reset Score on scene reload
by tatiang ·change attribute game.score to 0 -
Lock isn't working.
by Cowuniverse ·Thank for the help. What I did to make it work was in the same scene I made a new attribute to update lock1 to false if it equals 1. -
How would you make 2048 style swiping?
by FlyboyTrevy_ ·Well, I figured out, like I said in the original post, my goal was to make the action that follows a swipe dependent on an attribute being true. So if I wanted an actor to move left when I swiped left -
How can I reset Score on scene reload
by Dell7730 ·(Quote) -
How can I reset Score on scene reload
by deej011 ·in the rule that you use to reset the scene put in another attribute saying change attribute "score" to 0 -
Lock isn't working.
by AlchimiaStudios ·Do a display text of the Game.Lock attribute, that should give you the information of wether it is changing properly to false when coins are >/= 10. If it is changing properly then some other r -
push and pull objects
by tpjacobson ·@Redbanditking You could just make a collision for pushing and for pulling you could have a boolean so when a certain key is down make it true else then = false then check if it is true then have the -
Lock isn't working.
by AlchimiaStudios ·(Quote) -
Water
by AwesomelyB ·Attributes (For whole game) Needed: -
How can I reset Score on scene reload
by Dell7730 ·Yes! I placed a Change Attribute behavior inside a timer. I wanted to have the score reset every time I change scene.