news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

Seedy

This XFCN is designed to replace Apple's CD XCMDs and XFCNs. It will eventually provide the functionality of all of these (+extras) , in one command.

Seedy XFCN. Version 1.1, by Sam Deane. Copyright ©1994 ULTRALAB. Compiled 16:58:12, 28/04/94.


[last exit to hypercard] [externals index] [download Seedy]

Description

Sorry, still no documentation for this one... but look at the example button scripts for some hints on how to use it!

Commands

position

Example script for position

on mouseUp
  answer Seedy("position") && Seedy("positionAsItems")
end mouseUp

play

Example script for play

on mouseUp
  Ask "Start block?"
  get Seedy(play,it)
end mouseUp

stop

Example script for stop

on mouseUp
  ask "Stop at block?"
  get Seedy(stop,it)
end mouseUp

track

Example script for track

on mouseUp
  ask "Track?"
  get Seedy(track,it)
end mouseUp

discsize

Example script for discsize

on mouseUp
  answer Seedy("discsize") & return & Seedy("discsizeAsItems")
end mouseUp

pause

Example script for pause

on mouseUp
  get Seedy(pause)
end mouseUp

resume

Example script for resume

on mouseUp
  get Seedy(resume)
end mouseUp

disclength

Example script for disclength

on mouseUp
  answer Seedy("disclength") & return & Seedy("disclengthAsItems")
end mouseUp

status

Example script for status

on mouseUp
  answer Seedy("status")
end mouseUp

discid

Example script for discid

on mouseUp
  answer Seedy(discid)
end mouseUp

eject

Example script for eject

on mouseUp
  get Seedy(eject)
end mouseUp

discstart

Example script for discstart

on mouseUp
  answer Seedy(discstart) & return & Seedy(discstartAsItems)
end mouseUp

disctracks

Example script for disctracks

on mouseUp
  answer Seedy(disctracks)
end mouseUp

disccontents

Example script for disccontents

on mouseUp
  answer Seedy(disccontents)
end mouseUp

volumes

Example script for volumes

on mouseUp
  answer Seedy(volumes)
end mouseUp

discname

Example script for discname

on mouseUp
  put Seedy(discname)
end mouseUp

discscsi

Example script for discscsi

on mouseUp
  put Seedy(discscsi)
end mouseUp

use

Example script for use

on mouseUp
  ask "Which SCSI device?"
  if it is not empty then
    get Seedy(use,it)
  end if
end mouseUp

[last exit to hypercard] [externals index] [download Seedy]

This page was created automatically, on 25/03/1999 from version 3.0d4 of Last Exit To Hypercard.