Vuuv's Forum Posts

  • Set the variable as global variable.

  • Did you check your Animation properties? Maybe the speed is 0? How do you switch Animations?

  • Use the bullet behaviour. Set the angle you like and adjust the speed. Voila

  • For this question to answer you should provide more information. If I'd looking for a job, I'd ask myself first if you provide all graphics?

    But I think you need a lot of luck to find the right person. There are a lot of C2 devs here, who have no clue about "real" programming and just make projects work "somehow". And there are masterminds who have an excellent programming style. And first one maybe even charges more than the other. It really depends on the dev. I think if you're really willing to pay someone, let the devs write you and make a little "interview". Let them program a small example capx and ask them how much they want to earn. And then pick wisely.

  • Hm it's really hard to say. There's definetely something wrong with this file: mapbatdau-sheet0.png

    Maybe you could check this file whether there'S something special about it.

  • I think it's a good idea to use the variable. But is it necessary to use overlapping? You events may be triggered way too often. Have you tried the on collision event?

  • I don't really understand what you're doing.

    Do you have conditions in c2 that refer to a certain position of your menu button? If so, then you have to fix this in your code.

    Otherwise I always recommend version control. I always ask in the beginning of my games, whether I have a new version and make some security events.

  • You mean you want to replace a sprite by another one in the editor? I think there is no way to do this.

  • Make sure you use wallclocktime. It gives you the time in seconds since the game began and is not affected by anything (like pausing the game etc)

  • Try cocoonjs. You can easily load the cocoonjs launcher in google playstore and play your app with the exported zip file.

  • It's just that my immage is a bit small and its hard to select it by drag n drop.

    if i enlarge it, it wont fit.

    I might try Rabenmutters suggestion to increas canvas size, but since i have a lot of animations its a lot of work on every immage...

    It's possible to apply your settings to all animations/frames.

  • Did you try the polygon thing? I always do this. Unfortunately the polygons have to be inside the image. But enlargen the image (by putting a transparent border around it) may help.

  • Maybe my english is not good enough but this doesnt make sense to me: I want to shrink a sprite without actually shrinking the image.

    What exactly you want to do. Maybe if you give me an example I could help you.

  • I didnt test it, but maybe this will help you:

    https://www.scirra.com/manual/146/effects

    But therefore you window needs to be "transparent".

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No there's not. I've to confess that I wrote this function for myself in the fade plugin.