emails5's Forum Posts

  • 8 posts
  • Hi, can you help me to find solution for this.

    I have the problem running my exported app in my tablet (construct - xdk - android crosswalk). Tablet isnt quite junk it runs all top 2d and 3d apps smoothly. I did same also on my HTC sense and it runs on about 60fps. I havent measured fps on tablet, because there is isnt need to, you can see that it has about 8 fps. I have installed exported crosswalk app to devices through File Manager (or smth like that). Do you see anything?

  • That's what I wanted to know!

    Thanks man for your time and work!

  • that it doesnt create random x from time to time with distance smaller than 100px for example.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You know if I set only random from(317, 700) then its possible that 1st time the x position is 317 and next time 400 what i dont need. i want to set minimal distance between those random x. if you know what i mean.

  • Hi guys. I want to make random movement of sprite in x axis. Can I use random and min expressions together?

    How the expression need to look like?

    I want random(317, 700) and something to set minimal distance sprite to move.

    Thanks for help in Advance!

  • Thanks man, it worked with instance variables.

  • Hi guys, I wanted to know if you can give me an example how to make following:

    1. spawn object2 on object1 while touched object1.

    2.destroy object1, but keep object2 touched ? (problem here!)

    I didnt find any touch commands who can keep touch while object1 becomes object2.

    I hoped you understand what i meant, Thanks in advance!

  • Hi guys, I wanted to know if you can give me an example how to make following:

    1. spawn object2 on object1 while touched object1.

    2.destroy object1, but keep object2 touched ? (problem here!)

    I didnt find any touch commands who can keep touch while object1 becomes object2.

    I hoped you understand what i meant, Thanks in advance!

  • 8 posts