I seem to be having anodd problem with frames after I clone them. Example: I have an app with two frames...a login frame and a frame with various edit boxes and other extensions.
If the user's login was successful they jump to frame 2 for example and everything was fine. Then, I cloned frame 2 ... a couple of times and rename the clones frame 3 and frame 4.
I then began to notice that without changing the "jump to" instruction on the login frame.... that the wrong frame appeared or that more than one frame would appear. Example instead of frame 2 appearing .... frame 3 appeared... or instead of frame 2 appearing .... then frame 2 and frame 4 would appear with frame 4 shifted left and down. Odd.
I worked some more on the app and was about to demo the login frame jumping to a main menu frame (which had been working fine) ... after cloning more frames I ran the app and the login frame "would not jump me to the main menu frame". This is odd because I had NOT edited any code of the login frame or the main menu frame so if should have worked.
Anyone else having a similar issue?