celstrider's Forum Posts

  • the db link works fine for me, so I think it's your pc.

    awhile back I couldn't download plugins from db because an antivirus software(avast) was stopping it. maybe you got the same problem?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The first Game you decide to make should be as simple as possible. Alot of folks bite off more than they can chew, get discouraged and quit. After you have gone through making a small game from scratch to publishing you will understand the overall process and get a huge confidence boost for larger games.

  • ok, that seems to work.

    thanks all

  • 'You could just make a bunch of empty Frames in an Animation on your Sprite and define them later.'

    Is there anyway to rename animations in the game?

    maybe i could make a bunch of empty animations then allow the user to assign a dictionary key with the sprite.animationname...

    idk thanks for your responses.

  • is there any way to add a new animation to a sprite during the game, and then add some frames to it also in game?

  • There is a template that comes with every c2 download. Just click new project and scoll down to physics catapult or physics demo or something like that.

  • system - "compare two values"

    first value: distance(ect)

    <

    second value:

  • thanks for the heads up.

  • "Basic usage

    To use the Google Play plugin, you must first wait for it to finish loading. Do not attempt to use any features of the plugin until On loaded triggers, or Is loaded is true.

    Next the Google Play plugin will automatically try to sign the user in. If they have successfully signed in before, On signed in will trigger soon after loading. If they have never signed in before, On auto-sign in failed will trigger; in this event you should show a button that allows the user to sign in. When they click this button, use the Sign in action; if it succeeds, On signed in will be triggered.

    Once the user is signed in, you can make use of the other plugin features such as requesting leaderboards, submitting high-scores, and unlocking achievements."

    https://www.scirra.com/manual/175/google-play

    https://developers.google.com/games/services/

  • Not that I have personally done this but I would assume that you would have the client register a Google developer account and then they can add you as a user.

    https://support.google.com/googleplay/a ... 8691?hl=en

  • I'm building a kiosk for my company using construct 2 as the software.

    I plan to export to nw.js and run on the hardware that i'm going to buy here shortly.

    the asus chromebox looks like a good deal has anyone had problems running on chrome os?

    The project is basically a photo album and video player grabbing yt videos with rex_youtube plugin.

    (I know the editor won't work, but I won't need that.)

    ASUS CHROMEBOX-M004U Desktop

    my backup option is the atom but idk if the it has good enough specs?

    NewEra Mini PC Box Intel Atom X5-Z8300 64-bit Quad Core 1.44GHz RAM:2GB/ROM:32GB Windows 10 OS

  • Something along these lines is what you're looking for?

  • I don't really understand what your trying to do but you can

    set opacity to 0

    or

    set invisible

    then turn collisions off if needed

  • add instance var of 0 by default

    sprite is on screen

    trigger once

    > set instance var to 1

    is not on screen

    and var = 1

    sprite destroy

    if somebody offers a better way then do that, because i think even if you include the "trigger once" condition it's still going to be constantly setting the var to 1.