The Armor Games website will be down for maintenance on Monday 10/7/2024
starting at 10:00 AM Pacific time. We apologize for the inconvenience.

ForumsProgramming Forumneed help with game.

10 5370
jakeup
offline
jakeup
138 posts
Nomad

Im making a flash game called diesel dot and need some help. The number one problem I need fixed is when you retry a level or do it over again they get faster. And Im not sure how to fix that. If any one can help I will appreciate it. Ill add the link.[url=http://sourdieselgames.webstarts.com/diesel_dot.html]

  • 10 Replies
jakeup
offline
jakeup
138 posts
Nomad

I could really use some help.

beech
offline
beech
107 posts
Nomad

it's very difficult to tell exactly what the issue is from simply viewing the game

- it appears as though there may possibly be an addition of event listeners kind of 'stacking up' causing a multiplied processing effect. it's possible that you are not removing all listeners that have been started, or the instances being propagated are not getting removed. but this is speculation, without knowing more about your code structures.

jakeup
offline
jakeup
138 posts
Nomad

whats a listener?

jakeup
offline
jakeup
138 posts
Nomad

I think that could be the problem.

gaboloth
offline
gaboloth
1,612 posts
Peasant

If your game is coded in as3, your game should be filled with event listeners.

jakeup
offline
jakeup
138 posts
Nomad

yup its as3

jakeup
offline
jakeup
138 posts
Nomad

should i delete them?

gaboloth
offline
gaboloth
1,612 posts
Peasant

lol, of course not ^^ I don't think an as3 game can work without them. show us the code, so we can take a look at it. you can use a site like pastebin.

jakeup
offline
jakeup
138 posts
Nomad

should I do it for all the frames or just the ones screwin up

gaboloth
offline
gaboloth
1,612 posts
Peasant

Start with the bad ones for now.

Showing 1-10 of 10