Kyatric's Forum Posts

  • The how do I FAQ has a couple of examples.

    You might also want to do a search, in case I missed some topics on the forum.

  • C2 r72 64bits; Intel Core i5-2500K GHz (x4), 8 Go DDR3, NVIDIA GeForce GTX 560 Ti, Win 7 Pro

    Firefox 8.0.1; Chrome 15.0.874.121 m

    I tried to do a conditionnal expression.

    Event: System compare "OffsetX" equal "64?OffestX=0:OffsetX=64"

    (OffsetX is a local variable)

    Launched the preview

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Calling IsConstant() before Evaluate()

    Condition: checked_constant

    File: Projects\ExpTree.cpp

    Line: 97

    Function: bool __cdecl ExpNode::IsConstant(void) const

    Build: release 72 (64-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Abandonner   Recommencer   Ignorer   

    ---------------------------

    Ignored 3 times, I was able to come back to C2.

    I guess it is not the right way of doing a conditionnal.

    Reporting for the sake of the check failure.

  • jdforce: the problem is unlickely to be the plugin. I have it in the r72 too, and it doesn't crash.

    In doubt, be sure to redownload it and copy again the files in there.

    Maybe they got corrupted and somehow make C2 crash, but there is no logical reason to this.

    Also, moving your post, since it's either a bug of CBHash, either a C2 bug.

  • In the how do I FAQ there's an example for a contextual menu. That's exactly what you need.

  • frankied: Extract from the how do I FAQ

    aking a button using a sprite (and handle clicking on it) - LINK

  • Your badge is visible now, maybe it needs a bit more time before being displayed at yours, but I can assure you the badge is on your avatar as I speak.

    The "Hello world" topic is : The official introduce yourself topic. Just post in it and get another badge. <img src="smileys/smiley4.gif" border="0" align="middle">

  • I grew up on reading Tintin/Asterix too, but I don't know.

    Tintin holding and shooting a pistol on someone. That's not Tintin.

    When I first saw the trailer for the video game (inspired from this Spielberg's movie) I was like "WTF this has nothing to do with Tintin except for the name and the look of the characters !!!"

    I'd love to be surprised and that the movie finaly ends up really good. But I'm not shifting any high expectations for now as it is, imo, highly unlikely.

  • Same thing as in this topic.

    You can also use this tutorial's implementation.

    Choice is yours <img src="smileys/smiley4.gif" border="0" align="middle">

  • You do not have permission to view this post

  • Indeed.

    In doubt, I edited the message to remove the spam link, I'll close this thread and send a PM to this user.

    99% of chances that it is spam (harmless now) though.

  • Use the Browser.Go to URL (or Open URL in new window).

    Link to the login process of your website, and add a score variable to the URL that you will process on login.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ZakkiOrichalcum: check the "how do I FAQ" there is an example of level editor that uses webstorage, and other examples in the section "Webstorage".

    It might help you out.

  • Those are possibly servers too.

    If you don't need those, try uninstalling them.

  • Well, the catapult capx is pretty explanatory.

    The three states of the button mouse are the same that in the touch object.

    (On touch start, is touching object, on touch end)

    On touch start, you display the arm, the trajectory (as a sprite, like greenarrow is in catapult) and the gift.

    Is touching object, you set the angle of your arm and of your direction.

    On touch end, you apply a force on your gift.

    You can read more about the force and such in the physic tutorials (basic and advanced)

  • Since this post the custom plugin keycode was released.

    I haven't tested it, but it should make it possible to use the keycodes of xperia with C2.

    I added this topic to the how do I FAQ under the section "General/misc. questions".

    For now there doesn't seem to be a lot of topic about the Xperia. If more pops up, I might make a section for it in the FAQ.

    Sounds good to you ?