Hi I wonder if anyone can help me I'm trying to create a turntable that will play 
several flash movies by using a variable: 

set aRecord = the currentSpriteNum 


on enterFrame
  set aRecord = the currentSpriteNum
  go the frame
end


THIS FOR THE RECORD
on mouseDown me
  set aRecord = the currentSpriteNum
  end

THIS IS FOR THE RECORD DECK
on mouseWithin me
 if the loc of sprite the currentSpriteNum = the loc of sprite 1 then
    play the currentSpriteNum
  else stop the currentSpriteNum
  end if
  
end

__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/

[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