Pickernut's Forum Posts

  • 3 posts
  • After creating a game, I attempted to export the game to my computer. But then after that, I just got five folders exported to my computer(win32, win64, osx64, linux32, linux64) when I only need one.

    Is there any way to export one file/folder instead of five so that I don't have to delete the other four files/folders?

  • I found out how~ but thank you for the help Christmas!

    It's not "Enemy on collision with Missile activate" to make the enemy face the player...

    Suppose it has to be:

    On animation "_____" is playing, then add sub-event

    Is Player.X less than or equal to Enemy.X then Set Enemy Mirrored

    Is Player.X more than or equal set Enemy Not Mirrored

    Problem figured. Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have this game for my class project (sprites used only for learning purposes) and I already submit this game on a due date. And then I thought of how to make the enemy face me while attacking.

    Here's the URL from what I've done:

    drive.google.com/open ... iSolrxek7f

    Feel free to test it out.

    The problem occurs in event sheet 4 -> Turkey Robot -> TR attack

    I really am not sure if I did right on collision with "MissileActivate" for the enemy to face the player to launch a homing missile.

    Big thanks to those who help! <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" />

  • 3 posts