viniciuscgp's Forum Posts

  • I use an array to do this like:

    Set str = "String|String|Test|String"
    Set tc = tokencount(str, "|")
    Array->SetSizeTo(tc)
    For "Loop" from 0 to tc - 1
    {
        Array->tokenat(Str, loopindex, "|")
    }
    

    Now I have an array with all tokens!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes friend, but I want a funcion like PHP chr(), then '10' was just an example.

    Thanks

  • Hi friends!!! (Thanks for new update!!!!)

    Im using tokenat() function to create an array of strings. But now I need to use a character 10 as a separator. How can I convert a character 10 to a string ?

    Obs. I searched the strings but found no functions to do this...

    Obs2. I cant change the 10 to another char...

  • Nice game! awaiting the continuation!

    Muito legal seu jogo, espero pela continua??o! Ainda n?o fiz o meu, mas pretendo criar alguma coisa assim que tiver terminado o projeto que estou fazendo.

    Flws!

    • Post link icon

    C2 worth its prices. This a amazing well created peace and the developpers are constantly updating it. Where I live a bigmac costs $ 4,86 so I just stop eating bigmacs 6.58 and add the money! Okay, all limitations removed. I'm not saying it's easy, but worth it if the product suits you.

    There are any contest running?

  • you're right friend, now I understand exactly how this works. Thanks!

  • Guys, first of all I've read the manual and another thing, I've learned a lot about both the C2 is that my project is not small is working perfectly. BUT I have a question and would ask that someone please help me. Its my only doubt on this moment. Now the question below.

    I created a "FOR" loop from 1 to "array - 1." Within this loop I created an object of some kind. In this case this "instance" newly created IS in the filter? Or I need to pick it? For in my tests I was unable to access their properties??? Why? The question is when we create an instance its become automatically picked in the scope we are??????

  • Ppls, just create an exporter to Construct Classic and build the exported C2 project and voila, you have an EXE. Maybe its simple than create an exporter directly in C2.

  • When do you release new versions of C2, C2 warns that the version is available. But after I became a registered user this does not happen anymore. I think these warnings interesting!

  • Its simple to replicate. Just create a new project, set it as full screen. Then put a Button on the layout. Export the project to HTML5 and try on a Android device and see the "effect" of the button.

    Thanks! (this problem is only with full screen)

  • What does that green arrow in front of events? Some events does and others not???

  • Friends, full screen mode doest work correctly with the buttons. They appear without the frame only with the text. Its happening when used with Android devices, with Chrome on windows its works.

    Thanks

  • How many ORs would you need in one condition? There's no good way in the editor to add a random number of statements. I could expand the number of OR expressions to whatever you might need.

    Thanks dude! I solved the problem with use of Groups. Thanks a lot.

    Obs. Some ppls talk about Triggers, they are talking about Groups? Im using groups a lot to create someting like a function.

  • I friend can you create a tutorial about how to use this plugin? I think this plug is awesome! The "function" need to be created in JS?

    Thanks!

  • Nice Ashley, C2 IS really the nicest tool to create HTML5 content at the moment!

    About the EXE exporter you can do it on a high level exporting a C2 project to a Construct Classic, so we can use CC to make the actual EXE file...

    Thanks for you effort to answer our claims!