Menu:

BLOG FEED
FORUM FEED
TUTORIAL FEED

Sponsor

Discover Master of Alchemy, our first iPad/iPhone and iPod touch game!

 

Forum's topics

Latest Files

Archives

Top Rated

Categories

Photo Gallery


Back from holidays

By Alessandro Crugnola on August 19, 2010 | TrackBacks (0) | Comments (0)


Just back from my holidays in Cadiz, Spain, and it's already time to fly to New York for the next Aviary meeting.

Post to Twitter Post to Digg Save to Delicious Post to Stumbleupon Post to Technorati Post to Facebook Send an email

 

 

FlexLayout for AsWing

By Alessandro Crugnola on July 29, 2010 | TrackBacks (0) | Comments (0)


As you may have noticed I'm working with AsWing right now 
Today I proposed a modification of the layout system. That's because I couldn't find any layout which satisfied my needs: a container which grows its components in order to fill the entire container size BUT which also keep in mind the component minimum and maximum sizes.
So it will try to grow all the components to the same size, but if a component has defined a specific minimum or maximum size, take that size under consideration.

Here's a screenshot of the FlexLayout class in action ( click over the image to see the live demo ):

 screen=

And here's the code to use the FlexLayout:

f.getContentPane().setLayout(new FlexLayout(FlexLayout.VERTICAL, 2));

Here below I'm attaching the current aswing package with all the modifications I did recently, in case someone find it useful.
aswing_mod.zip


Post to Twitter Post to Digg Save to Delicious Post to Stumbleupon Post to Technorati Post to Facebook Send an email

 

 

Master of Alchemy is on the App Store!

By Alessandro Crugnola on July 20, 2010 | TrackBacks (0) | Comments (0)


MOA.png
After six months of hard development we're so happy to announce that Master of Alchemy has been finally published in the iTunes App Store last Friday!
I'm sorry to spam again with this topic, but trust me, it has been a bet for all of us!
And actually it's included into the "New and Noteworthy" section!

You can see Master of Alchemy page at the AppStore

Reviews

Games Uncovered review...without a doubt one of the best iPad games yet.
Simply a fantastic puzzle game that is challenging, deep and graphically stunning. An absolute treasure.
.
Destructoid review:Score: 8.5 -- (8s are impressive efforts with a few noticeable problems holding them back. Won't astound everyone, but is worth your time and cash.
Post to Twitter Post to Digg Save to Delicious Post to Stumbleupon Post to Technorati Post to Facebook Send an email

 

 

Indica - Island of light

By Alessandro Crugnola on July 14, 2010 | TrackBacks (0) | Comments (0)


Really nice song from this finnish girl band Indica.
This is their first english album "A Way Away", and behind this album there's Tuomas Holopainen of Nightwish.

 

Post to Twitter Post to Digg Save to Delicious Post to Stumbleupon Post to Technorati Post to Facebook Send an email

 

 

AsWing modifications

By Alessandro Crugnola on July 11, 2010 | TrackBacks (0) | Comments (2)


It's a bit since I started using AsWing. It's really a complete ui framework for flash with many useful components.

But as usual, when using a component set there's always something missing. For this reason I just added to aswing these 2 components: JMultipleSlider and JLabelSlider. The first one is just a slider with the possibility to add multiple thumbs while the second one has a similar behavior to the Adobe's label slider added in the last CS5 applications.



Post to Twitter Post to Digg Save to Delicious Post to Stumbleupon Post to Technorati Post to Facebook Send an email

 

 

Distort Tool using triangles

By Alessandro Crugnola on July 1, 2010 | TrackBacks (0) | Comments (0)


So, just to continue the topic of distorting images using the Graphics.drawTriangles method ( the first experiments using drawTriangles ) I did my implementation of a DistortTool using the same method.

distort_screenshot.png

As always, here you can also find the source code: test_distort.zip

Post to Twitter Post to Digg Save to Delicious Post to Stumbleupon Post to Technorati Post to Facebook Send an email