Hi Liam,

I'm glad you know you must :-)
That's the first step...
Try to follow the example of Scott's abacus:
Name your players <something1>, <something2>, etc.
And in the card's script, refer to your players as following:

on dragEnter
  if word 1 of the target <> "player" then exit dragEnter
  -----
  put last char of the short name of the target into tCurPlayer
  <domystuff>
end dragEnter
----------------------------------------
on dragDrop
  if there is a folder tfile then
    beep
    exit dragdrop
  end if
  put the dragdata into fld "addOne" -- file path
add 1 to fld "track" -- this is for later script so I know how meny tracks there are
  set itemDel to slash
  put item - 1 of dragdata into fld "Cue1"-- fld with name of movie
  set the filename of player (the short name of the target) to dragData
end dragDrop

Best Regards from Paris,
Eric Chatonet
------------------------------------------------------------------------ ----------------------
http://www.sosmartsoftware.com/    [EMAIL PROTECTED]/


Le 16 déc. 05 à 20:02, liamlambert a écrit :

yes I know I must that is why I asked but how do I refer to each player

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to