SynoDev's Forum Posts

  • 2 posts
  • Hey! :)

    i'm really busy learning at the moment and i've improved a lot!

    i want to do a kind of "dont touch the spikes" game for learning purposes the basic mechanic is that he goes from one side to the other! (i got that working! Yay!) i want the spikes to come randomly on the wall as soon as i find a "safe" spot they should pull back and do the same on the other side... oh god i hope you know what i mean haha... i tried move to and bullet behavior but somehow it doesn't work the way i want it to maybe you guys have a solution

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hey guys!

    i try to do a clicker game and want to read high numbers more easily

    here is an example i found here in the forum:

    RegexReplace(str(Variable1), "\d{1,3}(?=(\d{3})+(?!\d))", "g", "$&,")

    but it looks like that? any ideas?

    i want it like 123.100.132.e21

  • 2 posts