juega331's Forum Posts

  • The physics object works well but i would like to know if i can make so it doesn't automatically falls off and instead it doesn't have gravity to make a space game

  • i don't, i have everything open, it even used to work before but now it refused to work in some devices

  • Ok so, basically when im making a remote preview, it works perfectly fine when i open it in a browser, but when i share the link to other devices it doesn't works, it says Disconected even when i keep it open, any ideas?

  • Hi, im having a problem

    My enemy have an instance variable that is an attack type, it's 1 or 2, and everytime it finishes it changes to the other number, but for some reason when it changes, the second time it just never starts, i used the debug function and the variable changes succesfully but the events never happen, i don't know what to do at this point

  • nvm i solved it by doing round(random(1,3))

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i made an instance variable that represents an attack type, i made so every 4 second the number of the variable changed to a random value between 1 to 3 (every number represented an attack)

    but it didn't worked, once i checked the debug preview i found out why

    the string random(1,3) Also counted decimals, throwing me numbers like 1.84932515 instead of 1, 2 or 3

    how do i round up the numbers?

  • here, i tried using the one to compare distance but i didn't know what else to do, all the allies are tagged in the family of good bois

  • Im making a game where the character have a teammate, but for some reason the enemies don't shoot the one who is the closest, it only focus in the first objective he sees, any help?

  • I have a problem with timelines, im changing the Ease in one of my characters but the last frameis stuck in the "In sinusoidal", i tried deleting and adding the frame again but it's somehow still stuck, i tried restarting the app, the save file, anything but still nothing, i think this is a bug

  • im making a boss rush style of game and i want to make so the camera always focus the boss and the player, and i want to add so it zooms out when both are far away from each other and zoom in when they are close, how do i do that?

  • i saw the tieline tool and i learnt how to use it and all, but i don't know how to use timelines on it, i can make them move but not to change animations

    any tips?

  • Im having trouble with my inventory, it works only halfway and it's hard for me to figure out what to do, im stuck

    So this is how it works, there is a family that contains pickable objects, these objects can be added to your inventory when you grab them, the problem id that they get stored, added to the array and all that, BUT, if there is more than one pickable object, it never picks adds the object you are carrying, instead it grabs any object from there and adds it to the inventory, not even in the right place, can i get some help?

    Here is the project

    drive.google.com/file/d/1LPRKQCP5d8NG6r0wYQzWOAQRF_skNaw4/view

  • So, im making a game where you can travel around places and put objects in a backpack, once you pick and object you can store it in the backpack so it goes to the backpack layout, but i don't know how to do that

    can someone help me?

  • Yes, i saw that for multi touch i need to put the ID of each touch, but i don't know how to get the ID of each touch, how do i know this?

  • You do not have permission to view this post