99Instances2Go's Recent Forum Activity

  • When using a global layer. Can do this too.

    https://www.dropbox.com/s/xm8z6dd2mrmyy ... .capx?dl=0

    If you build the Menu with only sprites, (eventual using rex_Button) it can be done in 2 lines, using 1 family.

    But, besides that, event groups do work flawless. If you need to know what you did wrong, then show what you did.

  • Can container up Arrays with Sprites. Works awesome, feels like there is only 1 array around when coding.

  • Tandis relectures, remplacer <Pick Up animation> avec <l'animation "ramasser">.

  • You set the position of the 'followers' before setting the final position of that base object.

    Should work if you switch both events.

  • All you do is on jump unpin player

    player ignoring input

    It is not that easy. In case of the combination pin/platform, the moment of the pin is extremely important.

    Pin 'on land' and the 'push-out-off-solids-routine' might not be ready. Locked up in the solid. Pin a little to late and it has no ground to jump from. Besides that, the pin might push it into the solids (it does not have a 'push-out-off-solids-routine'). Very difficult when dealing with round objects as planets tend to be. Only Physics has a circle collision mask, for you to choose. The other behaviors rely on masks build with lines, and a half pixel can make a difference. I jumped into this, like i jump into everything. But actually trying it myself got me stuck really quick. But it is heaven to learn from.

  • One can stand theoretical correct, and yet make no sense in practice. Not attacking anyone, just in general.

    Case: 'Oh what can happen, you get a take down notice, take it down an all is solved'. Theoretical correct, in practice .... take it down and you plain lose. I have seen projects taking down with the value of 8 years work for several people. Do not take it down and you are in a big war with a lot of damage and collateral damage. You can not win against class justice as a normal individual.

    It smells like robbery, if put as "'Oh what can happen, you get a take down notice ....". Similar. One puts a gun to my head and says : "Give me your iPhone". If i give it, all is solved ? No harm done ?

    Case: 'I am protected by Fair Use'. (We have a similar law, a bit better formulated). Can be theoretical totally correct. In practice you are never ever protected by Fair Use, unless you work for someone/something who is to big to fail. As individual you are never protected, because this is a law that needs interpretation:

    In determining whether the use made of a work in any particular case is a fair use the factors to be considered shall include:

    • the purpose and character of the use, including whether such use is of a commercial nature or is for nonprofit educational purposes;
    • the nature of the copyrighted work;
    • the amount and substantiality of the portion used in relation to the copyrighted work as a whole; and
    • the effect of the use upon the potential market for or value of the copyrighted work.

    The fact that a work is unpublished shall not itself bar a finding of fair use if such finding is made upon consideration of all the above factors.

    This law fits perfect in a class justice. And will be always provoked that way.

    Contrary to the constitutional guarantees of due process and equal protection of the laws and the etching “Equal Justice Under Law” on the Supreme Court building, the kind of justice people get in America’s courts depends very much upon the amount of money they can spend at an army of lawyers. That is reality. Not only in America. An upcoming trend here too.

    My 2 small cents.

  • I gamble that this is what you try to do.

    https://www.dropbox.com/s/5lufkjha29upj ... .capx?dl=0

    I am not that happy with this, i feel like the platform is pushed to close to its limits.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It does not jump because it is not standing on ground. (i take it that it is orbiting).

    Just 'Set vector Y' directly.

  • AnD4D

    I am a bit lost. Meaning, i dont understand why you need the first number. Why the 1 in 1,5 ?

    That '1' is just a virtual number and is in fact just the index on the X-axe.

    Meaning, the array can just be 1 dimensional. No more.

    Instead of

    1,4

    2,8

    3,9

    It will be 4,8,9

    4 on the index 0 on the X-axis

    8 on the index 1 on the X-axis

    3 on the index 2 on the X-axis

    Arrays are zero based.

    If you want the second number, that number is at Array.at(1)

    Want to compare, it is just Compare at X (x=1)

    If you want to scrap the second number just Array>delete .. index = 1 ... Axis = X . The others just shift.

    If you want to insert a number so it will land on the second place ... Array>insert .. value is new number .. index = 1 .. Axis = X .. the others auto shift

    Loop trough all numbers .. just .. for each element .. X

    etc ....

    Let the array take care of that 'first' number. You dont have to. It is just virtual anyway. That is why the Array is how it is made for.

  • So I'm wondering how I can make the action play out like next time you touch the ground?

    Give the player sprite a instance boolean variable. say 'aCtion'.

    Set that boolean to true when the 'action' happens. Now the player sprite 'knows' that 'it happened'. Just have to wait till he hits the floor to start that animation. So ....

    Player > platform > On landed

    ...................... set 'aCtion' to false

    ...................... do that animation thing

99Instances2Go's avatar

99Instances2Go

Member since 12 Feb, 2016

Twitter
99Instances2Go has 2 followers

Trophy Case

  • 8-Year Club
  • Email Verified

Progress

9/44
How to earn trophies