I was testing my game when I got this message.
AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and post the details on the AGS Technical Forum.
in "Tween.asc", line 483
from "Tween.asc", line 505
from "Tween.asc", line 532
from "Tween.asc", line 626
from "Tween.asc", line 1007
from "room12.asc", line 70
(and more...)
I never seen that before until now.
How do I fix this & what does it mean?
How about posting room 12's script, at least line 70 and surrounding lines? ::) ::) ::)
{
Wait(1); //< that is new. I added this think it would help. It seems like it fixed the problem. Let's just imagine it was not there. What would be the cause of the problem?
HUD.TweenTransparency(0.1, 100);
gameover.Visible = false;
gameover.TweenTransparency(0.1, 100);
Shiva.TweenTransparency(0.1, 100);