dop2000's Recent Forum Activity

  • Noah. If you need animated tiles, there are not many options.

    You can use multiple tiles in TileMap as animation frames and change them with events:

    construct.net/en/tutorials/animated-tilemap-871

    But if there are lots of different images with lots of animation frames, it would be easier to use sprites.

  • It's a single action - "Browser invoke download of string", string is your text variable, MIME type "text/text".

    What error do you get? Please post your code.

  • Excel natively opens CSV files, they even have Excel icon when MS Office is installed.

    Exporting to CSV is easy, you simply build a string (put all values with commas and line breaks into text variable) and do "Browser invoke string download".

    .

    Not sure if sending to Google Spreadsheet will work in your case. It's supposed to send data to one table, I don't think you can't create a separate sheet for each user.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The easiest way is to export it in plain text format as comma-separated values. CSV files can be opened with Excel, Google Spreadsheets and some other software.

  • .....

  • Where did you find the link, what's the file name? Could you post a portion of the file with the URL string? If it's somewhere in JS code, you may be able to change the target.

  • rokstars322 You need to apply two gradients one after another.

    Yeah, I wasn't sure why pasting object didn't work immediately, so I simply added 0.1 wait. Your version is cleaner :)

  • Because I have nothing else to do this nice spring Sunday evening, here is my version:

    dropbox.com/s/pe01tn06ac08cxk/PickerHSV.c3p

    .

    rokstars322 I see you are in this post, please re-download my file, I've updated it.

  • It's not easy to make such nice and smooth trail effect with standard features in C2. You would probably need to draw it on Canvas or use some other addon/effect.

    You can make a simple trail effect by pinning Particles object to your sprite. Set particles speed to 0 and other properties as you like.

    Try searching this forum, there are lots of posts about this.

  • Noah. As I understand, this color wheel only shows colors with 100% luminocity, you also need some slider control for luminocity/brightness.

    .

    Here is how to make HSV color picker:

    Clicking on the bottom sprite gives you Hue number (from 0 to 360), you need to measure the relative distance from the left of the sprite.

    Clicking on the top sprite gives you both Saturation and Value numbers (from 0 to 100).

    In the above example I got H=157, S=86, V=70

    After converting to RGB: R=25, G=179, B=120

    .

    There are two tricky things:

    1. After clicking the Hue sprite you need to read clicked pixel color and update the SV sprite with the same color. SV box actually consists of 3 sprites on top of each other. Solid white sprite at the bottom, with "Set color" effect. And two gradients on top of it, you can make them in Photoshop or Gimp - one horizontal gradient from transparent to white, and a vertical gradient from transparent to black.

    2. Converting HSV to RGB requires some math. You can find it in google.

    Or you can simply read RGB color of the clicked pixel the same way as in NOAH's example with Drawing Canvas.

  • And probably will never be. Your best shot is to port that addon.

    Another (long and complex) option is to make color picker yourself. On your screenshot you have two sprites: saturation+value and hue. By clicking them you can select H+S+V values for a color, and using some formulas convert them to RGB.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 271 followers

Connect with dop2000

Trophy Case

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

Progress

29/44
How to earn trophies