NN81's Forum Posts

  • Hi, im working on a game where i have to build a tower of block. im using the portrait format and i want to the screen to move upwards when the blocks has reach the height of the screen. I also want the other item on the screen to move upward at the same time. Any idea how i can do that?

    here is the link to the capx: https://drive.google.com/open?id=1TaDnp ... 2GOPYVoW9E

    have you tried "scroll to" behavior?

  • so, I made a new layer on a layout and for some reason half of the objects in that layer wont appear when that layer is triggered, it just leaves the space blank for some reason? even though the objects aren't transparent, and they are all set to be visible always? any help please?

    look at layer properties and set trasparency to "YES"

  • Hi,

    I don't know what name this effect's. How can I do?

    this is a sort of "wake effect", take a look on WebGL fx, maybe you find something useful..

  • can construct 3 free version ,convert html5 from construct 2 to apk ?

    i know that C3 can open C2 projects, and also build apk.

    but.. html5 is an exported "format", not an openable project..

  • > In that case i think you can use "For Each" action, for change all object instances variable in one time

    >

    Thanks NN81. But could that work in my case ? Because every instance have a special variable number.

    Exemple :

    UID 25 = variable 2

    UID 32 = variable 5

    UID 34 = variable 4 etc...

    > If you destroy the sprite and create it again then it will be created with the default values. That's a way of refreshing it if it's an applicable method to your game.

    >

    Thanks plinkie. I thought about that, but in my case the instances must stay in the same position (no reset x and y)

    Anyway... Perhaps I may have to find another way to do what I want.

    you have to make a new instance variable for all instances with default values, then just for each set other variable to copy values, i have just tryed with three instances player box with different initial HP, and work fine.

  • Thanks Alex Kidd

    Yes, I remember initial default values, but I have a lot of instances of the same object. So there's a lot of "pick by unique ID" + "set value" to do...

    "Pick all instances" and "reset to default value" would be faster ^^

    So I will do this option : Change the values for each instance...

    Thank you for your answer.

    In that case i think you can use "For Each" action, for change all object instances variable in one time

  • Hello,

    So I'm making a Platformer for a class and I'm using an Alucard spritesheet for my character. He has a hitbox which all movement mechanics are tied to. I'd like to apply a turning animation for when he switches directions (or switches from mirrored to not mirrored and vice versa). I'm having difficulty programming this. Any suggestions?

    better if you post a sample .capx

  • Hi!

    Is there an action to restore the default Initial Variables of a Sprite ?

    Like the action "reset global variables", but just for a Sprite 's instance variable.

    Thanks

    if you remember initial default values you can directly set current value to initial values, otherwise you can do this "indirectly", make a copy of original values of instance variables and when you want to reset them, set current values to original "copy" values

    Example:

    "HP" = 500 (original value) -> "HPcopy" = 500 ( the copy)

    current HP is 700 and you want to reset initial value

    at your condition -> set "HP" to 500 (directly)

    otherwise,

    at your condition -> set "HP" to "HPcopy" (indirectly)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey, good people!

    I have two questions about adding the music into the game. First - is there a way to continue the music theme after the character died and the level restarts?

    The thing is that in my game the new players will most likely "die" multiple times in a row and I don't wan't them to be annoyed by the constant restart of the music theme, tied to this level.

    And the second question - let's say, I have one music theme tied to three themed levels. Is there a way to continue the music after level transitioning?

    Should I make separate event sheet for the music and add it to every level's event sheet and somehow tie the music to the global number which states what level is now?

    Thanks in advance!

    by default a music still playing ever after changing layout.

  • i prefer Japan RPG's like first Final Fantasy games, instead of "baldur's gate" or "diablo" style.

    im working hard on concept, like growht curve of heroes and various parameters for players, enemies and items, skills and magics.

    the layout of battles is based on this, at red boxes i ping enemies sprites, heroes at blue boxes, and background changed due to map zone

    for text im using "spritefont" object type with customized sprite text

  • UPDATE #2:

    Hello guys,

    here are a few new informations about the game:

    - we now have a website with a Emailnewsletter. Subscribe for special news as fast as possible.

    - there are new mechanics: You place boxes with holding left click. Bigger or more important boxes take longer than just a normal wood box (screenshoot next time)

    - you can switch between 3 diffrent modes while playing: more moving speed, more plcaing speed, live regenerating

    - i included the animations into the game with the collision boxes and many (really many) imagepoints

    IF you want more detailed news subscribe the newsletter.

    Thank you a lot

    Your Stonepunsh Studio Team

    A Screenshoot (the light looks just cause of the gif recorder like this...)

    Well done, I recommend using only the torch light. Two lights are too many

  • [tube]

    Subscribe to Construct videos now
    [/tube]

    Edit:

    Darn it didn't work

    Also, kind of answers the question of why it's not allowed.

    <img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing">

    i really don't understand why can link a preview youtube in comments <img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very Sad">

  • I think it only works in the tutorials though, not in the forums.

    but.. why

  • Hi guys,

    is there a code or a way to publish youtube preview inside a topic on the forum??

    UP

  • Hi guys,

    is there a code or a way to publish youtube preview inside a topic on the forum??