one upgrade whose need becomes obvious after a while, Coin-collection-radius. Comes in handy when most of your coins gets stuck in a cluster of turrets.
While I know little of javascript-programming or flash-programming, I know better than to assume that problems commonly associated with one language cannot exist in another. Secondly, it fixed after a reset, so it seems you broke compatibility with the old saves during your last update.
'browserling' may be 'broad' on the number of browsers it tests, but it doesn't seem to be 'broad' on the hardware-configurations it tests. Have you tried playing any of your games from a public computer? if no, then it is highly unlikely that you have actually ruled out your 'success' being caused by a portion of your game present on your own computer but not on what has been uploaded to kongregate. (another noobie mistake, which I haven't found (but can't rule out) in your case, would be to write the links to the dependencies as "c:\somegame\somedata.dat")
unfortunately the game has become even MORE broken since then and now creates a constant stream of errors on the webconsole, making it impossible to locate the lines referring to the deprecated functions, but have your tried it on any computer other than your own? (you might be relying on files that weren't uploaded properly and thus only available on your system)
It's now clear you don't have a f*cking clue on how to test a game.
when testing, you MUST test it on as broad a range of systems as possible to make certain the game doesn't depend on something unique to YOUR system. the most painful of failings in your game is the fact that 90% of the problem-areas seem to be build on now deprecated (or even absent) functions without any attempt to replace them with more current alternatives.
a glimpse at the webconsole suggests that the dev is using deprecated functions. (the fact that it also suggests alternatives suggests that they were deprecated for safety/reliability issues)
these are the some of the JS errors the console give: |
Error: http://gamezilla.biz/labs/iff/js/plugins.js is being assigned a //# sourceMappingURL, but already has one |
ReferenceError: onComplete is not defined main.js:325 | there are a few others but these seem to be the most critical.
I still can't see the price for the lowest items, could you simple make the tooltips appear above the button? that way you'll never have to deal with it going under the border.
For sure! I will figure out some way to prevent stuck coins. Thank you, SkyCharger001.