Tuesday, 9 March 2010

3. Working through the Rides section...

The next part of my project consisted of designing a Rides Menu and then providing some photos and information about each ride.
I chose to simply focus upon the four main rides in alton towers rather than a massive range as I felt this was more effective to read about.
For the rides menu i used tweens so that four icons would float in and then be clickable so that once clicked it would take the user directly to the information on that ride.
I also provided a 1 and 2 button, this allows the user to cycle between two photographs. I did this simple by accessing the timeline and selecting what frame I wanted it to jump to once the button was pressed.

on(release)
{gotoAndPlay("Rides Oblivion", 11);
}

Although quite a simple piece of code, it is very effective and logical to understand, it simply selects the scene and then jumps to the frame you choose.

No comments:

Post a Comment