newt's Recent Forum Activity

  • Well you dont have to set all colors at the same time, but to set them separately you'll need multiple variables.

    rgb(lerp(r+variablea,255,1-0.5^timedelta),lerp(g+variableb,255,1-0.05^timedelta),lerp(b+variablec,255,1-0.5^timedelta)

    add to variablea 0.5

    add to variableb 1.5

    add to variablec 0.05

    And you can also vary the timing on the timedelta multiplier.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you right click on the part that lets you set the color you will get a context menu asking "use expression.

    You can click that, and in the in the box put the expression rgb(r,g,b) with the r,g,and b in parenthesis set to your color.

    After that you'll need a counter something like:

    rgb(r+variable,g+variable,b+variable)

    add 1 to variable

    You'll want to add to the values as rgb(255,255,255) equals white, and rgb(0,0,0) equals black.

  • Actually, you should update the drivers first.

    No point in uninstalling, and reinstalling stuff till your sure your up to date.

  • I'll probably regret this..

    This capx shows why the Light Saber Whip never really took off.

    http://dl.dropbox.com/u/666516/lightwhip.capx

  • Keep in mind there were a lot of issues in C0.x where people checked "enable scripting".

    Obfuscating it like this defiantly would keep that from happening here.

    Perhaps a separate dev version would be a better option.

    Or even have stable versions with it enabled, and test versions disabled?

  • The format for svg is almost the same as xml, so as far as paths go it shouldn't be a big jump to create a <canvas> exporter.

    It would be fairly efficient to convert the svg data to something canvas can use, and store that in the .js or another .js.

    Then again getting collision detection, and animating those images would be another kettle of fish.

  • That would depend on your view on making revisions.

  • I'll let you figure out how to do a state when in pause.

    Mouse set x to clamp(mousex,0,displaywidth)

    Mouse set y to clamp(mousey,0,displayheight)

    You'll want to add some way to exit the program, as you cant get to the close button in the frame, and esc is the standard for exiting via keyboard.

  • So is Nan going to be a regular return value?

    I mean except for when you don't try to divide by zero.

    Probably a better way to go any ways.

    I know there were a few issues where the e^ would get cut off in debugging when it went into scientific notation.

  • How about:

    "Construct.... Two!"

    or

    "Construct pew, pew-pew!"

    "Construct 2, less boo-hoo, more pew-pew"

  • Yeah, well, um I think that old saying "a rock and a hard place" works the best here.

  • Construct: Web Edition ...

    ...

    heh

    Wont be long till "HTML5 game" will do the job.

newt's avatar

newt

Member since 12 Nov, 2008

Twitter
newt has 27 followers

Trophy Case

  • 16-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
  • Popular Game One of your games has over 1,000 players
  • 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
  • Email Verified

Progress

31/44
How to earn trophies