viniciuscgp's Recent Forum Activity

  • Hey guys! This is for Construct 2 creators, Scirra staff

    Construct 2 is a supreme Html5 game creation tool. What about give construct App making habilities, you can use some JS frameworks like bootstrap or JQuery Mobile ? I made some apps with Construct 2 using some built in objects like text box but what I´m talking about is to create responsible apps easly with these frameworks, since C2 already built in Html5 framework ! Think about that, today I´m using IntelXDK to create mobile hibrid apps, but with C2 it would be fantastic and will enlarge the usability of C2. Thanks!

  • It works inside Construct 2 but not when I export the project to my site. What can be wrong ?

    the url I'm using is http://dicasebytes.com.br/html5/perguntas/adiciona.php, this is the same URL where my site is

  • Hello guys!

    I´m creating some tutorials on my youtube channel about Construct 2, how to create games and applications. Will be several tutoriais and I will be glad if you come to my channel and subscribe or like.

    The adrress is https://www.youtube.com/channel/UC8E11z ... CnfiJg9tWQ

    note: The videos are in pt-br but I will put subtitles soon.

  • [quote:2rq5swak]C2 doesn't let you pick newly created objects until the next top level event

    This is sad.... They need to explain it on the manual!

    Thank you I will try your suggestion

  • Hello guys,

    I´m doing some tests with phisics and sudenlly the "foreach" loop stopped to work when I moved it to "On start of Layout" event, please, see the image:

    The foreach marked in yellow should execute! It seems that No1 instances are not created but they are!

    You can try it yourself with this capx:

    https://dl.dropboxusercontent.com/u/16702799/Perguntas%20em%20Foruns/Teste.capx

    obs: The "alert" are only for debugging and can be disabled.

  • Nice solution guys, thank you both!

    I was wondering about the previous versions of C2 which we did have families, any way to do that without families ?

  • Hello guys, I need to pin the actual instance to the previous instance on a foreach loop. For that, I created a global var and tryied this algoritm:

    Pseudo code:

    For each node instance {
        if (loopindex == 0)
       {
           old_uid = node.uid
       }
       if (loopindex > 0)
       {
            pick_instance_of_node by old_uid
           {
              
           }
       }
    }
    [/code:6xs7h4g8]
    So I have a picked instance by old_uid and need to pin it to the outer for each instance, how can I refer to that outer instance?
    
    Thanks!
  • Where can I post sugestions to Construct 2 next versions ? There any especialized forum ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a brasilian forum about Construct 2, the adress is http://nmbr.forumeiros.com, we are waiting for you! (In portuguese) pt-BR

  • Hi guys, I´m trying to put a border on my html5 exported games. So I got to C:\Program Files\Construct 2\exporters\html5\templates and changed the style to

    	<style type="text/css">
    		#c2canvasdiv 
    		{
    			border:thick;
    			border-style:ridge;
    		}
    	</style>
    [/code:3g0unfp5]
    if I put this code in the index.html it works, but I dont want to do that every time I export, so I changed export.html directly, but it seams tha C2 override this file every time, so where can I put a default CSS code to my exported games ?
  • Thanks, problem solved using IFrame.

  • I want to put a game made in Construct 2 directly on a post in my Wordpress site. I have a domain and my html5 game is on /html5/game, what I want is click on a image link and go to my page and play.. ?

viniciuscgp's avatar

viniciuscgp

Member since 27 Oct, 2011

None one is following viniciuscgp yet!

Connect with viniciuscgp

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies