viniciuscgp's Forum Posts

  • Hi! finally I buyed my copy of C2. How can I get rid of "Made with Construct 2 � the HTML5 game creator" ? Is that possible?

    Thanks in advance!

  • Better if the creators give us a clean solutions for this problem, I dont want to hack xmls files to solve a problem, since C2 is a high level creation tool.

  • Hum... I got it.

    But where can I have an detailed explanation about the "wait" action ?

  • Pls Im making a app that need to store a local value on browser local storage. Im doing all right but dont work!!!!! Below is the link to my source app:

    http://dl.dropbox.com/u/16702799/temp/NSCommander.capx
    

    See, this my 3rd try to solve this problem. I created a global var called "host" but Its was not really necessary... I was saving directly from edtHost control, this was another resource that I tryed. I need that when laySetup became active its execute a group that load the content of the var and when its became inactive its save the content that var. See the code.

    Thanks in advance, and sorry about lot of questions today!

  • You can do this already - make your 'global' event sheet and add an 'event sheet include' in each sheet you want to also use the global sheet on. It's like cutting and pasting that sheet in to the event sheet.

    Oops! You right! Im sorry dont see that!

    Thanks!

  • Cool cool. Also, there's really no need to use "Is group active" inside of the group. Events in the group are executed as soon as the group is activated, so 'trigger once' or even a blank event will work.

    Hummm I did not know that! Now the events are running but the value that Im trying to save on local storage but not working. Can you see on my source ?

    dl.dropbox.com/u/16702799/temp/NSCommander.capx

    Thanks in advance!

  • Hello! I am creating an app and I wish it were possible for a layout only the layout "event sheet" attached to it but also had a global "event sheet" to all layouts. This is due to an organizational factor, because I put the private events in the event of the layout sheet and place events in a common global event sheet. Right now I'm solving this by using an event sheet for all layouts and separating with remarks. That would be very good indeed! Thank you! (dont worry about my bad english Im brasilian and my first language is PT).

    Obs: Where can I put suggestions? Here?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Its worked! The problem was that I was creating an Event Sheet for each layout. Now I have created a global one and activated just right but I had to put an "and" was beginning to make sure that the correct layout. Thanks for the help!

  • Its will be *AMAZING* for me. I like to create some apps and Im doing very well with C2. Its really a nice program and I WILL buy it soon!

  • Hi ppls! Yes Im not crazy but Im using C2 to create an web app. But C2 only have 2 HTML controls, text and a text box. I will be very happy if you guys put more controls like a combo box and a grid. Is that possible?

    Thanks a lot!

  • Exactly. Im using like you are saying. See:

    1) I start a group deactivated

    2) I have a "Is Group active" condition

    3) I execute some action when group became active

    4) I deactive again.

    To activate, Im puting a code on a "On Start Layout" event

    but notting is happening.

    Can I anex a program to be tested? So you can see what I am doing

    Thanks for reply

  • Hi, where can I find a good explanation about groups? I tryed alone to activate a group to execute an action but nothing is happening...

    Thanks in advance!

  • Such a native features does not exist, but a 3rd party plugin exists.

    Your solution: going with the plugin for now.

    Ok, but where Can I ask for a new feature ?

    Or if it is such a simple thing, why don't you make yourself such a plugin, making sure it would get maintained ?

    Cool but I dont know how to make plugins.

    Thanks for reply.

  • Or you could search for a bit and find this.

    Ok, but I'm not talking about plugins, I would like a native feature of the C2 because it guarantees that will have support for other exporters in the future and is easier for beginners because there is no need to install plugins, is also a simple thing really do not know why it was not added in C2 by the creators.

  • Friends, I need to know how to draw primitives in C2 need ovals, lines and squares. The HTML5 canvas object has these primitives, why not put them on the C2? Thank you!