Tuesday, February 06, 2007

Flash - Not so Flash

Well what can we say from this month's assignment, I only have one word that comes to mind "Flash".

The Flash assignment A12_KISS, I thought that this would be an easy one to do, until I started getting problems with Actionscript. What a pain, most of the time it doesn't do what it says it does. Like making the script go to the next scene, frame 10 for example, just because you miss out the handler it throws a paddy and errors like made.

Put the actionscript coding right and still it won't work, also doesn't help when your using a slow computer, as when testing the flash file it judders alot this doesn't make things easy for testing.

On a better note though I final got my Flash assignment complete, all be it at the last minute, everything seems to slot into place when you have a short amount of time left well that's what it felt like today.

Tasks for Next Week:

  • Work
  • More Work
  • And even more Work

Will be finding out next week as to the new assignment. That's it for today, untill next time

1 comment:

Mark said...

Hi Adam,

I know its a bit late to help now, but maybe useful for the future.

I think to link scenes to buttons the code is as follows:

on(press){
gotoAndPlay("Scene 59", 1);
}

You can use "on(release)" also. just change the scene number, and keep it within the speech marks. That is where mine wouldn't work.

You get the email from Steve regarding the 'new'assignment?
What do you think?

Mark