you may try something like this (not tested)

property plastFrame, whichFrame
global gwhichFrame

on mouseUp me
  go to frame gwhichFrame  
end mouseup 

on exitFrame
  go to the frame  
end

on endsprite me
  gWhichFrame = whichFrame
end endsprite me


on getPropertyDescriptionList
  set plastFrame = [:]
  addProp plastFrame, #whichFrame, [#default: "", #format:#string, #comment: ¬
    "Go to frame"]
  return plastFrame
end
Elvin M. Certeza, Jr.
www.geocities.com/jinite/

[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