Hi All

on mouseUp--1st frame nav button
 
  sound playFile 1,"Macintosh HD:Desktop
Folder:paintshadoz:wtzardhead:ozsound:imoz.aif"
   play frame 5
end

on enterFrame--animation frame 
  
  puppetSprite n, true
  repeat with n = 2 to 4 
    set the ink of sprite n to random(8)
  end repeat
  set the stageColor to random(23)
  updateStage
  play the frame
end 

on exitFrame
  if soundBusy(1) then
    play the frame
  else
    go next
  end if
end

it seems the above scripts work well in authoring and when I drag and
drop dcr. on browser application(netscape) window, but  the sound will
not play when it is played as a shockwave from site directory(using ftp
to upload).The sound file is 127k I am developing this in d6 using a Mac
PPC
!) Does the  external cast have to be uploaded to site with dcr file?I
have the sound file and the 
dcr in the same desktop folder.

Any help would be great and if you could write any scripts in D6 syntax
that would really be helpful.
Thanks cm

[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