-
any ideas for spawning actors and running out of room in confined space
by jamie_c ·There is a new option in the latest update to do 'better collisions' have you tried turing that on for your actors? -
Stable Release 1.25.54 is Available
by viking ·I was hoping that when the radiant vs angle bug was fixed that it would help somehow. I was also very hopeful when I read about the options of assigning better collisions to actors, but unfortunately -
Stable Release 1.25.54 is Available
by Armelline ·You've tried checking the better collisions and unchecking the can sleep options? -
Problem with Multiple Collisions on one actor not triggering rule multiple times
by jeffckuo ·(Quote) -
Solved: Any Solutions To Passing Collision Data Between Two Actors?
by KevinCross ·detections could happen at the same time. I can constrain detection actors to each by updating all of their positions in the table but I don't see how it's possible for anyone of those actors to know -
Problem with Multiple Collisions on one actor not triggering rule multiple times
by Icebox ·(Quote) -
Problem with Multiple Collisions on one actor not triggering rule multiple times
by KevinCross ·@IceBox your example reduced game.health which would probably be the players health. You wouldn't want to have a game attribute for each enemies health -
Problem with Multiple Collisions on one actor not triggering rule multiple times
by jeffckuo ·* For a game with many enemies on the screen at once, I won't be able to track each enemy's health in a way that the projectile actor can do the health subtraction. If the enemy can't be the holder o -
Problem with Multiple Collisions on one actor not triggering rule multiple times
by tatiang ·The rule would have to first be false again (no collisions) in order for it to trigger on the second collision. If you move the rule to the projectile actor instead, it will trigger when that actor -
Issues with Boolean's/D-Pad movement.
by Icebox ·constrain motion linear velocity x to 0 -
Issues with Boolean's/D-Pad movement.
by whycali ·@Icebox I changed the code from "Change Attribute" to "Constrain" still having the same issue. I have attached my walking rules and my jump rules. (Image) -
VIDEO & TEMPLATE - 5 Minute Universalisation with copy and paste and almost no effort. (Free!)
by Armelline ·My method for both is similar to those I've linked, but is different in a few ways. Most notably, it relies on no constrain attributes for the Stretch method. A huge thanks to both, though, for sharin -
Issues with Boolean's/D-Pad movement.
by whycali ·@Icebox Thank you for your help. when i get back to my machine i will try swapping it from change attribute to constrain. Thanks again for your help. I will update you on if it worked later on this ev -
Issues with Boolean's/D-Pad movement.
by Icebox ·Change attribute fires once if the condition is true , constrain updates constantly. It might be something else thats causing this though , test it -
Issues with Boolean's/D-Pad movement.
by whycali ·Mine is setup as a Change Attribute. It works great when using the keyboard for the left, right, and space bar. but buttons not so much. So should i change it from Attribute to Constrain. if so what i -
Issues with Boolean's/D-Pad movement.
by Icebox ·is it a change attribute or a constrain ? can you show the rules ? -
Issues with Boolean's/D-Pad movement.
by Icebox ·Use constrain motion linear velocity x instead of change attribute or move for movement right and left -
Problem with Multiple Collisions on one actor not triggering rule multiple times
by jeffckuo ·Hi Everyone! -
Spawn 2 different actor
by Icebox ·change attribute self.color.green to -
timer programming problem or bug?
by tatiang ·The difference is that I reset (change) the value of the attribute each time the timer runs: