Impact

28 Posts, registered 10 years ago

Contact

Sorry, but BrownHorse did not enter an email address.

Recent Posts

10 years ago in Internet Explorer 11 fails to load sound files.:

I think my (stupid) mistake from the last post was that I forgot to put the aud…

10 years ago in How can I rename the impact folder and have the game still work?:

Never mind, stupid question. It does work. My server wasn't running.

10 years ago in How can I rename the impact folder and have the game still work?:

I would like to rename the impact folder to the name of my game. That way I can…

10 years ago in Sounds get quiet after one sound plays, then get back to normal volume.:

Solved: I used a sound that was quieter to begin with and that seemed to do the…

10 years ago in Sounds get quiet after one sound plays, then get back to normal volume.:

I have a space invaders type game. When the enemies hit the bottom of the scree…

10 years ago in Internet Explorer 11 fails to load sound files.:

I'm not sure this is proper syntax. I don't get console errors in IE or Chrome,…

10 years ago in Internet Explorer 11 fails to load sound files.:

@FelipeBudinich: Thanks for the suggestions. Lowering the number of sound chann…

10 years ago in Internet Explorer 11 fails to load sound files.:

I did what you suggested. Here is my code: ## ig.module( 'game.main' ) .requ…

10 years ago in Internet Explorer 11 fails to load sound files.:

Removing the trailing commas didn't fix my problem. I tried preloading fewer …

10 years ago in Internet Explorer 11 fails to load sound files.:

Yeah same error. I'll try what you suggested. I haven't been using Git but I…

10 years ago in Internet Explorer 11 fails to load sound files.:

I was getting the same error with Biolab but then I reinstalled IE11 and it wor…

10 years ago in Internet Explorer 11 fails to load sound files.:

Yes

10 years ago in Internet Explorer 11 fails to load sound files.:

The error message is: ""SCRIPT5022: Failed to load resource: media/so…

10 years ago in Internet Explorer 11 fails to load sound files.:

Yes

10 years ago in Internet Explorer 11 fails to load sound files.:

The game works fine in Chrome and Firefox but not in IE11. I looked at the cons…

10 years ago in Am I pre-loading my sounds files?:

So they're not being preloaded even though I create the NoteSounds object befor…

10 years ago in Am I pre-loading my sounds files?:

I have a class that creates the sound objects. Then I create an instance of the…

10 years ago in Entities are not working correctly when loading another level.:

I found my problem. The condition for loading the next level caused the game to…

10 years ago in Entities are not working correctly when loading another level.:

I have enemy entities that move straight down the screen. The enemies are place…

10 years ago in How to access an array in another module:

Thank you

10 years ago in How to access an array in another module:

I want to create a module that has an array that I can access from other module…

10 years ago in When testing game, can not load weltmeister level.:

Yes that was the problem.

10 years ago in When testing game, can not load weltmeister level.:

There is no path included. I think it might be this line of code in the level t…

10 years ago in Best way to have images/text/entities resize when the browser size changes?:

Thanks

10 years ago in When testing game, can not load weltmeister level.:

When I look at the Google Chrome console it says "failure to load resource…

10 years ago in Best way to have images/text/entities resize when the browser size changes?:

I want everything on the canvas to scale with the same proportions when the bro…

10 years ago in Best way to have images/text/entities resize when the browser size changes?:

So if I want to resize entities and fonts I will have to edit the classes?

10 years ago in Best way to have images/text/entities resize when the browser size changes?:

I am able to dynamically resize the canvas with ig.system.resize(...) but I can…