Search found 10 matches

by Archiboldian C.
Fri Mar 18, 2011 10:02 am
Forum: Libraries and Tools
Topic: No Game Screen Enhanced
Replies: 15
Views: 7477

Re: No Game Screen Enhanced

Thinking of building one that tells you there's 'no cartridge'.
by Archiboldian C.
Fri Mar 18, 2011 9:56 am
Forum: Games and Creations
Topic: The evolution of the Pipster
Replies: 1
Views: 1697

Re: The evolution of the Pipster

I like it, but don't you get travel sickness?
by Archiboldian C.
Fri Mar 18, 2011 9:54 am
Forum: Libraries and Tools
Topic: [SNIPPET] Dynamic Spiral Drawing
Replies: 2
Views: 1882

Re: [SNIPPET] Dynamic Spiral Drawing

Robin wrote:Trippy. :D
Thonks.
by Archiboldian C.
Thu Mar 17, 2011 10:31 pm
Forum: Libraries and Tools
Topic: [SNIPPET] Dynamic Spiral Drawing
Replies: 2
Views: 1882

[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'", "...
by Archiboldian C.
Thu Mar 17, 2011 6:56 pm
Forum: Support and Development
Topic: Problems With Central Scaling [SOLVED]
Replies: 7
Views: 3539

Re: Problems With Central Scaling [SOLVED]

HAH LOVING I GET IT
by Archiboldian C.
Tue Mar 15, 2011 5:22 pm
Forum: Support and Development
Topic: Problems With Central Scaling [SOLVED]
Replies: 7
Views: 3539

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...
by Archiboldian C.
Tue Mar 15, 2011 12:17 pm
Forum: Support and Development
Topic: Problems With Central Scaling [SOLVED]
Replies: 7
Views: 3539

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...
by Archiboldian C.
Mon Mar 14, 2011 8:00 pm
Forum: Support and Development
Topic: Problem with In-Game Zooming [SOLVED]
Replies: 2
Views: 1875

Re: Problem with In-Game Zooming

Bloody frigging excellent. :o
Thank you
by Archiboldian C.
Mon Mar 14, 2011 7:25 pm
Forum: Support and Development
Topic: Problem with In-Game Zooming [SOLVED]
Replies: 2
Views: 1875

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...