CX05's Forum Posts

  • With a variable.

    When Sprite is clicked and "variable" is 1, then Jump and add 1 to "variable"

    When Sprite is clicked and "variable" is 2, then flip and add 1 to "variable"

    ..and then that goes on how much you want.

  • Hey,

    If your sprite keeps playing, it is set to "Loop" - you can disable this in the animation setting bar to your left.

    If you want to start an animation in your game on a given time, do like this:

    [CONDITION] If something happens - [ACTION sprite] set animation to ""

    You can also set the animation to loop and then stop the animation when you want; then the event ^ will look like this:

    [CONDITION] If something happens - [ACTION sprite] set animation to ""

    [ACTION] Wait X seconds - Stop animation

    Its very simple but if this sounds advanced you should get another one to help you out better than me lol

    Sry for bad english.

  • Thank you, i'll try it when i get time.

  • Hey people

    I am making a system where if the Player is close enough to a chest, he can access it. I've tried a lot of stuff, but i can't get it working - only on the X axis. I have an event like this:

    When [Chest] left clicked

    [Player] X > Chest.X+250

    ________________________

    Set [Chest] animation frame to 1

    Set Steak position to Chest.Y-30, Chest.X

    ..that works, but if i do like this:

    When [Chest] left clicked

    [Player] X > Chest.X+250

    [Player] Y > Chest.Y+250

    ________________________

    Set [Chest] animation frame to 1

    Set Steak position to Chest.Y-30, Chest.X

    ..it won't work properly.

    I know it sounds pretty weird, i've uploaded my .capx so you can look at it: mediafire.com/download.php

    I just need the player to only access the chest when he is 250 pixels near it. Both on the X and Y axis.

    Thank you,

    • CX05
  • I dont think they answer, lol. I need to get another sprite. Someone knows where i can find royalty free sprites ? i have looked on OpenGameArt. The character should be a soldier.

    I know this sheet doesnt look like a soldier, but its a zombie game, so he is nice with the mask :D but i want a normal soldier more - and i just can't find

  • That looks cool! I like the color :)

    *save to desktop*

  • You're asking a big game company if it's OK to use their work ripped from their game for you to make money?

    The person who ripped mentioned coloring them by himself, but it's still property of SNK Playmore and I don't think they like if you use it for commercial purposes without any profit for them.

    The game will be free :), and youre right, i dont think they will give me the rights, but i cant find other sprites that matches the game xD

  • Thank you, I asked for permission and is waiting for an answer!

  • Try Construct 3

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

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

  • Hey people

    I found this sprite sheet that i would like to use in my game, but i am not sure if i may use it :-(

    On the image there is written that it's copyrighted by Playmore something.

    Here is the link. spriters-resource.com/arcade/ms5/eliteptolemaic.png

    Do you think i can use it in a commercial use?

    Thanks, cx05

  • Have you tried 'When key is down, set (x) db - When any key released, set 0 db? Also, what browser are you using?

    PS. det er godt at se nogle flere danskere lave spil :D

  • opengameart.org

  • Yes, you are right I do not understand. I?m trying to create the ghost shooter game for testing just to learn how this works. But my objective is to create a jewel game. Thanks for the reply. <img src="smileys/smiley1.gif" border="0" align="middle" />

    No problem <img src="smileys/smiley17.gif" border="0" align="middle" /> also take a look at the tutorial whiteclaws found!

    Whiteclaws Haha no, i dont understand that, i'm also still a newb, you know that :D

  • Hello gisli, and welcome to the Construct forum!

    Before creating a game, i recommend you making a random project and find out what everything does. It's hard to make a game, without any knowledge, because if i say like this:

    System

    Conditon Pick Nearest

    Diamond.Y, Diamond.X

    -destroy

    -set Dead_toggle to 1

    ..you probably dont understand it, right? Go ahead and read some tutorials!

    -CX05

  • My dream game would be a retro-style multiplayer survival platformer, where you are in a big world where you can't trust anoyone. There is loads of different weapons, powerups and items that can make you survive in a long time. A little bit like DayZ or Survival Games, but more advanced and more like "use-your-brain"-game.