dop2000's Recent Forum Activity

  • Which behavior do you use for player movement? In 8direction, Platform you can use "Set vector X/Y" actions.

  • Backup your .capx file first, rename it to .zip, unzip to a folder and try fixing the problem by editing xml and caproj files manually in a text editor like Notepad++

    Since you didn't post the error message and didn't share your project file, this is the only help I can offer.

  • I am not sure I completely understand your question.

    4000 sprites is a lot! You need to destroy or disable collisions for dots that are not on the screen. Make collision polygons as simple as possible (rectangular for dots). Remove any effects and behaviors from dots, stop animations.

    If you only need to animate one sprite with dots, then there is no point in filling the entire screen with them of course.

  • If you change the code like this, it cuts the number of collision checks in half:

    Also, you can add other optimization tricks. Say, perform overlapping checks every 2 or even every 3-4 ticks (instead of doing this on every tick). Because LED display is so "low-resolution" it will still look good.

    I tested with 600 dots and 2 rotating Mask sprites, and with all these tweaks I'm getting comfortable 55-60 FPS on my very old Android phone.

    .

    Tilemap method is a bit more difficult and it also relies on overlapping checks. You loop through all tiles inside the sprite bounding box, and for each tile use "System Pick by overlapping point" event to check if the sprite is overlapping this tile. I don't know if this method will be faster or not.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You simply need to create/spawn particles object when you want to trigger it.

  • Like I said, you can't use CSS with sprites, but you can apply different effects and behaviors.

    Also, you link doesn't work, the video is unavailable.

  • The circles can be sprites, yes. What I mean is that big shapes (lines, rectangles etc.) are composed of these circles, and are not just single sprites with polka-dot pattern.

    Here is a quick demo:

    dropbox.com/s/58ofrk85na74djc/DotDisplay.capx

  • Are you saying you've tried with a sprite button and "On touched MySprite" event?

    It's possible that the TextBox is somehow retaining the focus and intercepting all touch events. Try removing the TextBox. If it helps, then you can make your own version of text box, see this tutorial:

    scirra.com/tutorials/739/your-own-textbox

  • Drago_18 If you look at 4:38 in the video for example, you'll see that when objects are rotating they change their shape. Even the number of circles in each shape is constantly changing. And all circles are always in grid pattern. So these are definitely not sprites.

    It's a grid of circles that toggle visibility and changing their color to create animated images. Like a very low-resolution LED display.

  • Fixed:

    dropbox.com/s/9hf092r0ycwedae/AI%20top%20down%20example1%20with%20Shooting3.capx

    .

    "Trigger once" is a tricky condition, I suggest never using it in situations like this where multiple instances of objects are involved. It can cause all kinds of weird and hard-to-find bugs.

  • You can do this with keyboard events, for example "Key Left is down - Spite set mirrored", "Key Right is down - Spite set NOT mirrored".

    Or you can compare the Sprite.8direction.movingAngle, if it's between 90 and 270 degrees, set mirrored.

    Check out the Tutorials section, there are plenty of examples:

    scirra.com/tutorials/all

  • You can destroy or erase data in this dictionary before saving, and in "On load" event restore it again.

dop2000's avatar

dop2000

Member since 26 May, 2016

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