Monday, March 17, 2008

It's back to Flash

Max and I have gotten back into working with Flash, since that seems to be a common interest with the both of us. It seems now, after working with C++ and JAVA that coding ActionScript will be easier. We've already worked out a few problems that came up. One was with a "quit" function and the other was a string problem. First of all here is the "quit" function:

on(release){
fscommand("quit");
}

The problem we were having was that you need to run the program as an SWF file. You cannot run the program in Flash. The other problem was just that Max didn't add in a +. When you code for inserting strings into text, you need "Your Text " + isherestring, or something of the sort. It's a lot like JAVA.

Overall... It looks promising.

No comments: