dop2000's Recent Forum Activity

  • So if there are 2 slimes overlapping the Hero, you need to show another text with damage? What if there are 3 or more slimes?

    I think what you need is something like this:

    Hero on frame change
    Hero animation frame=2
    Hero animation "Attack" is playing
    Slime is overlapping Hero
    	System for each Slime
    		Slime subrtact Hero.attack from Health
    		Slime spawn DamageText
    		DamageText set text to Hero.attack 
    		DamageText Move to (140+loopindex*20, 310)
    
  • On every tick you set Player sprite position to PlayerSolid sprite position, which is off-screen.

  • What do you need it for? You can't simulate it, but you can simply run the same code you have in "On button pressed" event. For example, the same function.

  • Mikal

    What worked for me was moving to use the Cordova CLI 9.0.0 locally (on a Mac.)

    Yeah, that's what I'm planning to do.. But I have very limited knowledge of Mac OS and Cordova CLI, and have never built IOS apps this way.

    Do you know any good tutorials?

  • kcalpesh It does, in Construct 3. Construct 2 will not get any new features.

    In C3 you can easily find all references for any object or variable.

  • Many paid templates are using third party plugins, so it should be fine as long as the plugin is non-commercial. I suggest including the plugin files with your template, because it's sometimes hard to find a working download link for abandoned plugins..

  • Set grid position to:

    MyTilemap.PositionToTileX(Touch.X)

    MyTilemap.PositionToTileY(Touch.Y)

    (instant)

  • It works for me. If I do "Set grid position (instant)", the character sprite teleports and stops, does not continue previous movement.

  • It's super easy to make your own progress bar with a sprite or TiledBackgroud object.

    BarSprite set width to (progress*500)

    Where progress is a number from 0 to 1, and 500 is the maximum width.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can you post your C3 project file, or a screenshot of the event list?

    And also this JSON data in text format (not as a picture).

  • Have you tried opening this php directly from the browser address bar? If it outputs "[object Object]" (and not a JSON string) on the screen, then you will know that the problem is in the PHP code.

  • Why do you need this value in "On item set"? This event is triggered immediately after "Set item" action. So you should still have this value stored in a variable (or array/dictionary/etc.), you don't need to read it back from local storage.

dop2000's avatar

dop2000

Member since 26 May, 2016

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