one way is to set a global flag, and in every frame, have this sort of script:

global holdItRightThereBuddyBooleanFlag

on exitFrame
  if holdItRightThereBuddyBooleanFlag then
    go the frame
  end if
end

and on your mouseUp, just set it to true.

--bh

Conrad Ayala wrote:
> 
> Does any one know how to have the playback head stop on the current frame ( by using 
>go to the frame) from a mouseUp script.
> 
> Conrad Ayala
> Co-Principal, Digital Designer
> The Spin Group, Inc.
> http://www.spingroup.com/
> Phone 1-414-672-8888 Fax 1-414-672-8183
> 
> [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!]

-- 
R. Bhakti Klein
Lingo Programmer, Scientific Learning
http://www.ScientificLearning.com
http://www.BrainConnection.com
**
Baritone, Wicki6
http://www.wicki6.com
***
"On Earth, you can only do little things;
but you can do them with a lot of Love."
                              -- Mother Theresa

[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