GeoDev's Forum Posts

  • hi everyone,

    so, i'm having issues with an image section of my app, i have file chooser there and a sprite is set up to change to whatever image is selected.

    however, I've noticed, the sprite only changes to the image when it is one in my gallery such as screenshots or memes etc downloaded from web or other apps, but the sprite does not change when it is an image from my camera folder that i select.

    any ideas to fix this would be much appreciated.

  • is there a way, i can integrate my creation with a users inbox??

    EX: They receive a message, it auutomatically runs through my app when it's received.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm working on a space invaders type setup, needed enemy sprites to go left to right, so I gave them the bullet behaviour.

    So for example: "system: from start layout.. Action: Sprite- set bullet enabled.

    Action: Sprite- bounce off objects enabled.

    so it would go left to right and the barriers at each side of my setup would act as buffer to keep it going back and forth along that same straight line.

    in your case, might help note the positons on left and right side and set it as move forward to 1234.

    and then.. (when at 1234, move backwards to 4321.)

    just be careful keep an eye on any other actions you're giving it that might contradict the one you want it to do.