Search found 10 matches
- Fri Mar 18, 2011 10:02 am
- Forum: Libraries and Tools
- Topic: No Game Screen Enhanced
- Replies: 15
- Views: 8085
Re: No Game Screen Enhanced
Thinking of building one that tells you there's 'no cartridge'.
- Fri Mar 18, 2011 9:56 am
- Forum: Games and Creations
- Topic: The evolution of the Pipster
- Replies: 1
- Views: 1801
Re: The evolution of the Pipster
I like it, but don't you get travel sickness?
- Fri Mar 18, 2011 9:54 am
- Forum: Libraries and Tools
- Topic: [SNIPPET] Dynamic Spiral Drawing
- Replies: 2
- Views: 2003
Re: [SNIPPET] Dynamic Spiral Drawing
Thonks.Robin wrote:Trippy.
- Thu Mar 17, 2011 10:31 pm
- Forum: Libraries and Tools
- Topic: [SNIPPET] Dynamic Spiral Drawing
- Replies: 2
- Views: 2003
[SNIPPET] Dynamic Spiral Drawing
-- taken from the book Mathographics by Robert Dixon -- and ported from BBC BASIC to LUA by -- Archiboldian Cartheniscope -- A.K.A: Jonathan Weekes http://the-spire.co.uk/ -- it's an excellent book that should be bought and read (or else) function love.load() titles={ "archimedes'", "...
- Thu Mar 17, 2011 6:56 pm
- Forum: Support and Development
- Topic: Problems With Central Scaling [SOLVED]
- Replies: 7
- Views: 3759
Re: Problems With Central Scaling [SOLVED]
HAH LOVING I GET IT
- Tue Mar 15, 2011 9:08 pm
- Forum: Support and Development
- Topic: Problems With Central Scaling [SOLVED]
- Replies: 7
- Views: 3759
Re: Problems With Central Scaling [SOLVED]
Haha, excellent.
- Tue Mar 15, 2011 5:22 pm
- Forum: Support and Development
- Topic: Problems With Central Scaling [SOLVED]
- Replies: 7
- Views: 3759
Re: Problems With Central Scaling
EmmanuelOga's scaleAround function worked perfectly thanks. Plus using a variable to shorten the amount of typing needed is an excellent idea and something I used to do in AS3 but had completely forgotten about since converting to Linux and looking for alternatives for a creative programming platfor...
- Tue Mar 15, 2011 12:17 pm
- Forum: Support and Development
- Topic: Problems With Central Scaling [SOLVED]
- Replies: 7
- Views: 3759
Problems With Central Scaling [SOLVED]
Sorry about whining at the forums again, but I'm having troubles with love.graphics.scale() scaling a circle while keeping the circle in the center. Here's my code: if area == "ingame" then love.graphics.push() love.graphics.scale(scale) love.graphics.setColor(51, 204, 102, 255) love.graph...
- Mon Mar 14, 2011 8:00 pm
- Forum: Support and Development
- Topic: Problem with In-Game Zooming [SOLVED]
- Replies: 2
- Views: 2011
Re: Problem with In-Game Zooming
Bloody frigging excellent.
Thank you
Thank you
- Mon Mar 14, 2011 7:25 pm
- Forum: Support and Development
- Topic: Problem with In-Game Zooming [SOLVED]
- Replies: 2
- Views: 2011
Problem with In-Game Zooming [SOLVED]
I've recently been trying to make a game which involves a planet and the simulated inhabitance there-of, and have had some troubles with using love.graphics.scale to zoom in and out with the middle scroller mouse button thing. I have it changing a variable up or down depending on which way you scrol...