In and out of focus

April 18, 2007

Most played Yoshi Touch n Go

Hello friends and followers, I have finally uploaded all of my old tutorials so rest assure that you won’t be snowed in like that again. ^_^ From now on its back to how it should be, abeit with a few differences in style.

Now that the blog is at its prime(content wise) I decided that I should probably try and advertise the blog a little as the content is great, I just need readers. So thats what I’ve been doing. So far it seems to have paid off, my subscribers and hits have risen quite a way.

So the plan from now on is to make my blog much more interesting so that people will actually stick around. So you’ll notice the improvement of quality in entries from now on. So lets get started.

Holidays

The holidays have been fine although kinda different, I haven’t seen much of my friends but have been spending more time with the family. The first weekend we had easter which was great. Chris bought me one of those 100s and 1000s eggs. On Sunday night we had something down at Woonsy which was good fun. Although I think we need to move away from the PCs a bit and return to the consoles. We’ve also been doing some reno work out the back so I’ve had to help out there a bit too.

I had to go into Uni twice last week(which sucks as it takes 2hrs either way) to hand up an assignment. But it was worth it as I finally decided what to do with that excess money lying around. I bought my first digital SLR camera and what a bargin too.

I bought the Sony Alpha100 in the twin lens kit (18-70mm and 75-300mm) for $AUS1391(not including $100 cashback), I saved over $400 off the RRP and here’s how:

-the store had 13% for that day only
-their price was cheaper than the RRP
-Sony are offering $100 cashback for this month only

I also got to enter a competition to win more Sony gear as I bought the camera.

I am so thrilled with the purchase, I love the camera and especially that 300mm lens. I just need to figure out what settings are best for what conditions that is ISO, aperture, shutter speed etc.

On Friday we had rellies for Sydney come down, we also had a family BBQ on the Saturday night with them. One of them bought me a photography magazine which was very considerate.

For the rest of the week I’ve been working/studying/playing games and plugging my blog. I’ve got a few days of work up ahead which will keep me busy.

A few links

I just wanted to take a bit of time to link out to a few good blog entries(about blogging) that I’ve read this week.

Why I like/dislike blogging

Why you need to be a renaissance blogger

I really enjoyed reading these two entries, I hope you do too. :)

The other plug that I wanted to do this week is one to an affiliate site of NRX domain, I was browsing thru their wares and noticed this page that has a small collection of old TV adverts from The Legend of Zelda series.

Old adverts

The first advert for the original Zelda is absolutely hillarious, so tragic, just sad, here’s the Youtube stream:

Well thats it for this exciting episode. You know, I’m pretty awful at this whole blogging gig, so if you have any advice be sure to drop me a line.


Posted in Life | Comments (4)


Timeline Control

April 17, 2007

Assumed Knowledge: Basic creation of symbols and general Flash interface
Concepts Covered: Controlling the movement in the Flash timeline through buttons

Open up Flash and make 2 buttons, one which is labeled Play and the other one Pause. On a new layer create some sort of animation that lasts for at least 10 frames. Extend the bottom layers length in the timeline so that it is the same as the animation.

Add the following code to the Play button:

on (release){
play();
}

And add this code to the Pause button.

on (release){
stop();
}

Let?’s look at some of the code. on (release) means that once the button is released. The { finishes the statement what follows it on the next line tells the program what will happen once the button is released. play() makes the program play the animation in the timeline and stop() stops the animation in the timeline. The ; ends the command. The final { closes off the code.

Now when you test your movie you can click Pause to Pause the animation and Play to continue it.

How would you make the program stop at the beginning therefore prompting the user to press Play to begin? Simple. Place

Stop();

in the first frame. This will stop the program automatically.

You don?’t need to use release to make the button do the code. You can use other conditions such as press.

This type of timeline control is probably the most important Flash code that you?’ll ever use. So make sure that you know how to use it. It also works well in animation pieces with a simple user interface.

Downloadable Source Files


Posted in Tutorials | Comments (0)


Motion Guides in Flash MX

Assumed knowledge: Basic Flash MX interface, able to motion tween, knowledge of layers and movieclips
Concepts covered: Tweening with motion guides
Ever wanted to amake a tween go in the direction that you want and not in a straight direction? I feel your pain. This tutorial will teach you the basics on how to tween movieclips in and direction that you want through motion guides.

To start first choose a picture of your choice and then convert it into a movieclip. Right click on the layer of the movieclip and select Add motion guide.

On the motion guide layer draw a line with the line tool or the pen tool if you want to be creative. Make sure that the line is all connected . On the movieclip layer right click several frames down the timeline(I chose 20 frames) and create a keyframe, then create a motion tween between the frames of the movieclip layer. Make sure that the guide layer lasts for the same time as the movieclip layer and has no keyframe at the end just a frame. With the movieclip move it over the end of one side of your line and it should snap to the end. Go to the end of your movielcip?’s motion tween and move the movieclip over to the other side of the line. View your animation by pressing Cntrl + Enter and see how it moves where you want it. See how you can?’t see the line of the motion guide in the movie? You can change that line anyway that you want to.

That is how you use motion guides to tween a movieclip into any direction that you want.

Downloadable Source Files


Posted in Tutorials | Comments (0)


Next Page »
"People's values change over time, and so do the leaders of a country. So there's no such thing as an enemy in absolute terms. The enemies we fight are only enemies in relative terms, constantly changing along with the times."
The Boss
For your consideration, a blog about video games as written by myself: