[etoys-notify] [JIRA] Created: (SQ-848) Add tile for "after x seconds do"

Bert Freudenberg (JIRA) tracker at squeakland.org
Sun Oct 3 09:34:02 EDT 2010


Add tile for "after x seconds do"
---------------------------------

                 Key: SQ-848
                 URL: http://tracker.squeakland.org/browse/SQ-848
             Project: squeakland
          Issue Type: Feature
          Components: etoys
            Reporter: Bert Freudenberg
             Fix For: etoys 2011


One of the most requested features in Etoys is the ability to "wait" in a script. While a wait tile is almost impossible to implement properly with the current Etoys design, adding a tile that schedules another script after a certain delay is rather simple. In fact, the existing "do script" tile actually does that, it schedules the named script for execution after a 1 ms delay. What needs to be done would be to add a tile with a numeric type-in similarly to the first color swatch in the "color sees" tile. This is not actually an argument tile (Etoys tiles can only have at most one argument) but just a modifier to the tile itself. While not trivial this should not be too hard to implement either. Any takers?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list