TomoloGames's Forum Posts

  • If it's not too much work then I can help you out for free.

    tomologames(at)gmail.com

  • GeoffB - A thousand thanks, I will try that immediately :)

  • You can also right click on the object in front of the object that you want to select and choose "Lock Selection". Unlock the object if you want to be able to click on it again.

  • If I understand you correctly then you can use 2 variables.

    Variable 1 = MainVar

    Variable 2 = ClickVar

    On click

    ClickVar = 0 Wait 5 Seconds

    Set MainVar to 35

    On click

    ClickVar = 1 Wait 10 Seconds

    Set MainVar to 75

  • Hi there,

    My games are often being stolen and published on a bunch of websites. They are also being uploaded to different markets where they are being sold.

    I upload my games to itch.io and prevent them from being downloaded so you can only play the games in browser. How do they manage to steal my games if they can't download the files? I don't minify the scripts, will it help if I do so?

    Thanks in advance,

    Tommy / Tomolo Games

  • I have now added a few more levels. You can also use the key 'C' now instead of 'Z' for the qwertz-users

  • Okay, good luck with your game :)

  • Yes, I'm using Chrome.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Strange, it doesn't happen to me?

  • It works perfectly fine for me. What do you mean "can't jump from here"? Do you mean that the player doesn't jump at all when you try it or do you mean the player can't jump high enough to reach the platform on the right side?

  • Hi there,

    My name is Tommy and I've been making games for a couple of years now. I do everything myself including music and artwork/animations so it takes a lot of time. I would like to work an a more serious game with a few more devs like me.

    If you are interested then let me know what role you'd like to play:

    *Programming

    *Artwork/Animations

    *Music/SFX

    *All of the above

    Also, post some of your work =)

    I'm not a beginner but I'm also not advanced. Here's what I'm working on at the moment so you can see what level I am at.

    tomologames.itch.io/dashingson

    Cheers,

    Tommy

  • Damn! This looks hella good :)

  • If you spawn a family then only 1 object from that family is spawn. A random object which is what you want so it will work.

    Edit: My bad, I misunderstood you. I guess you mean that you only want one phrase (enemy) to be spawned once and then never again?

  • Make a family and then spawn the family. It will randomly spawn an object (enemy) from that family.

  • "I want to make it so when a enemy family member is on screen the door won't subtract from it's health when damaged."

    This is all you need for that. You don't need to add another event for when the enemy is on-screen.