MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Motion

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78374] Motion
  • From: Tim Brophy <timbrophy at mac.com>
  • Date: Fri, 29 Jun 2007 05:50:16 -0400 (EDT)

Hi everybody,

I am trying to draw circles that will stay centered on a Locator and  
increase in size. I thought that this code might work. What am I  
doing wrong?

DynamicModule[{p = {0, 0}},
  LocatorPane[Dynamic[p],
   Dynamic[
    Animate[
     Graphics[Circle[p, t], PlotRange -> {{-7, 7}, {-7, 7}}], {t, 0,  
6}]]]]

Tim Brophy


  • Prev by Date: Re: search for an operator in an expression
  • Next by Date: How does one put "time stamps" on output in Veriosn 6???
  • Previous by thread: Re: Problems with DrawGraphics and Mathematica 6.0?
  • Next by thread: Re: Motion