on exitframe me global k if soundbusy ( 1 ) then go to the frame else j= random ( 3 ) if j=k then j= random ( 3 ) else case j of 1:sound( 1 ). play ( member ( "left" )) member ( 6 ). text = "left" 2:sound( 1 ). play ( member ( "right" )) member ( 6 ). text = "right" 3:sound( 1 ). play ( member ( "go" )) member ( 6 ). text = "go" end case k=j go to the frame end if end if end