lucid's Recent Forum Activity

  • Rojo:

    I don't see what you mean

    you're saying ceil(float(0))==1

    is the correct behavior?

    I understand that float accuracy is always an issue, but I thought floats could hold absolute 0's

  • tiny update for anyone who's interested in the progress.

    All major features are working in an at least limited fashion, including procedural animation features hinted at in here, and expounded upon in chat. This is a major milestone, and from here on out, it's just fleshing some of those features out further, and fleshing out the ui so they can be used in the animator beyond just simple unit tests.

  • an .exe exporter, or at least a definite promise that it will be included with the final product

    Q: Will there be an EXE exporter?

    A: Yes, eventually. Either the Scirra devs will make one, or a third-party will make one. With the modular exporter system, it could be both. By the time C2 can be used for much, there will probably be an EXE exporter.

  • sorry i hadn't realized you meant something separate by the centering thing, I thought that was part of your pixelation problem solution attempt

    turn on unbounded scrolling in the layout properties (in the properties pane after clicking on the background the layout editor), and use system Set Scrollx and scrolly to the center of your image

  • zoom in without having to center and all that jazz?

    that isn't very informative. if you zoom in, yes you will probably have to move the camera to get it where you want it

  • ummm....

    I don't see what you mean, don't you just do that with z_elevation.

    I don't see anything different, unless you mean shadows specifically....in which case why not say "shadows" instead of "depth"

  • wow...that's very strange. good find. please post a bug report

  • yeah, I had a virus once that made windows start getting confused about file extensions including exe's and it quickly got out of hand. if it's not what alibash said about omitting the .exe (that's probably much more likely. didn't think of that), then please do a scan soon. viruses that are that blatantly messing with your os are usually pretty nasty, and can permanently damage it by altering system files and registry entries, leaving "holes" in the operating system that remain even after the infection is taken care of.

  • is there a way to replace also the construct classic image editor?

    because that is kinda buggy too

    closest thing is this:

  • are you sure? make sure you pay attention to where you exported the exe and what you named it. if you're absolutely sure it's your exe file doing this - when windows asks you that about an exe file, it's usually indicative of severe os registry issues or a virus infestation.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • construct 2 will have everything, but more, but not yet, it's still in early development. 1 is fullfeatured with just a few kinks left to work out. if you just want to test out 2 and use html5 use 2. if you want to make full games, and be able to do anything with alot of power and speed, use 1. if you want to learn how to use everything that 2 will eventually have, use 1.

    personally I use 1

  • it's difficult for me to decipher all that, but I'll give you some general info, arrays in construct are 1 based instead of 0 based, so the first index is 1, not 0.

    also, your formula there is needlessly convoluted and unreadable, the (Sprite.MeshRows+1)*(Sprite.MeshCols+1)-1 make sure to use enough () to be sure about the order of operations even if it's superfluous just for readability. instead of using one loop with weird formulas to get what you need, why not just have nested loops?

    for "x" from 0 to meshrows

    for "y" from 0 to meshcols

    then use loopindex("x"), and loopindex("y)

    also, another thing that would make it less confusing would be not using a 3rd dimension to the array, and instead use 3 separate arrays named x, y, and z

    other than that, using those alterations, it'll be quicker for you to find the solution than for me to. also, just for general info purposes, if you're sacrificing readability for optimization purposes, construct can have hundreds of objects all being acted upon and thousands of evaluated conditions and actions per frame with no slowdown, so you don't really need to do stuff like that except in extreme cases that most users never reach

lucid's avatar

lucid

Member since 16 Jan, 2009

Twitter
lucid has 22 followers

Connect with lucid

Trophy Case

  • 15-Year Club
  • Entrepreneur Sold something in the asset store
  • 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
  • Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

22/44
How to earn trophies