simonrp's Forum Posts

  • 3 posts
  • I have a set of sprites called enemy1, enemy2, enemy3 and enemy4 - I also have a global called "whichenemy" and it will contain an integer between 1 and 4 - How do I select the sprite associated with the global so as I can then perform an action on that sprite - IE: Pseudocode would be :

    select "enemy" + str(whichenemy) {

    this.doaction

    }

    Any help much appreciated 🙂

  • Hi - I wonder if anyone could point me in the correct direction please ?

    I am planning an 8 way scrolling background (so about 4 times the viewport size) where I will have a road circuit built using a tilemap.

    I would like a car sprite to automatically follow the road around without any user input.

    Any ideas on how to get started with this would be much appreciated :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    My project settings are as follows are as per attached screenie.

    I export my game to HTML and FTP it to a directory on my web server. All works fine on PC but if I access the game from a browser on my mobile it is shown in a small 1280x720 (my project settings) area in the middle of the screen and I can't pinch-zoom in on it.

    Does anyone have any idea how I can make the screen bigger on mobile please ?

    Thanks in advance

  • 3 posts