How can I make a circle RIGHT in the middle of another

If you have problems installing or running Algodoo, have found a bug or need in-game help - this is it!

How can I make a circle RIGHT in the middle of another

Postby pedrofer » Sun Jan 31, 2010 3:54 pm

HELP :!:


How can I make a circle RIGHT in the middle of another one ?? :?:
pedrofer
 
Posts: 1
Joined: Sun Jan 31, 2010 3:34 pm

Re: How can I make a circle RIGHT in the middle of another

Postby RicH » Sun Jan 31, 2010 3:59 pm

The tutorials section is for posting TUTORIALS, not questions.

Anyway, just hold Ctrl and the left click on the circle. That should clone it straight on top of the other. Now, just scale it.
Millions of voices suddenly cried out in terror, and were suddenly silenced. Something terrible has happened.
User avatar
RicH
[Funniest Person 2010]
 
Posts: 2043
Joined: Tue Sep 01, 2009 9:01 am

Re: How can I make a circle RIGHT in the middle of another

Postby kilebantick » Fri Feb 05, 2010 2:18 am

Or, use the grid :)
Image
User avatar
kilebantick
 
Posts: 1267
Joined: Tue Sep 01, 2009 9:50 am

Re: How can I make a circle RIGHT in the middle of another

Postby Chronos » Fri Feb 05, 2010 3:27 pm

Or edit the file, which is slightly more difficult.
TheWinkits wrote:They both looks of cuking amazing
User avatar
Chronos
[Most Active Member 2010]
 
Posts: 4457
Joined: Mon Aug 31, 2009 6:00 pm
Location: Californania

Re: How can I make a circle RIGHT in the middle of another

Postby Gryphen » Fri Feb 26, 2010 4:52 am

If you use phun open your config and replace
Code: Select all
Keys -> {
    Keys.bind("f12", {System.screenshot});
    Keys.bind("pause", {App.Step})
};

with
Code: Select all
Keys -> {
    Keys.bind("f6", {App.drawBodyCenters =  ! App.drawBodyCenters});
    Keys.bind("f7", {App.drawVertices =  ! App.drawVertices});
    Keys.bind("f8", {App.drawCollisions =  ! App.drawCollisions});
    Keys.bind("f12", {System.screenshot});
    Keys.bind("pause", {App.Step});
    Keys.bind("f4", {Sim.gravitySwitch =  ! Sim.gravitySwitch})
};


Which adds the old 3.XX phun key bindings.
User avatar
Gryphen
 
Posts: 67
Joined: Thu Dec 17, 2009 3:30 am
Location: USA


Return to Help / Bug reports

Who is online

Users browsing this forum: No registered users and 10 guests

cron