Etoys: MorphicExtras-kfr.56.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: MorphicExtras-kfr.56.mcz

commits-2
Karl Ramberg uploaded a new version of MorphicExtras to project Etoys:
http://source.squeak.org/etoys/MorphicExtras-kfr.56.mcz

==================== Summary ====================

Name: MorphicExtras-kfr.56
Author: kfr
Time: 26 October 2011, 10:48:12 pm
UUID: cf667459-1c1a-b440-bdbe-10a4c4bff729
Ancestors: MorphicExtras-kfr.55

Webcam does not need the get grapics tile

=============== Diff against MorphicExtras-kfr.55 ===============

Item was changed:
  ----- Method: WebCamMorph class>>additionsToViewerCategories (in category 'scripting') -----
  additionsToViewerCategories
  "Answer a list of (<categoryName> <list of category specs>) pairs that characterize the phrases this kind of morph wishes to add to various Viewer categories."
  ^ #(
 
  (#'camera' (
  (slot resolution '160x120, 320x240 or 640x480'
  WebCamResolution readWrite Player getWebCamResolution Player setWebCamResolution:)
  (slot cameraIsOn 'Whether the camera is on/off' Boolean readWrite Player getWebCamIsOn Player setWebCamIsOn:)
  (slot useFrameSize 'Resize the player to match the cameras frame size'
  Boolean readWrite Player getUseFrameSize Player setUseFrameSize:)
  (slot lastFrame 'A player with the last frame' Player readOnly Player getLastFrame unused unused)
+ ))
- (slot graphic 'The picture currently being worn' Graphic readOnly Player getVideoGraphic unused unused)
- ))
-
  )
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev