Mipey's Recent Forum Activity

  • With numbers?

    seconds = time % 60

    minutes = int(time/60)

    hours = int(time/3600)

    Set text to hours & ":" & zeropad(minutes, 2) & ":" & zeropad(seconds,2)

    Something like that, off the mind. YMMV

  • megatronx:

    set var to 1

    var = 1

    set var to 0

    do stuff

    Much simpler ;)

    As for figuring the function object out, just create a new project and experiment with it there. Experiment with all the conditions, actions and expressions, see how they work and you'll master it in no time.

    Experience is the best teacher :)

  • Um... Greenlight is for people to submit THEIR games. That means only the game's publisher/developer can submit the game.

  • Why limit yourself to the sky? There is a whole universe beyond!

    Welcome aboard!

  • It won't render anything, but it still updates values.

  • That's what distorting mesh does. Remap X/Y texture coordinates. Currently there is no support for it, someone would have to get their hands and even legs dirty writing a plugin. Seeing that Construct 2 has three different graphical engines - 2D context, 3D WebGL and of course the edittime renderer - there'd be a LOT of work, especially considering the canvas 2d context isn't equally supported across all browsers (some features are more or less implemented) and that the edittime renderer is pretty limited in what you can do with it.

  • FYI, my queue will not show C2 even if I add all genres when I customize.

    Make sure you are viewing Software tab, then "Items you've voted for" checked if you've voted already.

  • I see, the default polygon which it gets by "guessing" didn't make much sense. Set it to box now. Thanks!

  • I have encountered an issue with Touch object. It appears to be rather inconsistent in a certain case, though I can't seem to figure out why.

    CAPX link

    I am using Construct 2 r107, 64-bit on Windows 8 Release Preview. Tested in Firefox and Chrome, the issue is observed on both.

    The issue is that when touching the three right sprites ("fraction"), the On object touched event rarely fires if at all. There are some very specific spots that trigger the event when touched, even then they appear to be inconsistent.

    The left set of sprites ("animal" fire the touch trigger normally, there is no issue with them.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Voted. Also, what the heck, a comment (or couple). ;)

  • Not a good example if I have to wait too long for it to load.

  • Is the sprite appearing BEHIND the background? Make sure the background is on bottom of the layer. Better yet, place it on background layer that is on bottom of all.

Mipey's avatar

Mipey

Member since 16 Jan, 2009

None one is following Mipey yet!

Trophy Case

  • 15-Year Club
  • Email Verified

Progress

16/44
How to earn trophies