g3xas's Forum Posts

  • I've done exactly what was instructed in the tutorial here:http://youtu.be/06-LgQxceGg

    However, it doesn't update the value. If I try to refresh the browser preview, it still doesn't update.

    Another question, will the WebStorage function work for mobile games (Android and iOS)?

  • Thanks codah

    Will test out your solution as soon as I update C2!

  • Thanks JamesQpurcell

    That's actually a pretty neat cheat. It served as a quick-fix to what I was trying to do.

  • Just to clarify, the distance of 1000 pixels away, applies to the objects radius, not just at X or Y.

  • Hello,

    My question didn't really fit in the title, my full question would be:

    How do I spawn an object at a specific distance away from another object? Say, 1000 pixels away?

    I already know how to spawn an object at a specific position in X and Y coordinates, but I wanted to know how to spawn an object at a certain distance.

    Is this thing possible?

  • Thank you guys for replying!

    BinaryPanda the video you sent seems to be really useful. I'm going to try that out. Thanks!

  • Hello there,

    I was wondering, if I wanted to support the different mobile device resolutions (iOS), how would I go about doing that? If I were to make a game and wanted to make sure that there was a way to support most of the devices, from the still supported iOS 7 devices like the iPhone 4S (960x640), to the devices that had the biggest resolutions, what should be my window/layout size to begin with?

    Thanks in advance!

    ~Cheers!

  • Thanks Lunatrap and Mikerbice for the replies. I'll check out the solution you posted Lunatrap!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I forgot to mention, the object should only rotate when I press the left or right arrow keys, for counter-clockwise and clockwise directions respectively. I've already done that and that works fine too.

  • Hi,

    This is my first question and first post overall.

    I'm trying to rotate an object with its own pivot point at the bottom. The image file has the object on the uppermost part of the canvas (around 15%, like a banner ad) with the rest as empty. I made it this way so it's easier to rotate.

    When I use an action Rotate Counter-Clockwise 90 degrees, it works fine. But what I wanted to add is a smooth animation of the rotation taking place, with the speed of the rotation being modifiable. Is this possible? How do I do it?

    Thanks for any replies in advance!