Sept. 4, 2012
11:22 p.m.
I have a new class for Circle Morph which has a step method that increases the diameter. step self extent: self extent +1. (self extent )>(400@400) ifTrue: [self stopStepping] b:=CircleAnimeMorph new // new class for Circle Morph b openInWorld b startStepping b1:CircleAnimeMorph new b1 openInWorld b1 startStepping. So when these both Circles meet i wanna get the Intersecting point,idk how to implement this can any one help? -- View this message in context: http://forum.world.st/Get-the-point-of-Intersection-for-Morphs-tp4646066.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.