FrostM's Forum Posts

  • Setting it after this one, invisible, and toggle visible by a boolean?

    Im trying to figure out how to change scenery like iOS endless runners, seamlessly, without having to change to other layouts or make the character reappear elsewhere.

    Also, almost bought the full product but Im reading that exporting to iOS with CocoonJS is a pain. Is this really suited to develop for iOS????

  • Can I spawn a layout inside another layout? So when I overlap the spawner it spawns another pre-made "level" or layer. Can this be done?

  • Seems I have to check this Spriter :D

  • LOL, the AppStore just approved my earlier - super early - version of my game made with GameSalad. If anyone has a iOS device and want to try it, can ask for one.

  • Yes, thanks a lot for this stuff :)

  • Just had a look I think is doable :)

  • Jayjay That is definitely what I am looking for. Will try to convert the logic to Construct 2 and make a tutorial for you all. In a few days.

  • Im sarting to realize it isnt possible...

  • If anybody can help me, as of now, I think I tried every way possible :(

  • I know that tutorial, I translated it to Spanish :)

    But doesnt show what I want, how to rotate a sprite around another sprite. Been trying without luck, its driving me mad...

  • Still trying to rotate a character around a planet (like its moving on the surface) but I cant do it... tried with rotate (but its spin more like rotate), with bullet, with rotate around angle,,, but nothing. Any help please?

  • Ok Finally thanks a lot. Shameful, but I didnt found it. I have another question though:

    How can I make an object rotate around another object? Like a fly rotating around a planet in a clock-wise rotation? Seems way to hard for me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry for the late responde. I made it thanks a lot. I always tend to use Collide since it was the only thing in GameSalad. Now I will start more often with the overlap.

    One thing I dont know is the location of "Trigger once while true". Looked everywhere but I cant find. Where is that?

  • Im trying to figure out how to make this. The character is always hungry and need to keep eating stuff to maintain its health, otherwise it will deplete over time.

    Made a variable called health

    set health to 5

    each time player hits an enemy adds +1 to health

    after every 20 seconds subtracts 1 to health

    if health = 0 reset game

    But it doesnt work. Any help please?

  • Project is good and steady :)

    Made changes to the character and some mechanics. Work never ends it seems...