Page 1 of 1

[Source] Isometric Tile Engine

Posted: Wed Jul 06, 2011 1:31 am
by xLite
Well I've only recently started working with LiveCode and straight away I wanted to see what it was capable of. So basically I've managed to create a basic isometric tile engine using purely LiveCode. It was a challenge to say the least but unfortunately I feel this language just isn't for me. I have become so used to object oriented programming it's just too much to turn back.

So before I depart I decided to leave the full source code including the images etc that I used. Feel free to use it how you like. I've pretty much created a mini-framework in the Stack script to allow for a new message "enterFrame" which mimics the Flash behaviour of running a function every frame, currently set at a max of 50 fps.

All the other proper code is located in the Card script and you can have a look through to see how I've done everything and maybe even improve on it by adding avatars or furniture etc.


It was fun LiveCode but it's time for me to leave, enjoy the source guys! ;)
LiveCode Tile Engine.rar
Isometric Tile Engine
(44.9 KiB) Downloaded 323 times

Re: [Source] Isometric Tile Engine

Posted: Wed Jul 06, 2011 1:48 am
by FourthWorld
What uncanny timing: just an hour ago I was researching isometric translation. Well done example you got there, but in my case I have a rather unusual need: I'm looking for quick way to turn orthogonal LC vector graphics into isometric polygons. I don't suppose you have anything like that lying around on your hard drive, do you?