dop2000's Recent Forum Activity

  • You can add two Bullet behaviors to one sprite. One with "Bounce of solids", one without.

    Then in runtime simply disable one behavior and enable another.

  • I also coudn't reproduce this bug.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • JohnnySix , Maybe this has something to do with previewing and cross-domain situation. Have you tried different browsers? Are there any errors in browser's Console Log?

    Also, I wonder what's going on in the blurred lines on your screenshot?

    Maybe you are assembling a URL string using some variable that hasn't been initialized yet on start of the layout?

  • MPPlantOfficial

    Could you elaborate? So you create a circle with 179 bars. What's next? Use these bars to detect collisions and then calculate the reflection angle?

    You can do the same without the bar sprite.

    On collision with an obstacle check 180 or 360 times if obstacle is overlapping a point at (ball.x + radius*cos(loopindex), ball.Y + radius*sin(loopindex))

    There may be difficulties with both methods. What if the ball hits a corner?

    Another option would be setting "Bounce off solids=Off" and using Raycast plugin to determine the reflection angle. Although I don't know if it has been ported to C3 yet.

  • That shapy bezier floor, does it have a repeating pattern? You can break it into two TiledBackground objects.

    Say, one TiledBackground with curvy top stretched horizontally. And a small black square (also TiledBackground), stretched in both ways.

    Even if the curvy part of the floor doesn't have a pattern, you can crop it to something like 1280x50 and fill the remaining 250px with a tiled background black square. This will save quite a lot of memory.

  • I don't know if there are any logs, but here is something I found:

    Check Documents and Settings\{your profile}\AppData\Local\Temp

    or \Documents and Settings\{your profile}\Local Settings\Temp

    if there are folders starting with "cap*", they may contain your project files and there is a chance you can recover your game.

  • Leosa

    In theory - yes, you can probably generate levels (or rooms) randomly and endlessly. But it will be very difficult to make sure that they are:

    a) solvable, so that the player doesn't get stuck

    b) difficult enough to be interesting to play

  • Are you blackmailing me?

    Did you see the the link I posted? In one of the comments on the first page there is a working link to capx.

    If you decide to use this dialogue system, edit the xml file in the project. Either add a function to xml that will change avatar image/animation, or add a new attribute "animation_name" (this will require some changes in the dialogue events).

  • This isn't really a beginner's question and there are not so many people here who are familiar with Spriter.

    So I suggest you re-post it in "How do I" forum and also leave a comment in the Spriter plugin post:

  • Here is a good way to change animations for a platform character (screenshot from someone else's game):

  • Try this:

    Keyboard Shift is down 
    ----------------> player set Platform maximum speed 100 
    ----------------> player set Platform jump strength 100
    Else 
    ----------------> player set Platform maximum speed 50 
    ----------------> player set Platform jump strength 50
    [/code:17ght881]
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