Lootzifr's Forum Posts

  • Deamon Yes, cool idea. I sometimes do quick landing pages with construct 2 as well. Please keep in mind that this might not be google and user friendly. Google bots can't read it (if you are aiming for seo effects). Users can't copy text. Furthermore, you don't have a mobile version. Text will show up super small on smartphones. So there are some issues but if you need a quick and nice web presentation this is awesome. Keep improving it

  • DarijuSlav You need to provide capx files or sreenshots of your issue. Not enough information to tell what's going on there.

  • yes, you can create an array for it. You can do it by looping through index values and shuffle them. https://www.scirra.com/manual/108/array

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Lucatiel641

    Can't see an issue so far.

    What kind of variables do you use?

    How do you trigger a change in values?

    Can you reproduce the problem in a smaller capx that you could share?

  • jan2000 oh cool, thanks for the links. that is really cheap and doesn't look to complicated to get connected.

  • Jimzip

    Hey Jimzip , can you put in words what you want to do with this? The more enemies on screen the faster they attack? Do you need your own counting variable? You have system exprsssions for this:

    To me it looks like a division by 0 issue.

  • MarkThomas

    Are you using the same object to create 2 players? So just instances of the same object or different objects? Please post capx files or screenshots of the mentioned code part. Hard to tell whats going on.

  • alextro Oh, very cool. Thanks a lot for creating capx and gif files. Very helpful.

  • Valerien Oh this is nice. Could you maybe do some pixelart tutorials as well?

  • etart Love beat-em-up. Cool idea, very crazy. Very nice ^^ I would like to have more screaming/hit sounds and maybe blood-effects ) good job.

  • CJacobsSA You are welcome. I use it a lot too. Very helpful. If you need it more advanced you could also work with and array but "choose" is nice and quick

  • Vodakman ok nice. btw. you know that you can add sub-conditions? I just checked your screenshot. Try to move the box "13" under box "12" (drag & drop) and clean it up / merge it. You don't have to check if "key is pressed" for each case. This might still work but could easily create problems later or if it gets more complex.

    You could do it like this e.g.

    is key pressed and fire_allowed = 1 : spawn bullet

    --> is mirrored : bullet angle 180

    --> else: bullet angle 0

  • You can do that with "choose(1, 3, 5)"

    https://www.scirra.com/manual/126/system-expressions

    Values

    choose(a, b [, c...])

    Choose one of the given parameters at random. E.g. choose(1, 3, 9, 20) randomly picks one of the four numbers and returns that. This also works with strings, e.g. choose("Hello", "Hi") returns either Hello or Hi. Any number of parameters can be used as long as there are at least two.

  • Cool thx, is this better than the "Google Game Center" recording?

  • How could you publish to "Amazon Undergroud"? I guess you need a special plugin so they can track user play time and show commercials at the beginning. Is there something available? Or do you mean you tried to publish to the amazon store. I think these are two different things.