ASAAKI
10-06-2002, 10:04 PM
i have a function fire(whichbomb) that animates an element.
i also have setTimeout("fire('"+currBomb.id+"')",250)
to stop the animation, i tried
clearTimeout("fire("+someBomb.id+")")
didn't work, the bomb went on sailing :(
:confused:
i also have setTimeout("fire('"+currBomb.id+"')",250)
to stop the animation, i tried
clearTimeout("fire("+someBomb.id+")")
didn't work, the bomb went on sailing :(
:confused: