Hi 
I wonder if there is anyone there that can help me with this script. It is a dj mixing 
turntable Director 6.5 movie using flash movies as the spining records with a sound 
file.The aim of the movie is to mix and play a selection of records on the turntable. 
In order to have a selection play on the turn table I have used the syntax " play 
sprite pTheRecordSprite the spritenum of me", so that it will play any record that has 
been selected by the user in stead , I keep on getting a syntax error saying that it 
is expecting a string with this line. 
If there is anyone who can help me with this problem, I will be very grateful.
Diana Hughes

Record

property pTheRecordSprite
on mouseDown me
  set the member of sprite pTheRecordSprite to sprite the spritenum of me
end

on thisIsTheGraphicRecordSprite me, spriteno
  set  pTheRecordSprite to the spriteno
  end
Record Decks

property pTheRecordSprite
on thisIsTheGraphicRecordSprite me, spriteno
  set  pTheRecordSprite to the spriteno
end



on mouseWithin me
  if the mouseDown then
    --    set the moveableSprite of sprite pTheRecordSprite = TRUE
    set the loc of sprite pTheRecordSprite = the loc of sprite the spritenum of me
    play sprite pTheRecordSprite the spritenum of me
  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