MPPlantOfficial's Forum Posts

  • Try reuploading the source images to be 1.5x the sizes you want them to appear in game. That turns out to have pretty good quality.

  • Try giving your boy the BULLET behavior, set 'bounces off solids' to yes and set speed to 0.

  • del

  • You can't.

    You could upload an APK for them to download and test themselves but you would have to build the APK separately first.

    Just put it on the arcade or newgrounds. I'm not sure if there are private settings in there but you could check.

  • Yep. It's possible.

    Check out the built in examples. Look for the one that says "blend modes"

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Well since you're using pathfinding it would be a little challenging to implement.

    I would suggest using BULLET function for the 'slipping' part. (In fact, I suggest to use bullet motion for your movement as well. It would depend of course on what type of game you're making)

    I'm going to assume with sprite's angle is set to his angle of motion.

    On SPRITE collides with Tilemap | Stop SPRITE.Pathfinding

    add [Your Choice Slip speed] to SPRITE.Bullet.Speed

    every tick | SPRITE.Bullet.Speed to SPRITE.Bullet.Speed/1.1

    ^This is to slow down the sprite over time. experiment using 1.02 to 1.5 or something. See what works for you.

  • 2 Solutions: Either use the same sprite and put all bullets in different frames of the default animation or Put all 5 sprites in a Family called BULLETS for example

    For family method:

    On [SHOOT BUTTON] pressed | Gun Create BULLETS >>> This randomly creates one bullet from the family.

    For same sprite method:

    On [SHOOT BUTTON] pressed | Gun Create BULLET <<< Sprite

    On BULLET created | Stop Animation.

    |Set frame to int(random(0,4))

  • >

    >

    what Should Target Platform

      Android Phone Desktop PC Windows Phone

    For the current jam in C3 you should target PC. I published a game for phones on Newgrounds and got bad reviews because it was difficult to play.

  • Try applying force at an angle to your desired object.

  • So when I add the instance variable to my character sprite how do I make it switch in between values?

    It's up to you really.

    Press of a key, touch of a button on screen...

    Try these:

    [Your condition] | Add 1 to Player.Weapon

    [Your condition] | Subtract 1 from Player.Weapon

    [Your condition] | Set Player.Weapon to [your number of choice]

  • it's just a matter of assigning an instance variable WEAPONS to your character sprite and switching in between values.

  • This: https://www.scirra.com/tutorials/247/ho ... al-network

    is the best way since you don't need to export at all. You only need a good WiFi modem.

    Though I understand if you don't have access to a modem. Almost a year into owning a C2 license I had to look for shops with free WiFi just to be able to test games.

  • > Speaking of jam, I've not read anything about it since C3 launch week.

    > No news? No new blog posts?

    >

    There's a new blog post. It was announced by email but I haven't seen a forum post about it yet:

    Good Things Come in Threes - Gamejam!

    https://www.scirra.com/blog

    Looks good. We got an eternity to complete the game.

  • You ought to warn epileptic players. Getting the red coin shifts the entire background black and getting the next coin shifts it to light.

  • I think youre right... hopefully.... Nice to hear from you again. What would you say to the grwoth of my game. XD with my beginner questions and the five forevers...

    Yeah you've certainly made a lot of progress. Meanwhile it's taking me six forevers to come up with something worth showing.