
Код AS3:
for (var a:Number =4294960000; a>=0; a--) {
trace (a);
}
Цитата:
4294810023
4294810022
4294810021
4294810020
Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.
at Untitled_fla::MainTimeline/frame1()
|