Vuuv's Forum Posts

  • AH sorry, I got your problem wrong! I'm happy you solved it now.

  • Why don't you use the Str() and int() functions?

  • All effects or just a few of them?

    Maybe you post the error code, so we're able to understand your problem better.

  • Click on a sprite and in properties there's an attribute "Collision". Set it to disabled.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I just tried to give you some tips how to start programming. But when you prefer asking other people to do your stuff I wish you good luck.

  • I'm not 100% sure but believe me, it's a mess to save every single coordinate of a coin. This is a looooot of data to save (and the LocalStorage is quite slowly).

    I think the best practice would be to design all your levels in different layouts.

    As far as I know the layout only uses and draws what you need right now.

    Maybe you can find more hints here: https://www.scirra.com/manual/134/performance-tips

  • I'm sorry to disappoint you but 99% of all tutorials/manuals are written. Maybe you should consider changing your own way of thinking than expect others/the internet to fit you.

    Programming is something you learn by doing. It's ok to make a lot of mistakes in the beginning (at least construct makes sure you won't make any syntax mistakes, which is normally the biggest problem for beginners). Just click around in construct and try to make some easy things. Of course it's not possible to programm a complex game without any experience. Don't expect too much from yourself and learn programming step by step. If you're not sure what do to, try different ways. Trial and error helps you, when you're stuck.

    I bet there are a lot of people who'll help you as soon as you offer some own code and let people see that you put some efforts/thoughts in it.

    But in my eyes it seems you didn't even try thinking about your own problems for more than 30 minutes.

  • It's hard to tell, when I don't see the code.

    But maybe one of these will solve your problem:

    Set "Bounce off" property of the bullet behaviour to "Yes".

    Make a collision event with all solid objects.

  • So what's your actual problem? Do you really want someone to programm the whole thing for you? Or did you even try to do it yourself?

  • We found the problem now. Apple doesn't accept images bigger than 500KB.

  • I recently programmed an app with construct 2 and exported it with cocoonJS. The app runs smoothly on every android device I tested (Nexus 5, Samsung Galaxy S3) but not on apple. I was testing it with an Ipad 2 and Iphone 4s but it always crashes.

    The strange thing: When I remove some pictures from the app, it starts working.

    Any suggestions?

  • I had a good day, so here the translation :)

    "Hey guys,

    I try to setup a small game developing team. I don't care about your experience level, but you either have to use Teamspeak or live near Dresden.

    Just contact me"

  • First: Nothing is impossible :)

    Is it a paid job?

  • Justifun means what i said before. Now every tick when the player is in collision with an enemy, it subtracts 1. You could add the every 3 seconds condition to the "on collision with enemy" event.

  • Would you share your experience with me?