Editor bugs

Bug reports, suggestions, questions, etc that relate to the development of Zeta Flow and this website.
Post Reply
secret1
Posts: 11
Joined: Wed Nov 26, 2008 10:11 pm

Editor bugs

Post by secret1 »

If you find anything buggy in the editor, post it here

For me I've found one BIG BUG! (and some others)

1. part no. added one digit each time you continue to editor your saved level

e.g. 1
12
127
1270
12708
127085
1270854


It'll go up endlessly

2. If you misinput the numbers for <-> and ^v, the core sometimes will be auto selected and changed, and the editor will then become unrespond.

I don't know if it was only ME who have encountered these problems

Please concern about them and fix it, please?
Mouzi
Posts: 153
Joined: Sat Sep 01, 2007 5:34 am
Location: Finland
Contact:

Re: Editor bugs

Post by Mouzi »

This is not really a problem with the editor, and I've already said this somewhere here, but the repeating triggers start to lag a lot over time.
MD
Site Admin
Posts: 195
Joined: Sun Aug 12, 2007 2:06 pm

Re: Editor bugs

Post by MD »

secret1 wrote:1. part no. added one digit each time you continue to editor your saved level
That is a weird bug, I dont know why it hasnt come up before. This also causes parts to be undeletable, once the part number becomes too big flash can't handle it. For now I'd recommend you open the Text Editor, find the troublesome part number, then remove that line of text (may want to copy/paste everything into a proper text editor so you can use searching functions and such).

~MD
secret1
Posts: 11
Joined: Wed Nov 26, 2008 10:11 pm

Re: Editor bugs

Post by secret1 »

Your method worked!

But when I tried to add a new part

It still cannot reset itself

That damn 7890823 still shows up

Even I've changed the part no. n text edit to e.g. 45

The part does turn into no. 45

But once a new part is added

It is not part 46

And there's 7890823 again!!

So

in order to finish my level

Is changing all 789082n to lower no. in text edit is the only way out???

P.S. Btw each time a new digit is added, there's always 7 at the leftmost side!!!

I wonder is there a problem in the flash coding of the no. 7??
MD
Site Admin
Posts: 195
Joined: Sun Aug 12, 2007 2:06 pm

Re: Editor bugs

Post by MD »

secret1 wrote:P.S. Btw each time a new digit is added, there's always 7 at the leftmost side!!!
That's because flash (AS1, that is) implicitly determines the datatype of all variables and the + operator is overloaded to do both string concatenation and number addition.

i.e.: 1 + 2 = 12
the 7 is there cause you probably had 7 parts the first time you saved it, then when it went to add 1 it went 7 + 1 = 71, then it smartens up and everything after that is added as a number, so 72, 73, 74, etc until the next time you load the level.

This is why all the newer languages force type declaration. I'd love to port it over to Action Script 3..or Java...or even C++...but that'd be a lot of work so i dont see that happening any time soon.

oh and there is a fix i can do once i get around to it, just got to explicitly convert to an int...sorry you have to tolerate it for now

~MD
secret1
Posts: 11
Joined: Wed Nov 26, 2008 10:11 pm

Re: Editor bugs

Post by secret1 »

O..........
Mouzi
Posts: 153
Joined: Sat Sep 01, 2007 5:34 am
Location: Finland
Contact:

Re: Editor bugs

Post by Mouzi »

I always use variable*1 for JavaScript when it starts messing up integers and strings.
secret1
Posts: 11
Joined: Wed Nov 26, 2008 10:11 pm

Re: Editor bugs

Post by secret1 »

Finally I've finished my quantum base

But why I can't see it in the gallery even I've saved it as public?

ID: 8374
Mouzi
Posts: 153
Joined: Sat Sep 01, 2007 5:34 am
Location: Finland
Contact:

Re: Editor bugs

Post by Mouzi »

It's there, see? It's just on the next page.
secret1
Posts: 11
Joined: Wed Nov 26, 2008 10:11 pm

Re: Editor bugs

Post by secret1 »

O
asdasdg
Posts: 240
Joined: Sun Dec 28, 2008 11:27 am
Contact:

Re: Editor bugs

Post by asdasdg »

I found another editor bug. I was trying to use the key combination of ctrl s to save my level but the key combination does not work.
Nothing big just little. It's something that I can live without but it is a bug.
Post Reply