Ashley's Recent Forum Activity

  • Just a heads up, the file format is .m4a (which is AAC audio, but in a different container).

  • That's not vague at all. Once Condition 1 and 2 are tested they are not tested again. Wait literally just means wait then carry on from where it is currently at. By the wait action it's already tested all the conditions before it so it won't check them again.

    However, since Condition 3 hasn't been tested yet, if it becomes false during the wait, it won't run after the wait.

  • Seems to work fine here in Firefox 7. If you press Ctrl+Shift+J after it locks up are there any errors? (You might need to press Clear before it happens to make sure other site's errors aren't showing)

  • Audio in HTML5 is a nightmare (see our blog posts on the subject). Different browsers support different formats, and different formats require different encoders, and some encoders are expensive and would mean putting up the price of C2.

    We managed to get audio working after significant effort and some hacks to get around encoder licensing (e.g. using Windows 7 itself to encode AAC). However, the situation for video is even worse. Getting it to work at all would be a long and difficult project, and we don't really have the resources to spend doing that right now. Not only that but videos are also often extremely large and incredibly bandwidth consuming which makes them unsuitable for lightweight casual games. So I'm afraid given all this we aren't really planning on adding video support for the forseeable future.

    It's possible somebody could write a plugin that supports this. However, you would have to deal with the difficulties of encoding to multiple video formats yourself.

  • You can try playing with the WindowWidth and WindowHeight expressions (which returns the width and height of the current device's display), and the Set Layer Scale action (which allows you to zoom an entire layout in and out).

  • Can you post a .capx demonstrating this?

  • Dropbox should work fine - just make sure all the files are uploaded in the same folders, in the public folder, and it should work OK. Link us to your game on Dropbox if it's not working and maybe we can see what's gone wrong.

    Another new alternative is you can try publishing to the Chrome web store - if it's under 10mb you can make a Packaged App which is hosted on the Chrome Web Store itself.

    , can you also link to the uploaded project so we can take a look?

    Here are some tips to make sure it's working:

    1) Press Ctrl+Shift+J in most browsers (F12 in IE) and check the Console for any error messages. You might get something like "GET soundeffect.ogg failed", which means the file soundeffect.ogg is probably missing.

    2) Make sure your server is set up to serve the following MIME types:

    .ogg - audio/ogg

    .m4a - audio/mp4

    .appcache - text/cache-manifest

    By default servers do not serve files with extensions they don't recognise. So if your server is not set up right, you'll get 404 Not Found even if you directly visit the URL of one of the .ogg or .m4a files you uploaded. (Visiting the URL directly is actually a good way to test this.) This would explain why no audio plays after uploading.

    Please always link us to the project you've uploaded if you're having trouble though - we can poke around and test these things ourselves, but we're stuck guessing if you don't give us the URL.

  • It's not displayed anywhere, but you can click the 'resize' button and the default values are the current size of the image.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Does this happen with a new project? Or any other projects? Or just that one project?

    If it's just one project please provide the .capx file (see how to report bugs).

  • Is your variable a global variable? Try making sure it's at the top of the event sheet - if it's a local variable you can't access it anywhere other than the subevents next to it.

  • Try using the 'set layer scale' action.

  • Yep, the EXE exporter should support all core features (but maybe not all plugins).

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,771,523 followers

Connect with Ashley

Trophy Case

  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x126
    Coach One of your tutorials has over 1,000 readers
  • x74
    Educator One of your tutorials has over 10,000 readers
  • x5
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x42
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs