Category: Flash

Matrix Pingpong

17 March, 2004 (14:14) | Flash | No comments

I posted a link to Matrix Ping Pong a while ago, but that link is dead, so I’m posting this one which will hopefully survive a bit longer. The matrix pinngpong seems to be one of the most popular search terms within the blog so I thought I should update.
Popularity: 5% [?]

Popularity: 5% [?]

Save Our Snowmen!

19 December, 2003 (10:31) | Flash | No comments

I recently started work at a web development copany, and we’ve just released our Christmas eCard, Save Our Snowmen! It’s been pretty popular. It’s a game and it’s been great fun working on our own stuff rather than having to stick to client requirements. Have a go, and if you have [...]

Popularity: 4% [?]

Flash Remoting for Flash MX 2004

17 November, 2003 (11:49) | Flash | No comments

Finally, a Flash post.
Am I the first to blog it?? The Flash Remoting components for Flash MX 2004 have been released, and I haven’t read about it elsewhere, so . . . I think I win!
you can download them here
Popularity: 4% [?]

Popularity: 4% [?]

Macromedia Studio MX 2004 Released

10 September, 2003 (10:06) | Flash | No comments

This was supposed to be a flash blog, honest. Anyway, Macromedia have released Studio MX 2004. It has new versions of Fireworks, Dreamweaver, Freehand (an update rather than a full version) and Flash. Flash has split into two versions - Professional and standard. Professional is basically standard with bells [...]

Popularity: 4% [?]

Component Colouring

22 July, 2003 (15:10) | Flash | No comments

Sometimes the default colouring of Flash MX components can be a bit ugly. But Unless I want to skin them all myself physically, or work out complex colour groups (which always look hideous) I just have to leave them alone. That was until I found the FStyleFormat extension” href=”http://www.illogicz.com/blog/000042.php#comments”>illogicz.com > FStyleFormat [...]

Popularity: 4% [?]

24 Countdown

1 July, 2003 (15:36) | Flash | No comments

Popularity: 4% [?]

Popularity: 4% [?]

Actions on nested movieclips

29 June, 2003 (22:47) | Flash | No comments

I’ve recently been working on a dynamic scrollbar. one that loads a series of images and can scrol them up and down. The problem I was having was that the “button” movieclips were nested in a “scroller” movieclip, but only the scroller clip would capture mouse actions. I couldn’t assign mouse [...]

Popularity: 5% [?]

More Flash Stuff

18 June, 2003 (10:04) | Flash | No comments

I was asked about another effect in Flash, and this was what I came up with:

button_params = new Array();
button_params[1] = {offtext:”Menu Point One”, touchText:”go.”};
button_params[2] = {offtext:”Menu Point Two”, touchText:”go.”};
button_params[3] = {offtext:”Menu Point Three”, touchText:”go.”};
button_params[4] = {offtext:”Menu Point Four”, touchText:”go.”};
var max = button_params.length-1;
Movieclip.prototype.rollOut = function(){
this._parent["field"+this.id].text = “”
this.targetText = this._parent.button_params[this.id].offText
this.counter = 0;
this.onEnterFrame = function(){
if (this.counter+1
Popularity: 4% [...]

Popularity: 4% [?]

Nice Site

17 June, 2003 (08:49) | Flash | No comments

I enjoy visiting experiment sites. like Natzke.com. I saw this one linked to today by Zeldman. It’s very cool, so check out t.y.p.o.r.g.a.n.i.s.m.
Popularity: 4% [?]

Popularity: 4% [?]

Interesting Widget

12 June, 2003 (23:40) | Flash | No comments

I’ve been really bad about posting, so I’m going to try to be better organised and post more flash stuff. Someone at work was working on an interface like this:
I’m not sure what the point was, but I put this together as a sample. I particularly like the fact that the [...]

Popularity: 4% [?]