Darklinki's Forum Posts

  • vee41 Amazing, this great now I don�t have to leave C2 anymore.

  • If I understand you mean something like:

    functionX(varParam = functionZ(X, Y, Z));

    functionZ(X, Y, Z) {

    if(X != null){

    return X;

    }

    if(Y != null){

    return Y;

    }

    }

    If you mean this, I dont know how to do that in C2 but interesting question. I try to find a worktrough.

    Got it tutorial is upcomming ;)

    EDIT:

    Function On "Test"

    -- Chrome Log function.Param(0)

    Funtion On "Test2"

    --IF varWantedParam = 1 //any Condition you wish

    --- Set return value to varParam1 //The parameter you want typically a variable

    --IF varWantedParam = 2 //any Condition you wish

    --- Set return value to varParam2 //The parameter you want typically a variable

    Call "Test"(Function.Call("Test2"))

    If you want to get the Parameter from Test2, just change one line:

    --- Set return value to varParam1 to --- Set return value to function.param(0)

  • you need to make an apk out of it :D

    With what Exporter do you made the .apk ? Normally you export with this Exporter the files again.

  • RegEx are much better than find, for something like emails and urls

    And for the others, yeah they are possible but the right built-in expressions would be more comfortable.

    Thanks for your answer and your great Plugin.

    toUppercase is really there O.o I tought i tried it.

  • You got a Game Design Document ? Would love to read it, made already 1 for a Multiplayer Monster MMO (only 26 sites), it would be great to read yours.

  • Kyatric

    I?m not sure which are in C2 but not all for sure.

    There are many, here are some:

    escape

    unescape

    toUppercase

    concate

    substr

    fromCharCode

    match and search with RegEx

    split

    This are just the ones I needed in my last project, I think there are more.For the most I found some ways to realize them but Built-In expressions would be great.

  • Ohh sry, I think I missed this update. Don?t really used any Button plugin cause I make them mostly on my own.

    Changed the Link

  • My Wishlist:

    • Construct 2 Linux Version
    • Image Manipulation like Strech, Crop and so on
    • Image Load Management
    • Integrate Hash
    • Better Advertising Support (Something like a ad Plugin)
    • More Expressions for Strings
    • The possibility to add text objects to a family
    • The possibility to create own C2 Styles (Pink C2 would be amazing :D )
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This isn?t so hard.

    check answers = Built-In Button Plugin. Thanks Kyatric

    go to next level = Go to Layout

    save stage + login/register = Web Storage + AJAX with Database

    If you got more questions, we will help you forward but for the beginning you should get some basic skills with c2. ( Beginner Guide )

  • Wow that?s much big thanks, a capx would be amazing.

    I think I got it, but my problem is that the user need to load on every Layout again some seconds the right images, and that is not what I want. I want that he just needs to download all the files once.

  • Hello Guys,

    in my loading screen, I load the data of a Player. After that I want to change Sprites wit LoadImageFromUrl. This Sprites are on a different Layout and cause of that I cant change them....

    Changing Images on the same Layout is no problem.

    I could load them on the right Layout but this is not what I want. I want that the Player loads one time his data and his items.

    Because many Objects have over 20 styles it is also not nice to give them a animation frame and set the step to his style.

    Is there any way to do that ?

    Thanks ;)

  • Do you got some Jquery and Javascript Skills ? If yes, it?s not even so hard you just edit the output from Construct, with Openfeint this are something like 20 lines code to change. I made this already 9 months ago for a customer.

    Gamecenter is also no big deal, look here:

    http://www.scirra.com/forum/topic64187.html

  • Nothing is impossible, if you export with phonegap it?s easy to integrate openfeint.

  • I think it is a good idea to look into the system plugin, there is a on loading finished.

  • Where are many ways for that, but you miss some information.

    scirra.com/tutorials/266/webstorage-how-to-save-ingame-information -> This should explain you one way