Archive for Articles Submits

ActionScript 3.0 : Enter The Frame EventListener

Listen

EventListener EVENT.ENTER_FRAME as we all know is useful to trigger function you want to check up on conditions for a indefinite period of time. e.g. A check for game over state in a flash game. However, to control the flow of the your flash projects, usually we build only one of these and employ it to the stage trigger various function to have a better control over the code.

Read the rest of this entry »

IPOD Touch Tips and Tricks : Need More Generic Album Art

Just last month, I was rushing to compile my favourite 80′s song and later I noticed all the albums does not have an album art for it. How do I create a generic album art? Simple – there’s actually a lot of sample album art inside your iTunes installation folder. All you need to do is to browse the folder called X:\Program Files\iTunes\iTunes.Resources (Where X is the drive you installed your iTunes into) and take a look at the sample of graphical generic album art you get.

To fit the album art into your compilation, first start iTunes and open up your playlist. Shift click and select all the songs you wanted to compiled as one album under one album art for e.g. My Classical Collection 2008. Simply edit one of the selected album in the playlist (while songs are selected, rename just one and all the selected file album will be renamed accordingly). Next you may want to assign an album art for it by dragging images from the folder which I’ve mentioned to the album artwork section in ITunes located at the left hand corner.

 

genre-classical genre-hiphop 

genre-blues genre-classicT

genre-world genre-soundtrack

Aptana IDE Customization : Programming with Dark Theme

Normally editor such as notepad, editplus, notepad++, visual studio, devstudio and many more. They came with light theme by default, which means utilizing white as the background and the syntax as the colored ones. Have you ever seen a dark theme before?

 A dark theme looks like a classical o/s prompt command or linux terminal. I found a wonderful color customization from Boris Popoff that day, regarding the customization of color template for dark theme for Aptana IDE. After using Aptana IDE for quite some time, I find dark theme suits my vision better, cause I always thinks that white background on the lcd monitor can be way too bright. Well that’s just my field of vision.

 

For those who are new to Aptana IDE – Free javascript IDE can read my review here

 

php_small

 

The font used for this is MS-Consolas. When tweaked your IDE will look like the picture above.

To download this color customization template for Aptana IDE check out http://gueschla.com/labs/green-chaud/.

IPOD Touch: Screenshot with Firmware 2.0.2

One of the features that I like about the new Firmware is the screencapture feature. You can actually screencapture any application or screen (cept for the slide on unlock screen). To screen capture tap sleep and home button simultaneously, if you do it correctly you can see a flash on a screen.

The captured screenies will be inside the photo icon under Saved Photos.

Read the rest of this entry »

ActionScript 3.0 : Using Tweener Class

I just came across these Tweener Class while browsing through Google just today – find it quite interesting for those interested in building interactive applications using AS3.

Firstly it is lightweight and does not need to code much to get movement animation you desire e.g. rotation, linear tween and stuff you do in the normal tweening in Flash. You can actually use this class, to build some lightweight interactive menu stuff project.

Check out the sample SWF I Attached Here. A cute image movieClip called CuteMC is used for this demonstration and also a status dynamic text container in the stage. Hah..ha Check out my summersault doggy.

 


All you need to do is to download the AS3 version of the actionscript file and unzip the folder caurina to your same swf of your project.

Below are my source code sample used to do some simple tweening as shown above.

Read the rest of this entry »

Page 8 of 13« First...678910...Last »