Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
AuthorIT
SetMouseXtra
Triming spaces from string
Stop MPEG with MCI commands
bambino
Director and Digital Video Pause
Application Xtra
Scuba
Installed ActiveX
.HLP
 

 

 

Behavior Wait for cuePoint behavior

Added on 6/10/1999

 

Compatibilities:
behavior D6_5 Mac PC

This item has not yet been rated

Author: PaulHemmer

Wait for cuePoint behavior

property WhichCuePoint, WhichChannel

on exitFrame me
  if (isPastCuePoint (sound #whichChannel, #cuePoint)=1) then
    go to the frame  + 1
  end if
end


on getPropertyDescriptionList
  set p_list = [#whichChannel: [ #comment:"Channel:",#format:#integer,#default:1 ],#WhichSound: [ #comment:   "CuePoint:",                           #format:   #cuePoint,                          #default:   "" ]]
  return p_list  
end

on getBehaviorDescription
  return "Does exactly the same thing as setting the temp channel to  "Wait for cuePoint in the specified channel."
end  

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail