yapiiiii's Recent Forum Activity

  • that's only a maths problem:

    at first, the scale of your layer "UI" is 1

    then you multiply it by 1.2

    then you multiply by 0.8

    ==> 1*1.2*0.8 = 0.96 different from 1 !

    instead of multiplying by 0.8, you should multiply by 1/1.2 (ie 0.83333333...)

  • You understood well! now you just have to make the pause button work

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • your functions seems well defined.

    Actually, I don't understand what you want to do. How should be the character? how should it move?

  • 3. you can delete the "for each player" condition, the other is enough

    4. at first, I don't understand why your array is 4*4*1, an array of 4*2*1 is enough if you need only to store the name and the number of pickups. But it's not a big deal...

    The variable "collected" is useless, you should put a variable "num_id" instead, to store the column corresponding in the array (0 for triangle, 1 for circle...).

    Instead of "for each XY element", you should put :

    for each X element :

    Array : Value.at(Array.CurX , 0) = figures.whatlam ==> Array : set Value.at(Array.CurX , figures.num_id) to Array.at(Array.CurX , num_id) + 1

    blue is condition, red is action

    I hope you understood, I can't upload a capx. Tell me if you have questions or if it's not working

    [edit] you shouldn't bump your topic to fast, personally, I answer at first to topics that haven't any answers.

  • you just have to create two layers : one for the game, and the other for the pause button and/or other control buttons.

  • I don't have any very pertinent solution but I hardly suggest you to avoid physic behavior when you can. This behavior request a lot of performances and it is hard to make it work well on mobile devices.

  • Actually, I think your code is correct (however, i don't understand the "add 1 to index" action)

    You just have to change the flash values: write "random(0.1,0.3)" instead of "0.2" in the flash parameters.

    The sprites will flash at random speeds.

  • when you create a sprite, you can define its coordinates in the left menu, here you can put integers.

    In the event sheet, you can also define sprite's coordinates by creating an action for this sprite, and select "set position".

    Tell me if I haven't really answered your question, I'm not sure I understood it well...

  • cool!! Thanks a lot!!

  • I had the same issue : I made a pixel game with a HD interface, i still don't have found a solution, then I put it aside

  • I've just tried it! it seems a great software, but it seems there is only rotations animations, right?

    For my project, I need to distort my picture, not to rotate it.

    I guess I will let bushes and grass static, if I don't find a solution...

  • thanks for the reply, I will try

yapiiiii's avatar

yapiiiii

Member since 21 Mar, 2014

None one is following yapiiiii yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies