Quote:
Originally posted by Souly
I have found a very big BUG in my last Files, you MUST update! Sorry for it, but i was to tired last night
Here is my new file, includes all fla?s ,versions and german original bg color@schorsch !
Plz give me feedback, if you have tested lvl 11 - 16 .. thx
|
Excellent, thanks for including the fla files. Nice job figuring out how to add and contruct levels. I'm a total flash newbie as well but now that I have the fla files I see how it's done and I will add my own custom levels.
BTW the english with pause has a glitch in lvl 13 (there are no blocks displayed at the beginning of the the lvl, looking at the code it think the problem is:
PHP Code:
liv13[maxrig-2][12]=random(7)+100+1;
liv13[maxrig-7][12]=random(7)+100+1;
The maximum value allowed for where you have [12] is [9] I believe.