Impact

28 Posts, registered 1 decade ago

Contact

Sorry, but BrownHorse did not enter an email address.

Recent Posts

1 decade 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…

1 decade 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.

1 decade 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…

1 decade 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…

1 decade 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…

1 decade 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 …

1 decade ago in Internet Explorer 11 fails to load sound files.:

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

1 decade ago in Internet Explorer 11 fails to load sound files.:

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

1 decade ago in Internet Explorer 11 fails to load sound files.:

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

1 decade ago in Internet Explorer 11 fails to load sound files.:

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

1 decade 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…

1 decade ago in Internet Explorer 11 fails to load sound files.:

Yes

1 decade ago in Internet Explorer 11 fails to load sound files.:

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

1 decade ago in Internet Explorer 11 fails to load sound files.:

Yes

1 decade 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…

1 decade ago in Am I pre-loading my sounds files?:

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

1 decade 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…

1 decade 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…

1 decade 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…

1 decade ago in How to access an array in another module:

Thank you

1 decade 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…

1 decade ago in When testing game, can not load weltmeister level.:

Yes that was the problem.

1 decade 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…

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

Thanks

1 decade ago in When testing game, can not load weltmeister level.:

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

1 decade 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…

1 decade 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?

1 decade 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…