I am quite new too all this flash stuff, and just got a book on Flash Actionscripting.
When i type in the following source code, the book says that the message “Hi there!” should appear in my output box, which it doesnt.
function sayHi () {
trace(“Hi there!”);
}
What is it im doing wrong??
Cheers