Reply to:   RE: <lingo-l> Re: rollovers and enterFrame
use prepareFrame instead of enterframe - enterframe is called after the frame has been 
drawn.

johnAq


Marcus Brooke wrote:
>hi guys,
>
>i am working in D7 and i am having problems with rollover sprites appearing
>on enterFrame when they shouldn't, giving them a flashing effect on frame
>entry............ie
>
>i have one main movie that connects to other movies via mouseUp commands
>(these work fine)
>
>in the subsequent movies, on frame entry,  i have a transition which in turn
>moves to a scripted frame with rollovers......frame 1 transition, frame 2
>script with rollover sprites - i have this process repeated within the
>actual movies, and they work fine, but not when jumping between movies
>
>this is my movie script for the subsequent movies
>on startMovie
>  repeat with channel = 128 to 150
>    puppetSprite channel, 0
>  end repeat
>end
>
>this is my script for my enterFrame
>on enterFrame
>  if rollover(128) then
>    set the cursor of sprite 128 to 280
>    set the visible of sprite 128 to TRUE
>  else set the visible of sprite 128 to FALSE
>........more if else etc,
>end
>on exitFrame
>  go the frame
>end
>
>Is there a simplified script to do the same as my enterFrame script, but
>without the rollover sprites flashing on enterFrame???
>
>any advice would save my sanity and help me sleep!!!
>
>thanks in advance
>marcus
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]
>
>
>
>RFC822 header
>-----------------------------------
>
> Received: from MAIL2.FCGNETWORKS.NET by [192.168.0.1]
>      with SMTP (QuickMail Pro Server for Mac 2.0.1); 06-Dec-2000 10:52:07 +1000
> Received: from mail1.fcgnetworks.net >([EMAIL PROTECTED] 
>[192.168.40.6])
>       by mail2.fcgnetworks.net (8.9.2/8.9.0) with ESMTP id SAA68571;
>       Tue, 5 Dec 2000 18:43:56 -0500 (EST)
> Received: by mail1.fcgnetworks.net (8.9.1/8.9.0) id SAA17419
>       for lingo-send; Tue, 5 Dec 2000 18:35:09 -0500 (EST)
> X-Authentication-Warning: mail1.fcgnetworks.net: majordomo set sender to 
>>[EMAIL PROTECTED] using -f
> Received: from mss.rdc2.nsw.optushome.com.au >(ha1.rdc2.nsw.optushome.com.au 
>[203.164.2.50])
>       by mail1.fcgnetworks.net (8.9.1/8.9.0) with ESMTP id SAA17409
>       for <[EMAIL PROTECTED]>; Tue, 5 Dec 2000 18:35:06 -0500 (EST)
> Received: from ianu ([203.164.60.221]) by mss.rdc2.nsw.optushome.com.au
>           (InterMail vM.4.01.03.00 201-229-121) with SMTP
>           id <20001205233503.GRX28304.mss.rdc2.nsw.optushome.com.au@ianu>
>           for <[EMAIL PROTECTED]>; Wed, 6 Dec 2000 10:35:03 +1100
> Message-ID: <001701c05f14$4b29f740$0300a8c0@ianu>
> From: "Marcus Brooke" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> References: <[EMAIL PROTECTED]>
> Subject: <lingo-l> Re: rollovers and enterFrame
> Date: Wed, 6 Dec 2000 10:37:12 +1100
> Organization: ACDC multimedia
> MIME-Version: 1.0
> Content-Type: text/plain;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Mailer: Microsoft Outlook Express 5.50.4133.2400
> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
> Sender: [EMAIL PROTECTED]
> Precedence: bulk
> Reply-To: [EMAIL PROTECTED]
>



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to