Undoing "look like dot"

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

Undoing "look like dot"

Herb Schilling
Hi,

  We started teaching Squeak to some high school aged students last  
week. Several of them used the "look like dot" action after they had  
spent several minutes creating some cool looking cars. ( They just  
wanted to see what the action did. ) Needless to say they were not  
happy that their car really did look like a dot!

  Is there some way to get back the objects previous "costume"??

  Thanks.

-----------------------
Herb Schilling
[hidden email]




_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

smime.p7s (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Undoing "look like dot"

Randy Goldenberg
On Wednesday December 06, 2006, Herb Schilling wrote:

>  Is there some way to get back the objects previous "costume"??

In the "graphics" category, there's a "restoreBaseGraphic"
command.

HTH,

Randy
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Undoing "look like dot"

Markus Schlager-2
In reply to this post by Herb Schilling
On Wed, 6 Dec 2006, Herb Schilling wrote:

>  We started teaching Squeak to some high school aged students last week.
> Several of them used the "look like dot" action after they had spent several
> minutes creating some cool looking cars. ( They just wanted to see what the
> action did. ) Needless to say they were not happy that their car really did
> look like a dot!

Problably, 'restoreBaseGraphic' might do the job. You can find it in the
graphics-categoy - right below 'look like dot'.

Markus
-----------------------------------------------
 Markus Schlager               m.slg(at)gmx.de
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Undoing "look like dot"

Herb Schilling
In reply to this post by Randy Goldenberg
Hi Randy,

  Thanks!

On Dec 6, 2006, at 12:50 PM, Randy Goldenberg wrote:

> In the "graphics" category, there's a "restoreBaseGraphic"
> command.

-----------------------
Herb Schilling
[hidden email]



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Undoing "look like dot"

Herb Schilling
In reply to this post by Markus Schlager-2
Hi Markus,

  It works ! Thanks. The students will be very happy.

On Dec 6, 2006, at 2:51 PM, Markus Schlager wrote:

> On Wed, 6 Dec 2006, Herb Schilling wrote:
>
>>  We started teaching Squeak to some high school aged students last  
>> week.
>> Several of them used the "look like dot" action after they had  
>> spent several
>> minutes creating some cool looking cars. ( They just wanted to see  
>> what the
>> action did. ) Needless to say they were not happy that their car  
>> really did
>> look like a dot!
>
> Problably, 'restoreBaseGraphic' might do the job. You can find it  
> in the
> graphics-categoy - right below 'look like dot'.
>
> Markus
> -----------------------------------------------
>  Markus Schlager               m.slg(at)gmx.de
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners

-----------------------
Herb Schilling
[hidden email]



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Undoing "look like dot"

Randy Goldenberg
In reply to this post by Herb Schilling
On Wednesday December 06, 2006, Herb Schilling wrote:

>  Thanks!

You're welcome.

Speaking of "look like dot", how might a feature like that
be put to use?

Thanks,

Randy
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Undoing "look like dot"

Bert Freudenberg
On Dec 6, 2006, at 22:24 , Randy Goldenberg wrote:

> Speaking of "look like dot", how might a feature like that
> be put to use?

Paint two frames of an animation, put them in a holder, make an  
animation by having a player look like the holder's player at cursor  
and advance the cursor.

- Bert -


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners