dop2000's Recent Forum Activity

  • You can add another condition to the second event - "Touch is not touching MenuButton"

  • You don't necessarily need custom movement here. You can move the follower with 8-Direction too, but the implementation depends on the game (whether there are obstacles, enemies etc.)

    Here is an easy way to follow with 8direction:

    Or you can do this with "Simulate control"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Are you using Bullet behavior? This can happen when you set Bullet Angle of Motion while Bullet speed is 0. Make sure to set sprite speed before setting angle of motion.

    You can also simply set sprite X to viewport center one every tick.

  • 1. You are probably using Construct 2 runtime, switch your project to Construct 3 runtime. JSON is only available in C3 runtime.

    2. You may have "Simplified user interface" option enabled in program Settings.

    3. You may have already added JSON to your project and renamed it.

  • You can open examples from Construct 2, they will all work in Construct 3 (unless they are using some third-party addons).

    Music should not stop when you are switching layouts. Make sure your music file is in "Music" folder. On start of layout check if audio tag "music" is playing. If not playing, start playing music with tag "music". If already playing, do nothing.

  • Which behavior are you using for players? If it's Platform or 8-Direction, you can use "Set vector" action.

    For example, if you want to knock back to the left, set vector X to -500, or to (player.Platform.VectorX-500). You may need to experiment with the value of course.

  • Yes, the link works, but your project is not in a good order.

    You need to name your variables properly. "Variable4" is not a proper name.

    You need to add two image points to the SliderBar - "start" and "end". In event 3 you need to set volume to tag "menu music", not to empty tag "".

    Just try to be more careful when copying things from tutorials into your project and you'll not have to wait a month for someone to help you.

  • It depends on what you are trying to do. If you want the sprite to slow down, put a negative value in "Acceleration" field.

    If you want the sprite to stop after some distance, use "Bullet compare distance traveled", if it's greater than some number, disable Bullet behavior.

    If you just want to destroy sprites as they are leaving the screen, add Destroy Outside of Layout behavior, or Fade behavior with Destroy=Yes after some timeout.

  • What's the problem with these characters? I tried Set text to "() [] |! ¡? ¿ - & : = " and it works fine for me.

    If you are reading text from a file, you need to save it with Unicode encoding.

  • Thanks, Ashley!

  • Ashley, How do you load the image back from Local Storage into a sprite, if it's not in Base64?

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 260 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