Superposition of Datagrid unwanted

  • fb1800
  • Born
  • Born
  • No Avatar
  • Joined: Nov 17, 2009
  • Posts: 1
  • Status: Offline

Post November 17th, 2009, 6:00 am

Hi,

I am having a problem with the gotoAndStop function in my CS3 flash application.

I have 3 frame on my timeline (keyframes). I click on a button of the first frame and pass to the frame 2 by having a listener on the button doing : gotoAndStop(2,"Scene 1"). Frame 1 and Frame 2 contains both a different Datagrid (as a MovieClip)

I have a problem appearing here. The datagrid from frame1 is still displayed under (kind of background) the datagrid from frame2. They are kind of superposed. The datagrid is the only element from frame 1 having this behavior. The buttons and text area are not displayed, following the normal behavior.

Here is the part of my code doing that :

Buy.addEventListener(MouseEvent.CLICK, readyToBuy);
callServer();


function readyToBuy(e:Event):void{
gotoAndStop(2,"Scene 1");
}

I added a stop at the beginning of frame2 and it didnt change anything (logic i think).

Any help is more than welcomed. I dont understand this strange behavior.

Thanks in advance for any advice.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 17th, 2009, 6:00 am

Post Information

  • Total Posts in this topic: 1 post
  • Users browsing this forum: No registered users and 36 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.