not sure what you trying to do, see no way what you doing can work.

the currentSpriteNum is the number of the channel where a script is running

[EMAIL PROTECTED] wrote:
> 
> on enterFrame
>   set aRecord = the currentSpriteNum

frame and movie scripts return 0
put the currentSpriteNum
--0

so every time you enter the frame, you make aRecord = 0
this is pointless.

easy way.
make aRecord global variable.
set it on mouseDown.
check it with other script and do whatever

hth
joe

[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