Kyatric's Forum Posts

  • Event 4

    You could make something like

    Player.X >= Scroll.X - 200 -> set scroll.x to Player.X + 200

    I feel 200 is not a good measure, but you can affine from there.

  • I'm also on r63 and the capx worked.

    I'm wondering if using the platformer AND 8 direction behavior at the same time is a good idea.

    Check the FAQ, there are examples of how to move objects around screen.

    Also if you wish to simulate the controls, in start of layout, add an action :

    Froggy start ignoring input.

  • Wink nice html page and nice graphics/layering in the game.

    Good job.

  • MastaZavr:

    Someone just asked me if it would be possible to trade $32 off the voucher if they win the competition for a Construct 2 license, that is fine. If you do this (you must win the competition of course!) we can issue you a C2 license and send you an $18 Amazon voucher (the remainder).

  • Tutorial about DT and frame rate dependency by Ashley.

    All is there ^^

  • by the way...HAPPY BIRTHDAY!!! i remember thirty like it was yesterday. and by yesterday, of course i mean, thirteen years ago...lol.

    Thank you.

    the video just looks like a scrolling background with no interaction. but i was curious if c2 can do 'defender' scrolling. are you familiar with atari defender?

    http://www.free80sarcade.com/defender.php

    it is like a horizontal world that you can loop through. if you see a ship on radar, you can go either left or right to get to the ship because the scene wraps.

    I'm not really familiar with this game, but I'll have a look at it and see what I can come up with.

    If someone else hasn't already posted by then.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Oh I haven't watched the video tbh <img src="smileys/smiley17.gif" border="0" align="middle" />

    And now that I try, I can't seem to be able to load it.

    So I don't know in the end what it is about.

  • TiledBackground horizontal scrolling - http://www.scirra.com/forum/scrolling-tiled-background-c2_topic44823.html

    You can find it and more in the post-it How do I: FAQ

  • C2 r63; Windows XP SP3; FireFox 7.0.1; ATI Radeon HD 4870

    Dual-core E5200 2.5 GhZ; 3,5 Go RAM

    I launched a preview of my current project.

    During the time firefox was launching (it takes a few second before appearing if it wasn't running at first) I clicked the save icon in the top bar of C2.

    C2 simply exited without any messages, and when firefox finally started, it got stuck on a blank tab with the preview url in it.

    I reopened C2, my changes had not been saved.

    I processed to reput the events and new images I previously added, saving regulary (still with the save icon).

    Then comes the time for a preview.

    I go back to my menu layout, to launch the game from the start, and firefox raises a json assertion :/

    Assertion failure: No project JSON model available

    Stack trace:

    assert2((void 0),"No project JSON model available")@http://localhost:50000/preview_prelude.js:12

    ()@http://localhost:50000/preview.js:107

    ([object HTMLCanvasElement])@http://localhost:50000/preview.js:90

    ("c2canvas")@http://localhost:50000/preview.js:10

    ((function (a, b) {return new e.fn.init(a, b, h);}))@http://localhost:50000/preview.html:98

    ([object HTMLDocument],[object Array])@http://localhost:50000/jquery-1.6.3.min.js:2

    ()@http://localhost:50000/jquery-1.6.3.min.js:2

    ([object Event])@http://localhost:50000/jquery-1.6.3.min.js:2

    Exiting C2 and launching it changed nothing. :(

    Now I have two bugging projects.

    The one I was working one at first, and saved during the launching of FF.

    And the project I saved after having redone the events.

    Both display the same assertions on preview.

    I'll try and mess in the project file to see if I can recuperate the project, and figure where it can mess.

    That's my entry for the C2 comp.

    I have previous backups, so I can still redo what I've done. But honestly it bugs me ^^

    After further investigation, it appears it was one of my strings in LanguageSheet that caused the problem. (arrLang.at(4,1))

    I wrote my "dialogues" in the notepad first, and did copy/paste it into C2.

    In the notepad I had a /n ("chariot return" ?) between "S. Pace - Que se passe-t-il ? Pourquoi suis-je dans ma tenue ?" and "O� sont les autres ?". It got copied in C2 and caused a mess.

    I just suppressed it afterwards, and the assertion disappeared.

    Hope the rest of the project will be ok.

    As I want to keep this project secret a bit longer, I'll PM ashley only with the project for double check.

    ^^

    As for the saving bug at first, I then have no clue about that. Maybe a combination of bad timing saving project/loading preview.

  • You do not have permission to view this post

  • You do not have permission to view this post