LittleStain's Forum Posts

  • Use the bottom button on the left side of the image editor to change the polygon..

    https://www.scirra.com/manual/48/image- ... ons-editor

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • is there another form?

    Ofcourse there is, but all of them are similar to the solution above..

    Construct 2 doesn't have a condition "is double-jumping" so you would have to create a way to check for it yourself..

    This is done by using (instance) variables, setting them at the right time and checking them in a condition to verify the player "is double-jumping"

  • Something like this?

    For each object

    system compare two values : object.variable%2 = 0

  • From the pictures you show, it seems like you've got your coordinates for the system scrollto action wrong..

    I'm guessing you are using the numbers in the tutorial while still using your own layout size..

    You should scroll to half the width of your layout and half the height (which is the center)

  • I'm sorry, I wasn't aware international trademark laws didn't apply if Google says so..

    Carry on!

  • projectile on collision with character

    -- character animation frame = 0

    character destroy

    -- else

    projectile destroy

  • So you got the sprite without permission, and use the name and likeness of son goku without permission?

    Ever heard of this thing called copyright?

    It was created to make sure people who make beautiful things, don't have to starve to death, because people use them without paying..

    But you're right that isn't your problem..

    Your problem would be breaking the law if your program actually works in a phone device..

  • I was wondering, how did you get permission to use a sprite of son goku in a commercial app?

    I'm guessing you didn't create the sprite yourself, how much did it cost to have it made?

  • There are more than one way..

    The two easiest:

    • You could have an animation on the card holding all different values in different frames and compare the frame-number..
    • you could give the card an instance variable and set it to the number you want and compare that variable..

    No plugins required..

    (except for the sprite object ofcourse)

    if the card has only two possible values, using a boolean instance variable would do..

  • This event is not true anymore when the monsters are inside the layout, so when they are inside the layout it's action(s) won't be executed..

  • Just adjust the values of the capx provided in your other topic..

  • Why did you open a new topic for the bottom third?

    You can use this capx for that, just change the values in the expressions..

  • Easiest way would be to put the bottom of your tilemap on the bottom of the layout (the white area) and if you have unbounded scrolling turn it off (but I don't think you have)

    Scrollto won't scroll beyond layout..

  • You probably have scrollto behaviour on Mario and this is the result of that..

  • to request the camera you'd need the user-media object

    https://www.scirra.com/manual/144/user-media

    I'm not sure how to record video though and saving it might even be more of a struggle..