Radkampfwagen's Forum Posts

  • oh right thx

    now i understand :D

  • r u setting it to "enabled/disabled" or "start/stop ignoring"?

  • wait same happened to me

    i changed settings on edge-

    edge://settings/privacy/clearBrowsingData

    take off clear browsing data

    should work

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • or you could make the bouncing balls effect - (on the example browser)

    so that the sprite randomly moves bouncing off invisible solids.

    and if you dont want it to keep spawning in the smae place:

    on start of layout-set sprite x,y to random(whatever you boundreis of your upper portion of the screen is)

    you should know for i in range right?

    tell me if this works if not ill show some exmpls

    happy to help,

    Radkampfwagen

  • rojohound

    thx mate for your help-

    1 problem

    i now know how to save the img but how do i invoke download so that the users computer starts downloading it straight away?

    ive never done this be4

    hope your still here :D

    Radkampfwagen

    edit- R0J0hound

  • oh right-thx il be doing that then coming rigt back

    thx mate

  • Hi,

    I'm just asking a quick question-

    How do I code for the image that displays on a sprite.

    I mean what is it after the ".":

    Sprite.(What?)

    Like if it were a text I'd do :

    Text.text

    How do i do it with a sprite?

    Radkampfwagen

  • Hi there,

    I'm just writing to ask:

    How do I let a user save an image.

    I bet there's been a forum on this but i cant seem to find it.

    I hope you can help me - but this isn't urgent take your time- I'm just experimenting.

    Thanks in advance :D

    Radkampfwagen

  • well it would be nice to make it less shaky

    and assign up arrow key to jump as well - "↑"

    other wise nice game

  • do you want it to move systematically?

    or do you mind it appearing in random places-disappearing-and reappearing instantly in random places?

  • very basic stuff

    make there no instance vars for the boss

    add a global var for score

    on player hit boss-add one to score

    add a global var for health

    on boss hit player-subtract one from health

    and then when player dies:

    compair health=0 - go to endlayout

    and the nat the endlayout make a text and set text to:

    "your score :" &score

    --

    that should be it right?

  • xand3rr

    ill be happy to help but i only have free edition.

    so if u r using anything beyond free edition i wont be able to help.

    so please inform me if you r breaking the free edition limits and we can take it from there.

    Regards,

    Radkampfwagen

  • although these examples look

    really

    hard to do

  • open construct 3

    click menu

    click view

    click example browser so that the tick shows

    got to example browser

    unselect recommended

    type into the search bar-memory

    you'll see two examples

    a 3d cube one and a card one

    Good Luck

    Radkampfwagen