logo hyperPad Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Login
    1. Home
    2. Ricky
    3. Topics
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Ricky

    • R

      Item Box in Platformer Game

      Help and Support
      • • • Ricky
      8
      0
      Votes
      8
      Posts
      465
      Views

      Jack8680J

      Interesting. If you want it to reflect off objects you could set the velocity when it spawns, then put all the objects you want to reflect off in a tag and then use the collided behaviour with the tag selected and either multiply the x velocity by -1 and set to that. Or use collided on left, set velocityX to positive value; collided on right, set velocityX to negative value.

    • R

      Item Box in Platformer Game Help Please

      Help and Support
      • • • Ricky
      3
      0
      Votes
      3
      Posts
      168
      Views

      MurtazaM

      How are you making your item box? Are you making it spawn an object? Maybe it's spawning it self and it's causing too many to spawn resulting in lag.

      Or maybe the graphics are too large.

      More details on how your project is created would help.