Lancifer's Forum Posts

  • What plinkie said will work...

    Or you could also use...

    + Mouse: Right button is down
    + OR Mouse: Middle button is down
    -> Sprite: Drop DragDrop
    

    Ashley, what if you create a sort of petition that might be signed by developers? you'll might get the load you need.

    I'm not sure it is the right place to start from but what about Avaaz?

    https://secure.avaaz.org/en/petition/start_a_petition

    You mean, like this? construct.net/en/forum/construct-3/general-discussion-7/petition-bring-html5construct-133006

    In that thread, WackyToaster got a response from Nintendo about their position on html5 games, here... construct.net/en/forum/construct-3/general-discussion-7/petition-bring-html5construct-133006/page-3

    Granted, that response was well over a year ago. Who knows...maybe Nintendo changed their stance since then.

  • If you're going to be offering video-on-demand, why not just use the iframe plugin? It would be easier and no downloading involved. Just place an iframe window on the layout, along with sprite thumbnails of the videos you want to play. Then, in your event sheet, use the Navigate to URL action..

    + Touch: On touched Spr_thumb1
    -> iframe: Navigate to "https://url-of-source-video"
    
  • There are a couple of examples already in C3 that are Asteroids-style.

    One is in Intermediate Examples, called Custom movement ('Asteroids style').

    The other is in Beginner Examples, called Particle thruster, which is the same as above, just with a particle effect added to the thruster.

    Personally, I think the skill-levels need to be switched on those two.

  • Tween and MoveTo behaviors are only supported in C3 runtime. I'm guessing you have your project set at C2 runtime.

  • Using a lerp expression, like you're asking:

    SpriteA: Set position to (lerp(SpriteA.X,SpriteB.X,0.05), lerp(SpriteA.Y,SpriteB.Y,0.05))

    Or, you could also move an object by using either the Tween or MoveTo behaviors.

  • What version of C3 are you using? A few days ago, someone else was having a similar problem until he updated to the latest version. Also, you might want to upload/share a project file that replicates the problem.

  • Yes. Open them in Audacity and make sure they get exported as 16-bit.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Take a look at the manual for more information about importing audio files. I usually import 16-bit wav files that are then automatically converted to webm, as mentioned in the manual.

    construct.net/en/make-games/manuals/construct-3/interface/dialogs/import-audio

    For a good converter (and all-around excellent editor in general) I use Audacity, which is free.

    Your example file plays fine in my phone's browser with no issues. It also plays fine when I created an apk and installed it. I have an LG G8X ThinQ w/ Android 9. Not sure why you're having problems.

    This might be an obvious question...are you sure you have your volume turned up?

    I import my audio as wav files, which then gets converted to webm for best compatibility across platforms.

  • Default jump only works if player is on a solid object, like a platform or floor. You don't have the player touching anything. Just having the BoundToLayout isn't enough. C3 thinks your player is still in the air. Add a solid object underneath your player and you'll see what I mean.

  • Did you try it yet?

    When I first saw your post, I wasn't 100% sure as I never had the need to do that personally. So, I opened up 2 random projects and copy/pasted objects between them just to see if it did work. Yes, it did... and it took me less than a minute to find out for myself. Please tell me you didn't wait several hours for someone to answer you.

  • Copy/paste?

    You shouldn't have a problem with that, as long as the objects all have unique names. You can't replace any objects that have the same name in the destination project.

  • Take a look at Blend Modes, which is a demo project included in C3. Specifically, Destination out.

    I was bored, so I made a quick mock-up of what you want.

    Here...

    dropbox.com/scl/fi/mbz2vhrqkllx2ley6v5pu/BlendMode.c3p

  • Just a heads up for everyone...

    The latest Hitfilm Pro 14 is being offered at Humble Bundle for only $30. That's a steal if you're interested. This is an excellent piece of software for creating professional-looking trailers for your games.

    Over $1600 worth of plugins and assets are included.

    humblebundle.com/software/professional-filmmaking-tools-software

    13 days left for this deal.