Hi please i'm new in this group and i'm as3 programmer, and i want to start using as3isolib. give me link : how to get start , i want the first step thanks...
1978
Raj raju
raj.virtuali
Aug 1, 2011 6:08 pm
Hi, please visit this blog http://isometricgames-raju.blogspot.com/2011/07/how-to-caluculate-isowidth-isolength.html Thanks , M.Raju. ...
1979
eilonna
Aug 1, 2011 10:52 pm
Welcome to as3isolib! I highly recommend http://www.gotoandlearn.com/ <http://www.gotoandlearn.com/> . He has two Isometric 3D tutorial videos which are of...
1980
eilonna
Aug 2, 2011 2:02 am
I recently discovered the Stage.colorCorrection method (here's the as docs on it <http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flas\ ...
1981
eilonna
Aug 3, 2011 4:55 pm
Hmm...I would like to put mouse events on the backgroundContainer's children, but the grid keeps receiving the events instead. I have set mouseEnabled and...
1982
eilonna
Aug 4, 2011 11:00 pm
Nevermind, I solved it. If you want to have mouse events on the background container's children, you need to set all scene's container parent mouseEnabled and...
1983
demondiode
Aug 5, 2011 4:54 pm
Hi Guys. First off I really love as3isolib. So far I am working on a social facebook game similar to farmville or cityville and I'm making good progress...
1984
Anggie Bratadinata
a.bratadinata@...
Aug 5, 2011 5:23 pm
you mean GUI for the game itself or some sort of a game level editor? -- Anggie Bratadinata | www.masputih.com | INDONESIA...
1985
demondiode
Aug 5, 2011 5:30 pm
hi anggie. I mean GUIs for the game itself thanks. I'll need to build menus for selecting building etc. Paul...
1986
as3isolib
Aug 5, 2011 5:57 pm
Have you checked out Flex? It has many prebuilt containers and controls that would help reduce the work in creating your UI elements. I'd start there. If...
1987
demondiode
Aug 5, 2011 6:01 pm
Cheers mate. I'll give those a try. I was looking into AsWing a bit too but I'm not sure I need that sort of complexity yet. Cheers Paul...
1988
Rodrigo Pandini
rodrigopandini
Aug 11, 2011 8:27 pm
Hello, How can I change the angle between the corners (like perspective of the camera)? For example, from 3x120 to 160-100-100 degrees? See the picture...
1989
as3isolib
Aug 12, 2011 1:14 am
Yes it is possible to do this, however you will need to implement your own IAxonometricTransformation, which as you predicted, will require you to implement...
1990
fbflashdev
Aug 12, 2011 7:18 am
I guess we need to change drawings (grid/rectangle) also?...
1991
as3isolib
Aug 12, 2011 2:16 pm
Any sprite-based assets (basically anything NOT making use of the already defined IsoPrimitives) will need artwork that reflects this perspective. There is no...
1992
as3isolib
Aug 12, 2011 2:17 pm
BTW this is a great resource for starting on making your own IAxonometricTransformation objects http://www.compuphase.com/axometr.htm...
1994
rahulkamra1
Aug 17, 2011 12:03 pm
Hi , I have been reading as3isolib for sometime and i was wondering is somebody have implemented as3isolib with PBE , there is a paid component available but...
1995
as3isolib
Aug 17, 2011 2:18 pm
So far the only tools available for as3isolib.v1 + PBE (that I know of) are paid components. I am not sure of any open source readily available tools for you....
1996
rahulkamra1
Aug 18, 2011 7:03 am
So When it will be released :)...
1997
as3isolib
Aug 18, 2011 2:30 pm
Good question! http://as3isolib.wordpress.com/as3isolib-v2-faqs/...
1998
bluebirdglory
Aug 20, 2011 3:39 pm
Hi every body , I have just started to create an isometric game like Empires & allies in Facebook using As3isolib, by some tutorials i could have drag and drop...
1999
eilonna
Aug 20, 2011 7:57 pm
Hi there, What you're looking for is collision detection and object occlusion. As far as I know there's no tutorials about those topics yet, but both have been...
2000
bluebirdglory
Aug 20, 2011 8:17 pm
Thanks for your guide , i'll go for it :) but i was thinking of implementing a guide grid, kinda like an invisible layer, which is a matrix of squares(like...
2001
eilonna
Aug 21, 2011 7:23 pm
Sounds like your idea is in the right direction. Using multidimensional arrays is also a good way to store data about tiles and can definitely help with...
2002
bluebirdglory
Aug 22, 2011 4:55 pm
Thanks for your guide ,,, About the object occlusion unfortunately i could not find the appropriate thread , i found some but it was kinda different from what...
2003
eemerge06
Aug 23, 2011 6:55 am
Hello everyone, Does anybody know and had any experience setting up as3isolib in FlashDevelop?...
2004
eemerge06
Aug 23, 2011 7:26 am
Seems morning are better for finding stupid mistakes :) In case anyone will wonder in the future, it was not related to FD or something else, just me not...
2005
MD.Taufiqur
taufiq_385cse
Aug 23, 2011 8:16 am
hi everyone, first of all i am new to as3isolib. i am trying to put an object into a specific grid cell by 'drag and drop'. i am trying on this example...
2006
foodyi
foodyi...
Aug 23, 2011 11:54 am
privatefunction onStageMouseClick(e:MouseEvent):void { var isoPt:Pt = IsoMath.screenToIso(new Pt(e.localX, e.localY)); var col:Number = Math.floor(isoPt.x /...