dop2000's Recent Forum Activity

  • Many mobile games have Facebook button. What is it most commonly used for?

    I believe some games are using Facebook leaderboards and can show your friends scores. Some games can post messages on your wall.

    Are there any other reasons why I should ask players to login to Facebook?

    I don't plan to publish my game on Facebook and I'll be using Google Play or Appstore leaderboards.

    Also I want to add a "generic" share button that can share scores to various social networks.

    So do I need this Facebook button?

  • Try this:

    add two instance variables: targetScale=1 and currentScale=1 to the object.

    On Mouse wheel Up: Add 0.1 to TargetScale
    
    On Mouse wheel Down: Subtract 0.1 from TargetScale
    
    On every tick:  Object set currentScale to lerp(self.currentScale, self.targetScale, dt*8)
                   Object set scale to currentScale 
    [/code:2hb5lnnk]
  • Lordshiva1948 , really, what's the point of posting the link to hundreds of demo projects without any description/index?

    What exactly people are supposed to do with it?

    If there is a project that's relevant to this post, you should give the direct link to that file. Otherwise what you are doing is basically spamming.

  • RioLuk

    Try to invert the condition:

    sprBullet on collusion with sprEnemy

    Also don't forget to destroy the bullet too.

  • This should be easy.

    Touch is touching Wheel

    ------------------> Ship set angle to angle(Wheel.X, Wheel.Y, Touch.X, Touch.Y)

    You can add lerp for smoother rotation:

    Ship set angle to anglelerp(self.angle, angle(Wheel.X, Wheel.Y, Touch.X, Touch.Y), dt*8

    By the way, the best Asteroids game I've seen is Pew Pew. It's so cool!

    https://play.google.com/store/apps/deta ... wpew&hl=it

  • I'm probably doing something stupid and will soon feel like an idiot...

    Yes, I think you will

    You put AJAX.LastData in quotes.

    Simply remove the quotes.

  • If you mean "Override high DPI scaling" setting on Compatibility tab in C2 shortcut - I tried this and it didn't help.

    In fact, I tried all compatibility settings and none of them made any difference.

  • Try saving the file to disk, open in Notepad, save with UTF-8 encoding, then re-import it to your project.

    This worked for me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try Physics behavior.

    On Touch - apply impulse at angle angle(Touch.x, Touch.y, Ball.x, Ball.y)

  • What minefield game?

    This one?

    https://www.scirra.com/arcade/puzzle-ga ... weepy-8557

    (there is a link to download the source project)

  • Added a button, on click -> Browser go to URL.

    Opened the project in preview mode on mobile.

  • Browser -> Go to URL "https://www.google.com/maps/search/?api=1&query=pizza"

    This works on my Android phone.

    According to the documentation:

    [quote:zcw34zck]On an Android device:

    If Google Maps app for Android is installed and active, the URL launches Google Maps in the Maps app and performs the requested action.

    If the Google Maps app is not installed or is disabled, the URL launches Google Maps in a browser and performs the requested action.

    On an iOS device:

    If Google Maps app for iOS is installed, the URL launches Google Maps in the Maps app and performs the requested action.

    If the Google Maps app is not installed, the URL launches Google Maps in a browser and performs the requested action.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 257 followers

Connect with dop2000

Trophy Case

  • 8-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
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies