Something Wrong with the System

A Flash/Actionscript blog

Still in Poland… Missing dog, videogames.

So I’m still in Poland.  It’s going pretty well, but I’m already very much looking forward to going home.  Given the chance I would gladly go home a few days earlier.  As is I still have a week to go, ugh.

My reluctance to enjoy my vacation leaves me feeling pretty shallow.  You know, everyone LOVES going on vacation.  All I can think about is going home and hanging out with my dog. 

Still though, I’ve had some pretty good times.  I’ve met a lot of family I didn’t know I had.  I took a lot of photos.  Oh, I also bought what may very well be the awesomest movie poster ever printed! I’ll try to get a photo up in a post vacation wrap-up.

Oh, I forgot to mention!  Since my vacation has started I have been sick 80% of the time and VERY SICK for 20% of the time.  I’m only starting to feel better now.  I’ve seen the sun for a grand total of 2 minutes (this morning… just before it started raining again) and the temperature has been below 10 celcius every day.  Everyone tells me it’s the coldest two weeks they can remember in September.  Polish news is predicting the bad weather will lift on the day before my flight back to Toronto… seriously.

So maybe my lack of excitement is at least a little justified. 

Things are looking up though, I’m heading off to  Warsaw tomorrow.  It holds a lot of promise and I’ll have a total of 3 different tour guides (Family!) so maybe that’ll be awesomer!

See you in a week!

P.S

Thanks to Tanya/Radek for help with my rain jacket purchase.  I would have been so screwed without that jacket!

September 21st, 2008 by Peter Organa
Posted in Not Programming | Comments Off

Going to Poland! Also I’m sick!

So I’m off for a two week Polish vacation in Poland!

Also, as is my nature I’ve fallen ill with a cold days before leaving for my red eye flight. (Thanks Marco from work, way to spread the germs)

Perhaps I’ll blog from Poland!  But I probably won’t!

September 11th, 2008 by Peter Organa
Posted in Not Programming | Comments Off

AIR Mac & PC listeners

Hey, just putting the word out in case anyone else is having similar problems.

I was playing with AIR AS3/Flash recently and ran into some serious headaches while listening for the closing event.

Eventually I discovered that Mac and PC have to listen for two different events… sigh. Or so I believe, I don’t have a Mac to test on.

PC Listener:

stage.nativeWindow.addEventListener(Event.CLOSING, onClosing);

Mac Listener:

NativeApplication.nativeApplication.addEventListener(Event.CLOSING, onClosing);

I’m new to AIR so if I’ve seriously misunderstood something fundamental please email me at:

organa@gmail.com

August 25th, 2008 by Peter Organa
Posted in Not Programming | Comments Off

I made this! Rose Recommends by McCain

Rose Recommends ShotHey! I haven’t posted for a while!   I was working on a huge project for McCain foods.

Now that it’s done I can share it!

The project is called ‘Rose Recommends’. It allows the user to plan out their meals for the week.  More importantly the application will show the nutritional information for each food item and the plate as a whole.  Now you can finally find out precisely how bad eating a plate full of Cottage Cheese is for you.

I spent a pretty exciting/stressful month working on this app, I hope you like it.

If you have any questions/comments feel free to post them down below.

I’ll try to get some experimental stuff up again soom.  I just need to enjoy the summer a bit first.  It’s almost gone!

Click to see the app!

July 24th, 2008 by Peter Organa

I’m not dead! I feel happy!

Hey, sorry that I’ve disappeared!

I’ve been saddled with a bunch of major projects (with deadlines!) at work and I just don’t have the strength to code all day and then go home and code some more.

I was working on an interpretation of Grant Skinner’s curved line code which was just giving me headaches. What I have so far is just a clone of what Grant’s done. Except that my math is completely different :D Not better mind you, just different.  I made it a point to code my version without looking at Grant’s source, I did steal his ideas though!

You can see it after the break.

Read the rest of this entry »

June 17th, 2008 by Peter Organa

Don’t Get Any Big Ideas

It’s been a while since I posted, and an even longer time since I made a non-programming post.

So. Check out this video. So geeky!
Don’t you dare fast forward! You’ll just be cheating yourself.

It’s Radiohead’s Nude played on an old Spectrum Sinclair and a whole bunch of junky (fantastic) old hardware.

I found this via Boing Boing Gadgets

And yes, I’m planning a new AS3 project. But I need
A) An idea.
B) Time! Work has been crazy this week and I’m kind of exhausted.

Grant Skinner kinda sorta challenged me to re-do my Angry Red Tick with better code, so I may very well get started on that this weekend.

June 6th, 2008 by Peter Organa

flipBoard Version 1.0 (swf and Source)

Alright, here it is flipBoard Ver. 1.0!

This is an animated picture transition engine written in AS3 which uses as3flickrlib to connect to Flickr to pull images in real time.

I realized that the panels in the previous version were far too small and far too fast. Giving the impression that the panels were just kind of shimmering rather than actually flipping. This version has much larger and slower panels.

I’ve also added title and author support!

Another new feature is skipping images: If you click on the image you can force it to go to the next image without waiting for the timer. I’ve added a new transition style (circular) for these forced swaps.

After the break I’ll show off the working swf, I’ll give a link to the source code and I’ll describe how to use the application.

I’ve also included a bare bones example of my as3flickrlib implementation.

Read the rest of this entry »

June 2nd, 2008 by Peter Organa

Pixel Board using as3flickrlib (SWF in progress)

I’m still working on this one, but I think I’ve made enough progress that I can show it off in its current state.

This AS3 app is pulling images from Flickr using as3flickrlib and displaying them in an animated pixel board.
Read the rest of this entry »

May 31st, 2008 by Peter Organa

Colin Moock and Jim Corbett interview

Hey,

I just saw this posted on Colin Moock’s blog.

FITC just posted an interview (more of a chat really) with Flash guru extraordinaire Colin Moock and Adobe Flash Player engineer Jim Corbett.

If you’re interested in the internals of the Flash Player engine, or the direction the player is going. I’d suggest checking this out. It won’t win any awards for cinematography but it will give a better idea of what’s going on inside the flash player and Adobe.



May 22nd, 2008 by Peter Organa

Zoom In/Out Image viewer (.swf & source)

First of all, I made it to ten posts! W00, I really wasn’t sure if I’d make it this far.

Recently at work, I had to write an AS3 image viewer with zoom and pan capabilities. It was a lot harder than I had anticipated. I decided to write another (much better) version for the blog. I’m hoping that by releasing this code I’m saving a couple people a lot of grief.

You can zoom in/out with the buttons in the bottom right corner, or by using your mouse wheel (Mouse wheel might not work on a Mac! Let me know if it’s an issue or if you have a solution).

After the break you can see the application in action.

I’ll also try to explain some of the ActionScript parts I found interesting.

Read the rest of this entry »

May 18th, 2008 by Peter Organa