can you file out your class and send us the code?
Stef
On Oct 12, 2012, at 2:20 AM, irfankhan1 wrote:
> Hi i have a new sub class for CircleMorph which has step method.
>
> step
> self extent: self extent +1.
> (self extent )>(300@300) ifTrue: [self stopStepping]
>
> This changes center of circle when i start stepping,Is there a way i can
> do this without changing center for CircleMorph.
>
>
>
> --
> View this message in context:
http://forum.world.st/Stepping-through-diameter-of-CircleMorph-tp4650815.html> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>