dop2000's Recent Forum Activity

  • You can use a boolean flag. For example -

    if Button.isActive=false and cursor is over the button 
     -> start Tween "UP"
    
    On Tween "Up" finished 
     -> Button set isActive to true
    
    if Button.isActive=true and cursor is NOT over the button 
     -> set isActive to false, start Tween "DOWN"
    

    You can add "Tween not playing" condition to events 1 and 3 for extra robustness.

  • Rory Please post an idea here:

    construct3.ideas.aha.io/ideas

    I'll vote for it!

  • Laurent I decided to use one of the free geolocation services posted above. My biggest worry is that it may stop working, so I'll probably add a backup one - if the first AJAX request failed, try to get location from a different service.

  • If you find someone who can port it, and pay that person enough money - they yes, it may be possible :)

    I think your best bet is to make a car with the standard Physics behavior. It will be tricky, but it's much more realistic than trying to port some old abandoned plugin.

    Edit: check this example, it's not very good, but may be a starting point.

  • Sorry, I thought this was C2 forum.

    It looks like a big and complex plugin. Porting it for C3 must be a huge task.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Give me a Pixel It's already a plugin. Just copy car-physics folder into C:\Program Files\Construct2\exporters\html5\behaviors or similar folder.

  • RBuster In that post I used a simple level (volume) to animate the puppet. If you need to detect and recognize different sound/letters, this is much more difficult. I don't know if this can be done in C3, I would recommend looking for a JS library.

  • rafaeltrigo Thank you for the links!

    Do you know how services like freegeoip.app can track how many requests my app makes? I am not planning to cheat them, I'm just trying to understand - if the AJAX request is anonymous, and the app is installed on different devices, how can they count these requests?

  • oosyrag This may annoy some players and potentially reduce the revenue from ads.

  • You can paste your sprite onto a DrawingCanvas object. DrawingCanvas has some limitations comparing to Sprite (for example, you can't deform it, can't change collision polygon), but it should work fine for buildings and such.

    You can use a combination of both - an invisible PlayerBox sprite with the correct collision polygon etc., and a DrawingCanvas object pinned to it, acting as a "skin".

  • BadMario

    Why not just have a simple text under start game button. By clicking play you consent to possible use of cookies and, bla, bla, bla.

    Not sure if this will be GDPR-compliant.. Need to do some research.

    rafaeltrigo Thanks! I wonder how reliably this service (ipinfo.io) works for anonymous requests. Are they able to detect how many requests are originated from my app if I am not using authentication?

  • You can use IIDs. When a light is switched on, save Light.IID in a temporary variable. Then pick the next Light number (SavedIID+1) using "System pick Nth instance" and turn it also on.

    Light On click -> Light Toggle On
    ...............-> set SavedIID to LightIID
    
     System pick all Light
     System pick Nth instance (SavedIID+1) -> Light Toggle On
    
dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 279 followers

Connect with dop2000

Trophy Case

  • 10-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

30/44
How to earn trophies