-
Creator 2.0 Questions
by adent42 ·* Clear Local Storage - clears out the data stored by Save Attribute and Save Table. -
Creator 2.0 Questions
by jamie_c ·- The Attribute Inspector seems to randomly re-order sometimes. -
Creator 2.0 Questions
by jamie_c ·Hi @adent42, I gave this a try and it did work as described, however at first I thought it didn't work. See the attached screen shot, the Attribute Browsers are in different order and at first I didn' -
Creator 2.0 Questions
by jamie_c ·https://forums.gamesalad.com/discussion/comment/613678#Comment_613678 -
Creator 2.0 Questions
by adent42 ·@jamie_c another thing to note is that copy paste should work cross project and it will ask you if you'd like to create any missing attributes (or use an existing attribute). -
how do you subtract point from player only if it get hit
by bob loblaw ·and if it's a combat game, consider using hit boxes for your collisions, that way you can make the collisions based on where proper contact is, rather than each time two entire sprites come into conta -
how do you subtract point from player only if it get hit
by jamie_c ·You should use a Change Attribute instead of a Constrain Attribute. -
Adding new scenes
by lzantua_isp_edu ·I was able to fix the issue by creating a new actor and adding the behavior : change attribute, then set it to game.prizecount = 2. -
Adding new scenes
by bob loblaw ·eg. if you have a game where a character needs to eat at least 20 dots before a level ends. if you use a global attribute to count the dots, unless the game resets that attribute to 0 at the start of -
Adding new scenes
by lzantua_isp_edu ·I'm not sure if it has anything to do with why this is happening but the setting for game attribute is: -
online creator tutorial
by jamie_c ·@emoji, Ah I see, what you mean. You need to create the Actor Attributes in the Prototype Actor first, you can't create a new attribute in an instance of an actor (I don't think). Once you have create -
online creator tutorial
by emoji ·@jamie_c you can create attribute for prototype actor, that i have no problem but with instance actor sometime there is no plus button to add attribute -
online creator tutorial
by jamie_c ·I don't get the lagging, I suppose it might depend on your internet connection. You can create Actor Attributes by pressing the Plus button near the top of the Actor Attribute Inspector. See the -
online creator tutorial
by emoji ·now for some reason you cannot create instance attribute but i could be wrong. -
how to change image alpha
by jamie_c ·If you want to change it during the game, you would probably use a Change Attribute Behavior. Or if you just wanted to set the alpha of an actor in its actor editor you can do it there too. You would -
Constrain to Touch, collide with walls.
by Armelline ·Constrain to Mouse with Collision.gameproj.zip -
Constrain to Touch, collide with walls.
by Two.E ·Hello, -
Creator 2.0 Questions
by adent42 ·Shift will constrain for resize, but not for movement, good note to add. -
Problems with Physics Editor
by Binny ·I would recommend checking the actor attribute physics movable. -
Creator 2.0 Questions
by jamie_c ·Is there any way to constrain movement while dragging and actor on the stage? Like holding the shift key down? Nothing seems to work for me.