danuyos's Forum Posts

  • oh yes, you're right , I always confuse the names

  • "on object clicked/touched" (sprite) ---- "system/go to layer...."

  • me too, also the "show new topics"and "unanswered topic" options.. I think the old layout was better...

  • Thanks Kaisirak, the choose() didn't work, but the tokenat() did!!

  • Thanks, I had already tried that, but the problem is that the last value ends with a comma, so if I select 1 and 2, I get "1,2,". Dont'know how to get rid of that last comma.

  • Hi everybody, I need to store several values as a single string separated by commas.

    I have a screen with multiple selections... for example, if I select options 1, 4 and 7, I need to store that as a string value "1,4,7", later I plan to use that value inside a choose() expresion.

    also if I deselect one, of course delete it from the string, so "1,4" or "4,7" and so on.

    Another thing is that, if I only select one, the choose() expresion won't work.

    Any idea, or a different workaround for that?

  • That would depend on how the player attacks, you can leave the enemy dizzy (with the stars spinning and so) or similar.. but I think the most important is to avoid explicit blood and gore.

  • I don't get it right...do you want someone to do only the artwork or to develop the game in construct2?

  • why don't you try activating and deactivating groups... I think that's the easy way

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • here you have a base file, you can start from there... https://dl.dropbox.com/u/103248101/basefile.capx, good luck

  • Hi, do you want the program to be build from scratch, or are you proiding assets (images, sounds, what exactly you want the program to do, etc)?

  • Or maybe try

    When you click "reset", reset global variables, then set all the groups inactive, and then go to layout

    and also check your counter-set groups active , is that condition "if counter >=5 set group active?".. try =5 or add "once while true"... probably the engine keeps activating the group every tick after the "5" and thats messing with the groups

  • I don't get what you want to do, but have you tried instead of Go to layout "Game".. go to a blank layout, and in that, set On start of layout >> Go to Game

    maybe that can fix your problem

  • I don't have much experience with Construct2 but I'm sure you'll finda lot of well experienced programmers here. It'would be useful if you provide basic assets and say "I want this character to do..." as a small "test"... anyway you can see all the great games made by the comunity here in the arcade... good luck

  • there's a plugin here but I haven't tested id yet