1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Building Bridges: Some solutions

In a non-too-subtle way, I thought I’d drum up a bit more enthusiasm for this years’ Christmas Game, by showing you a few of the solutions that people have come up with for the levels.

Type 1: The Basic solution.

Oh yes, it works for the first level, but just you try that on some of the later ones…

Type 2: Adding some support

That’s the basic principle for solving the later levels…

Type 3: Support overkill

Continue reading Building Bridges: Some solutions…

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

“Building Bridges”, a Box2D – powered Seasonal Game

It’s that time of year again – and after a week or so of furiously learning Box2D, we at MMT Digital have just released our seasonal Flash game into the wild.  The idea is all about building bridges across gaps in the terrain, using Box2D to simulate your resulting creation.

You can check it out here: Play “Building_Bridges” now.

Building Bridges -  a Box2D Christmas Game

Continue reading “Building Bridges”, a Box2D – powered Seasonal Game…

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

The Flash Platform in your TV?

This is very intriguing – a range of TVs with iPlayer, YouTube and other snazzy web-based features is available in the UK.  Of course, the idea might be old hat to a lot of people, but I only get really interesting in things when I hear that the stuff is available, here and now.

An Open Screen Project TV?

They’re made by a company called Cello, who I’ve only just heard about, and they sell a TV which you plug into your broadband and start streaming stuff off the internet with.

http://www.celloelectronics.com/lcd-tv-range/iplayer-and-youtube-player-10748

Continue reading The Flash Platform in your TV?…

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Google creates programming language to simplify application development

http://blog.skitsanos.com/2009/11/google-creates-programming-language-to.html

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: Advanced PDF eSeminar for ActionScript developers

“In short, you can build a GUI in Flex to skin the PDF and how the user can access the document contents. The PDF can contain images, text docs, or any Flex/Flash content (such as a video player or game). The Flex navigators are the GUI for how the user accesses the content of the PDF.”

Sound interesting? Check out more at http://www.flashcomguru.com/index.cfm/2009/11/11/pdf-for-flex-devs

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Link: jQSlickWrap

We’ve known for quite a while that jQuery is brilliantly clever, but holy cow, the code behind this is pretty damn clever.

jQSlickWrap

What jQSlickWrap does is automagically work out the shape of the image by extracting the background colour, and then modifies the HTML to wrap the text perfectly around the image.  Obviously something so awesome won’t work on some browsers, but it’s designed to cleverly degrade to whatever your browser can manage, which is pretty fantastic.

Read more about this over at the jQSlickWrap site: http://jwf.us/projects/jQSlickWrap/

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

Automating tasks in Flex Builder, with the help of a little something called ‘ANT’.

One of the great things about Flex Builder is that it’s developed on top of the already existing Eclipse IDE, and is itself just one of many uses the Eclipse project is put to.  Which means that many of the things you may want to do in your projects have already been explored by others.  One such thing is automated tasks.

ANT Tasks in Flex

Turns out there’s something called ANT, which “[... does a really good job at building things]“.  As Eclipse is the basis for Flex Builder, a lot of the plugins for Eclipse – and all the variants of it – work just fine in Flex Builder.  There’s a plugin for Eclipse which adds ANT support for example, and then further plugins which add even more task types to ANT, such as FTP support.
Continue reading Automating tasks in Flex Builder, with the help of a little something called ‘ANT’….