Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash 4 creating functions

Status
Not open for further replies.

radiostar

Programmer
Feb 23, 2004
14
AU
Hello,

Does anyone know if you can create custom functions in Flash 4? I know that in Flash 5 and above you use the syntax:

functionName(arguments){
statements to execute;
}

Any ideas if something similar can be done in 4? The reason I ask is because I'm developing something for Flash Lite which only supports flash 4 actionscript.

Cheers,
Radiostar
 
You can use 'call' to create blocks of reuseable code but they're not quite as powerful as functions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top