Radkampfwagen's Forum Posts

  • sophia Ceras well you could just try doing

    reset GB points

    and reset GB hp

    rather than resetting all GBs

    most likely this wont work but you could just try it.

    Radkampfwagen

    edit -

    you have to have no space?

    how do i ping you?

  • You do not have permission to view this post

  • tell me why do i always see 2 topics for every topic?

    is it bcz the ppl made 2 tpoics or is it a bug for me?

  • Hello,

    I’m currently offering free professional-quality cover design for independent game developers and authors. If you’re working on a game or a book and need a compelling, polished cover, I’d be happy to help.

    There is no cost for the design work. However, I do ask for one thing in return:

    - Please include the credit:

    - "Cover Made By Radkampfwagen"

    - in your game credits or your book’s front matter or acknowledgments.

    This offer is ideal for creators who:

    •Want a high-quality cover without the expense.

    •Are serious about their project and presentation.

    •Are willing to properly credit collaborators.

    If you're interested, please reply or message me with the following:

    •A brief overview of your project.

    •Your vision or direction for the cover (themes, mood, references).

    •Any technical requirements (dimensions, formats, etc.).

    I’m looking to build a solid design portfolio and support serious creative work in the process.

    Thank you,

    Radkampfwagen

  • Do you mean you want to play your game on the web only visible to you?

    well you could try exporting the file as a .zip then transform it into a folder and upload it on netlify.com

    if this is what u meant

  • or if you want it to move left/right

    use onstart of layout

    set sprite.X to sprite.X [(+ for right)(- for left)] (how much you want)

    and if you want it to move up/down

    use onstart of layout

    set sprite.Y to sprite.Y [(+ for up)(- for dowm)] (how much you want)

    ----

    do you already know this?

  • no this could be it

    did u use instance variables or global variables for the points?

    reset global vars doesnt reset instance vars

  • also do u use global vars for the score or is it instance vars?

  • wait does this thing work correctly for when:

    player collides with enemy

    and

    player outside layout

    if it isnt both that could because the order of actions in the event sheet arnt the same

    for the outside the layout one -

    you subtracted from hp then reset global vars

    that wont affect the hp at all

    but for the colliding with enemies -

    you reset global vars then subtracted from hp

    that will affect the hp

    does this help or did u say only the score doesnt work?

  • wow thanks so much dude

    never knew of using or function before

    thx :D

  • what is the default of those global variables?

    is it 0?

  • i dont know why that happens but look here if this helps:

    ive never used the function -> System: Reset global variables to default (include static: True)i always reset each variable with a separate action and that always works fine with me - why not try that and tell me if it works?

  • one question (sorry this doesnt answer your question) how do you get the function OR in you event sheet?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • or perhaps enable default controls?