Quote:
Originally posted by kypdurron
your last english with pause was actually english without pause
|
NOPE

I have test it and its OK!
Quote:
Originally posted by Castel
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.
|
OhOH. thx4it. I will change it to.....
PHP Code:
liv13[maxrig-12][2]=random(7)+100+1;
liv13[maxrig-12][7]=random(7)+100+1;
Quote:
Originally posted by Ron ? DCS
"After I complete level 10...the game takes me back to level 1, and it won't give me a chance to enter my name on the scoreboard.
Anyone else having the same problems?"
I
|
OK. It is possible, that you use my first fla File version?! My second version fixed it.
------------------------------------------------------------
------------------------------------------------------------
In the next version I:
* will fix all known bugs
- 2 code errors
* new Parameters for Lvl 11-16
- the amount of lines is to high now
* and a new Lvl16
-in my older versions this level is a special board Level, i included some part of my boardname in it, i will change it to a big vB!
In the Moment i am very busy in my reallife, i think i will work on the flash file today in the evening (now it is 11:24 am here)