Hi- I've been away from flash for a while, and have just written a quick game, to test my skills...

One thing i have forgotten/missed:

What is the difference between these two:
code:

function f() {
// do somthing
}


code:

f=function() {
// do something
}