Ask a Question related to Macromedia Flash, Design and Development.
-
Colin Mcgarry #1
pb Tutorial calculator.fla in Flash
Hello
A Newbie in Flash I've been following the tutorials. I've come up against a
small problem in the calculator.fla tutorial.
Folowing to the letter the instructions gives a code :
-------
// Calculates total price
on (click) {
with (_parent){
priceTotal_txt.text=Number(price1_txt.text)+ Number(price2_txt.text)+
Number(price3_txt.text);
}
};
---
On testing the file this gives an error message:
---
**Error** Scene=Scene 1, layer=Components, frame=1:Line 19: Statement must
appear within on/onClipEvent handler
};
Total ActionScript Errors: 1 Reported Errors: 1
---
Comparing the file with the finished file I see there is a extra semi colon
at the end of my file.
I take it out and the file works. But I don't see why, and I don't see where
line 19 is counted from.
Can anyone shed light.
cpmac
Colin Mcgarry Guest
-
flash gateway tutorial
Hi, Some years ago I can remember that I found a totorial on how to connect coldfusion to flash. The example did make some kind of master... -
Flash ASP Tutorial
Is there any Tutorial that anyone knows of that gives you the complete step by step info on Flash sending data via ASP to a database and then being... -
RSS into flash tutorial or component?
Hi Any one know of a good tutorial or component available for consuming an RSS feed and displaying in Flash? Thanks -
flash mx tutorial file that comes with flash needed
does anyone out there have the tutorial file that comes with flash mx, i don't seem to have it anymore and I need stiletto.fla 1,2,3,4, copy.txt... -
REQ:Flash MX Form tutorial
Hi - I would like to make a simple feedback form (name, email, comments) in Flash MX. Does anyone know any tutorials for this? One using PHP...



Reply With Quote

