RobertMKD's Forum Posts

  • You need to store the position of the object in an instance variable (X and Y) and change the angle of the object to the angle between the stored position and the position of the mouse every tick. If that's what you want.

  • I have started this new project of mine (for mobile), and I have already added lots of stuff. The problem is, my project is a landscape, and now I found out that when opened on mobile, the project will appear with huge black bars below and above it instead of filling the entire screen, and I need to rotate the screen in order to accomplish this.

    How do I make the project fill the entire screen without building the whole project tilted by 90 degrees?

  • Okay, I don't know how, but I've fixed it.

    I've just clicked this "Reset dialogs" button in the settings and restarted C2 and then everything went back to normal, dunno how and why.

  • Okay, it seems my graphics card is up-to-date but I'm still getting this error... What may the problem be?

  • I have no clue, it probably remained in the folder from older versions...

    Actually, now I've downloaded and tried to install the latest driver update but I got this error: "This computer does not meet the minimum requirements for installing the software."

    What does this mean now? My PC cannot run C2 anymore?

    Or I'm attempting to install a wrong update?

  • What is this GPU manufacturer website? Sorry if I'm asking stupid questions.

    Btw, my C2 version is r241

    This error suddenly started occuring on all .capx

  • After I click OK I get this: prntscr.com/dsmpmo

  • When opening a Layout I get an error window saying this:

    "Error creating OpenGL view: failed to create context

    Updating your graphics card drivers may fix this problem."

    Then I went to the Construct 2 folder and opened this "GraphicsCardUpdate.exe" file but it said the graphics card is up to date.

    I really don't know what's the problem here 0_0

  • Just remember that things are executed top down in the event sheets and there shouldnt be any problems. If things dont work properly because they are spaced too far apart it just means you have events in between that affect your conditions.

    The question was refered to GenkiGenga's post.

  • What can affect an "Every Tick" condition?

  • And what about events that occur every tick, but can't be merged into one event?

    I have used many softwares but this is something new for me.

    And yes, I'm not talking about sub-events or conditions, I'm talking about separate events.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have many events in my event sheet. Many of them are connected with each other and they cause bugs when they are in a certain order. If I try moving their places (like, more closer one to another), they work properly, just as I want them to. But, if they are further one from another, they cause very stupid problems for which I waste hours examining my events, even though everything's in the right place.

    So why does the order of the events affect their actions?? Is there a solution for this?

  • No it's not the behaviour. It's the "Scroll to X" system action.

    But it appears that the object I'm scrolling to is shaking rather than the "scroll to".

    I don't know what is causing it. It is moved by lerp.

  • "Scroll to" shakes the window when scrolling to the X coordinate of a moving object every tick.

    How do I fix this? It's frustrating me.

  • How can I import stuff like the date or time of the device? Or open up documents like photos or audio?