Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Application Xtra
XAdKey xtra
Atom
markerXtra
Select All Behavior (Ctrl + A)
Milliseconds
VolumeController
fading button on 1 sprite
Orbiting Behavior
UltimateFileIO
MediaMacros Xtras Mall
 

 

 

Behavior Pause Button

Added on 6/19/2000

 

Compatibilities:
behavior D7 D8 Mac PC Shockwave

This item has not yet been rated

Author: StuartAcklam (website)

Wait in frame and pause in one if global gStopStart = "STOP" then in will stop(pause) in the frame this can be used for pause an automatic slide show

property ptimeToWait
property endtime
global gStopStart

on prepareframe me
   if voidP(endtime) then
      endtime = the ticks + ptimeToWait
   end if
end

on exitframe me
   if gStopStart = "STOP" then
     go the frame
     abort
   end if
   if the ticks > endtime then
     go the frame + 1
   end if
   go the frame
end

on getPropertyDescriptionList
   set p_list = [ ¬
     #ptimeToWait: [ #comment:   "timeToWait:", ¬
                     #format:   #integer, ¬
                     #default:   60 ]]
   return p_list
end

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail