UltraLion's Forum Posts

  • How can I copy all the contents of just one row of an array and put it into another array?

  • Does anyone have any idea how one could try to accomplish something like this?

  • The same happens to me with addons, I insert them in a project and they work, but when I want to reopen the project it asks me to install them again

  • Hi, thank you for the examples but they look very different from the effect in the video

  • Hello everyone! Does anyone have an idea of how a laser like the one in this video can be made after the second 48, I'm talking about the curvature effect

    youtube.com/watch

  • One thing to know before coding is that Android games with Construct are limited to 100MB

  • Anyone know if this effect can be eliminated? :O

  • If you want to post your code I'll be happy to take a look at it. Hard to guess at this one without seeing anything.

    Also, if you post your code - let me know how get the issue to happen. :)

    Hi,I am talking about the optical effect that is obtained when the camera follows the movements of the character, it seems that the bullets curve during the jump and fall, which does not happen when you deactivate the "everytick" voice in the code.

    Filming with the mobile phone and stopping the image, you notice that in both cases the bullet doubles, but when the camera is stationary the trail remains in line with the shot, while when you jump with the camera unlocked, the trail moves up and down, even several times along the way while jumping

    sendspace.com/file/30j6x7

  • Hello everyone, I'm trying a platformer where the character can shoot, I noticed that in the levels with the highest layout, when I shoot and scroll to activated, a bad effect is created, the bullets already fired seem to change trajectory depending on the movements of the cam, in reality they always go horizontally but leaves a trail, the image tends to triple, is there a way to not make it happen?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It doesn't work because the Speed variable doesn't become -52 when you hit A, you're just telling it to set the behavior speed to Speed 2

    Delete the variable speed and speed2, On A Pessed set rotate speed to:

    -self.rotate.speed

  • every tick add one to variable 1

    variable 2 set value to - variable 1

    or

    every tick subtract one to variable 1

    variable 2 set value to - variable 1

    Something like this?

  • Arbitrary means it's not a replica, right? When I open the example, by default there are only the quotes, without the name Test_Template_1 but when the instance is created it is pixellated and with the characteristics of the Pig Template. If I write a random word like cat, it continues to create an instance with the characteristics of the template, it changes only if I set "Test_Template_2" then it takes the characteristics of the pig on the top right.

  • Hi I was trying the example template, but I notice a difference in the project compared to the photo above, on "create object" there is the Template Name item, and there is no drop-down menu to choose the name of the template, but you have to write it down, if I leave it empty, the created instance automatically becomes a replica, am I missing something?

  • It is not an immediate problem for me, I am in the process of creating and progressing slowly ..

    It would be nice to see the publication of a game step by step.

    Thanks anyway for this video it might help!

  • I use Itch.io to upload videos. It's also a great place to find Game Jams which is a fun way to challenge yourself to make better games ^^

    Super easy to upload to Itch.io but if you have any questions this video will walk you through it:

    Subscribe to Construct videos now

    Hello I have been seeing your videos for a few months now, congratulations for the youtube channel, I wanted to ask you if you will also make a video on how to upload games to Steam, I do not find step pass guides, and I have come across comments from people who struggle a lot to publish their own games, this scares me for when I will have to publish it too XD