jogosgratispro's Forum Posts

  • Codecanyon is not the best place but it is a good place to start and test the market.

    I created a game for a contest and publish it there. So far I the game has sold 17 copies.

    For 2015 my goal is to add more simple games to Codecanyon and more complex games I will sell exclusive and non-exclusive licenses directly to game publishers like Spil games.

  • ex32 I am working on a video course in English to teach people how to make a game using Construct 2.

    As soon as it is completed, I will release it to everyone.

  • ex32 That would be awesome but I don't have the time to do it.

    Maybe in the future when I get some free time.

  • If you are interested in learning Construct 2, I have made a whole series in Portuguese.

    So far there are 28 videos and counting. You can find videos about pretty much everything, ranging from how t use the tool to how to export to mobile.

    My goal is to continue producing more videos as much as I can.

    I am also working on a course that will cover beginning to end how to create a game, export and make money with it.

    Here is the link to the video series:

    http://www.youtube.com/playlist?list=PL96C9DD5F89F20648

    TRANSLATION

    Se você estiver interessado em aprender como usar o Construct 2, eu fiz uma série inteira em Português .

    Até o momento já tem 28 vídeos. Os vídeos cobrem basicamente tudo, desde desde como usar a ferramenta até como exportar para mobile.

    Meu objetivo é continuar produzindo mais vídeos tanto quanto eu puder.

    Eu também estou trabalhando em um curso para ensinar como criar um jogo do inicio ao fim.

    Aqui está o link para o curso :

    http://www.youtube.com/playlist?list=PL96C9DD5F89F20648

  • The problem is that the image(s) will receive a click after it is selected in the previous screen.

    Because of that, I can't use one code for all the images.

    Basically I need to repeat the code for the image selected.

    I thought about combining all the images using frames but the code would be too complex to make it work.

    In a language like Javascript, I could do something like:

    var useImage = document.getElementById("myImage").src = "landscape.jpg";

    onClick (useImage) {

    Do something with the image

    }

  • I thought about it but it doesn't work on Construct2.

  • I am trying to make a game where I need to change an Sprite with 6 frames with another one using a function.

    In the beginning of the game the user needs to select which set of image he/she wants to use in the game.

    Basically that's the idea:

    function change image

    if "animals" selected

    change Sprite to animals

    else if "blocks" selected

    change Sprite to blocks

    else

    change Sprite to default.

    The problem relies on the fact that I need to click on the Sprite image inside the function.

    However, when I do what I show above it doesn't work because I don't want to duplicate the Code.

    I just want to have the same code with different Sprite object.

    Is it possible?

  • revvin

    Your game looks awesome. Both the graphics and the concept.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • troublesum

    Thank for it!

    I know how to do it, I just don't think it makes sense we need to do it like that for such a simple thing.

  • I know how to do it using IF but I don't think it should be like that at all.

    I doesn't make any sense. The object on top should block the click on the object in the bottom.

    Even if I need to change a object's property would make more sense than it is now.

  • I don't understand your answer. Here is my question again:

    How come I can click on the blue image if it is underneath the green one?

    Since the blue is on top, if I try to click on the green over the blue it shouldn't work.

    It feels like the click go though all the objects and trigger any action associated with all of them

  • There is one thing that always gets me confused.

    why can I click on a object even though is underneath another one?

    I might be missing something here but it should be very simple.

    Here is the capx file.

    https://www.dropbox.com/s/66w9kv2b0snwcjq/clickon.capx

  • Even tough we didn't win. I am really happy with the results so far regarding the number of views.

    As of today (7/14/14) my game ranks number 2 in the number of views for the the Construct2jam

    http://www.newgrounds.com/games/browse/tag/construct2030jam#sort:views

  • You can find many videos on youtube how to use.

  • bscarl88

    Thank you for the info.

    Both things you have mentioned, I was able to find here in the forum.