rodimus111's Forum Posts

  • When I move a sprite a little, the image inside shows cuted

    The proyect sampling method is in point

    at 240,144 resolution

    https://drive.google.com/open?id=0B0aCH ... EJLTlZzbjg

    I test it with a lot of construct2 and 3 versions and the same problem occurs.

  • I tested the bug in r243 and it acts exactly as you said. It appears an internal issue, but you can do an aprox validation.

  • No. The problem seems to be that there is a retard when the algorithm is trying to detect the window position. The result is an erroneous movement when the window is dragged. I think that getting the X and Y coordinates with javascript or something, could give better ressults.

  • I want to move the windows when mouse button is down anywhere in the canvas. I got x & y cordinates with Touch.AbsoluteX+NWjs.WindowX but, when the window is too large, flickering appears. Is there another way to get x & y screen coordinates?

  • It would be fantastic if I can scroll to any line or by a keyword.

  • sory. here is it

    sendspace.com/file/4yyqjn

  • Someone can explain why the action event seem to be executed two times?

    sendspace.com/file/4yyqjn

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • "Pick top instance" dont work as "pick instance with UID" does in inverse mode

    Affected at least in Chrome and NSJS

    }My operating system is windows 7 with all updates

    Construct 2 Version 198r

  • Thanks for the reply, that's exactly what I'm doing, but some times while the page is changing, and the program saves titles, root directory and page number, a little slowdown access appears and I think this will be more noticeable when the file is storing a colleccion of books and paths. That is a fisical problem for sure, and I hope one day you can add a "windows on close" or "on exit" trigger to construct2, it will saves a lot.

  • Its an ebook. It needs to save the page and title at closing the window, but the trigger to do that don't exist. So, what I'm trying to do is to save automaticly every 5 seconds, or one time for each page swapping.

  • Im exporting via nodewebkit for desktop pc. Both options should work, but I think that there must be a methot that can manage memory in a convenient way to do loads and writes every second, to avoid lags of hard disk access.

  • Which is faster and recommended for loading and writing data consistently?

    Webstorage? or Nodewebkit?

  • list files from nodewebkit? with that you will get all the names inside a directory. But I dont know how to get only folder names.

  • How I can difference a folder from a file, when I use Nodewebkit Path Exist condition? Would be great if there were two different conditions, Folder exist, and File exist, I think.

  • Im trying to create an App that can load images files (jpg, png,etc) , compressed in a rar or zip files. I wonder if it is possible.