Kyatric's Recent Forum Activity

  • Commented example capx

    This is mostly like drawing a line and playing an animation in the end.

    With a bit of thinking about the events.

  • Actualy I think for the sole purpose of a "cube room" a small bunch of lines/sprites are needed and the effect can be achieved using parallax on several layers.

    With the correct values, I think you could set an invisible sprite object in the middle of the layout and have it moving in specific boundaries according to the accelerometer values.

    After for a more complex/navigable 3D maze, then yes heavy maths would be required, I still think a simple wireframe representation like in the example can be emulated.

    Cool effect though :)

    Edit: Quick example

    You can have a bit of the effect when pressing the keys and moving around from one extremity of the screen to another.

  • I don't think so.

    The window size is a set property of the project, it is the size of the canvas in the browser.

    Changing its size ends up in reinitialising the canvas. I'm not sure it can be made "on the fly".

    You can always use the request fullscreen action from the browser object that will go from "windowed" to a complete full screen, but you can't actualy change the resolution at that moment.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Events pick/select instances.

    When your mouse - Left button clicked occurs, it selects/pick the clicked instance in the SOL (selected object list).

    From there, an action on the object type (in your case obj_test) will have effect only on the picked instances of that object type.

    In this case, the single obj_test instance clicked is the one you will use as reference.

    So your action go to layout (by name) is obj_test.target

    This will automaticly go to the layout which names is stored in the clicked instance of obj_test.

    I hope it answers your question.

  • RagtagChris : Beta r89 was released earlier today.

    R90 should be a stable version that should be released in the next couple of weeks.

  • You can also post the capx (save as one file), this is the quickest way for us to have a direct look on what may go wrong.

  • t1techno: zip the unzipped folder and post it, we can work from there.

  • In event sheet 3 you need to use the action

    System: reset global variables.

    The second time you restart your project, "vidajuagor" is = 1 so according to your code, it skips to layout 3 directly.

    No bug from C2 there.

  • t1techno: this thread is old, the issue hasn't been heard of in months.

    Anyway, had you setted the backup options ?

    If so, you might try to fall back to a abckup version.

    If not, send the archive of the project over here (maybe in a new topic) and we'll try to see how to salvage it.

  • The slowdown in Chrome goes beyond the loading.

    There's a clear delay (1 second) between the time my cursor is "Option1" button, and the moment the image displays.

    It happens on start of the execution of the program, but even after 5 minutes it still performs the same.

    Or do you mean that the image gets downloaded anytime an action hover or click is performed ?

  • Are you talking about parallax ?

    Have a look at the How do I FAQ and check the section "Scrolling / Camera" hope it is what you're looking for.

  • : Have a look at the "How do I FAQ" section "Webstorage", I guess you'll have the answer you're looking for.

    Save variables/example of use

    Remember a variable can be put about anywhere in an expression field, just don't use quotes.

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,405 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x10
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs