nope. here's what the button does:
on mouseUp
showtime = member("entry").text
sprite(3).editable= FALSE
setVariable(sprite 1, "nextmovie", showtime)
end
here's my movie script.
on startMovie
global showtime
member ("entry").autotab = TRUE
setVariable(sprite 1, "nextmovie", EMPTY)
on idle
if the mouseH < 1024 then
cursor 200
else
cursor -1
end if
updateStage
end idle
end
here's the sprite script for the swf
on mouseEnter me
cursor 200
end
on MouseLeave me
cursor -1
end
cursor controls work fine until the text field is clicked in to edit
text. then the cursor is always visible.
grrr.
thanks!
rik
[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!]