juduncan's Forum Posts

  • thank you LittleStain I will take a look at those

  • It seems like there should be some way to use a textbox and the google maps plugin to ask a user for a location and geo validate the entry to return lat/long coordinates. Ideally it word work just like the google maps text box functionally with auto complete and geo-verification. Any help or ideas appreciated.

  • I was experiencing the status bar re-appearing after i selected drop downs within my android browser until I used the Intel plugin here http://plugins.cordova.io/#/package/org ... .statusbar and manually called the javascript to hide the status bar

  • I will try this thank you for the response

  • Savvy001 thank you sir I had really hit a wall with this one

  • Savvy001 did you ever find a resolution for this issue?

  • rojohound thanks for reply

  • rojohound

    I have a system which loads my sprites dynamically from a Database, so the images of my sprites will eventually change but have the same URLs, is it possible to make paster always load this images from the server without caching them?

  • I'm using paster and loading images from url. The url points to an image that updates every ten minutes (CCTV snapshot) but I cannot get the paster object to display the new image unless I close the app and reload it. I do create a save game slot however I have the noSave behavior attached to my paster object. When i load the layout I create the paster object and load the image from url which is retrieved from an array saved in construct. I need a way to refresh/reload the image. Any help would be greatly appreciated.

  • did you ever find a resolution to this issue...I'm am working through the same issue.... I thought the "NoSave" behavior would accomplish this but the issue persists

  • Yes thank you again... I can do this from preview in the browser perfect! Couldn't think of how to screen cap with styling but preview will accomplish this perfectly.

  • Thanks for the reply! This is my current solution however I am not the best with graphics and struggling trying to make a sprite that looks just like my styled list object. I had hoped there would be a way to push those list objects down in z order but I may be out of luck. Thanks again.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I want to create an overlay to instruct users on how to use my app. The overlay would point users to "list" objects and display some text explaining their purpose. The issue I am having lies with "list" objects as I cannot put an overlay on top of them. I am trying to use the sprite object which works well with all other objects except for my list objects. Any help greatly appreciated. P.S. I am open to any workarounds thanks.

  • Thanks, this is what I am presently doing just seemed like there was a better solution.

  • I am making a tower defense game and need a turret that both does not rotate and shoots at enemies. Presently I am spawning a turret over my tower sprite so the tower does not move and the invisible turret rotates on top of it. This works fine but has lead to overcomplicated code to upgrade and track condition of towers as I have to relate them to the turret which they overlap. Any ideas on how to keep tower from rotating and still fire at enemies or how to "link" the tower and turret for upgrading would be greatly appreciated.