Error on finishing a game of 'Maze'.

AnonymousAnonymous GUESTS
edited March 2008 in Bug Reports
This seems to be the glitch...

this.update(Force);
for (var t=0; t<m.length; t++) {
m[t].start = m[t].to.top_index()+1;
for (var i in m[t].removed)
m[t].to.push(m[t].removed);
for (var i=0; i<m[t].n; i++) {
m[t].removed.animate_to(m[t].to.div, m[t].to.coords(m[t].start+i), m[t].start+i, callback);
callback = undefined; // only call back on the first card
}

The last line above seems to cause the error…..
[/code]

Comments

  • JustDoIt wrote:
    This seems to be the glitch...

    this.update(Force);
    for (var t=0; t<m.length; t++) {
    m[t].start = m[t].to.top_index()+1;
    for (var i in m[t].removed)
    m[t].to.push(m[t].removed);
    for (var i=0; i<m[t].n; i++) {
    m[t].removed.animate_to(m[t].to.div, m[t].to.coords(m[t].start+i), m[t].start+i, callback);
    callback = undefined; // only call back on the first card
    }

    The last line above seems to cause the error…..
    [/code]

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Attach file
Attach image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file
Home Bug ReportsComment As ...