all groups > flash actionscript > august 2006 > threads for sunday august 20
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
setInterval and clearInterval problems
Posted by gregmax17 at 8/20/2006 9:29:52 PM
Really simple question, take a look at the script I am using:
_root.end = setInterval(function() {
clearInterval(_root.end);
gotoAndStop(20);
trace('end----------');
}, 1500);
Why does it keep tracing 'end---------'? Any help would be appreciated. Thanks... more >>
Format a text field
Posted by Pe_ka at 8/20/2006 8:19:13 PM
Hi,
Anyone that happends to know if there is a good way of preformat a string for
currency?
Example;
I have a number = "1234567" that i want to look like this "1.234.567" or
similar and eventually include a currency symbol such as "$".
I have checked the manual but can not find it.... more >>
Falling objects don't trigger hitTests?
Posted by VaporAction at 8/20/2006 7:51:03 PM
I have 2 hitTests that fail to be triggered if the object is falling when it
hits the hitTest area...and I'm using an onEnterFrame handler not
onRelease....does anyone know of any special issues with this? The falling is
done through this code...
ElementFe_mc.onRelease = function(): Void... more >>
If statements within component listener
Posted by Pe_ka at 8/20/2006 7:29:36 PM
Hi,
I am going to use two radiobuttons and have a selection using if -statement.
When i test this script both the trace -commands are executet. Can anyone
please tell me what i am missing. I want only one of the if-statements to
execute when clicking the radiobuttons.
The script i am t... more >>
Tool Tip Help?
Posted by Adam Deeley at 8/20/2006 6:58:04 PM
Hi, Ive made a tool tip (note) that appears when the mouse passes over a
button. at the moment the tooltip appears instantly when the user rolls the
mouse over the button and dissapears when the mouse rolls out (this is how i
want it to work) I also have the tooltip following the mouse when it... more >>
server side video to FLV convertor
Posted by tahadaf at 8/20/2006 1:23:17 PM
Hi,
is there any solution to upload video files(AVI, MPEG, ETC...) to the server
and they'll be converted to FLV files automatically?! Is this possible anyway
without using FCS tools?!
Please advice,
Hadi
... more >>
XML problem -- C
Posted by CoDo at 8/20/2006 12:41:13 PM
My XML loads succesfull.
It is 20 K and about 270 lines/nodes.
Trace shows 200 lines correct and not more.
Is this a limit of trace() ???
When I open the xml file in IE it show an error in line 134.
I checked 15 times and there is surely no typo in the xml.
Anyone any idea??
TIA
Co... more >>
Skip Intro
Posted by fire orchid at 8/20/2006 2:23:45 AM
Hi - I can't seem to get my "skip intro" button to work.
I have 3 scenes - one is the preloader (called "preloader"), one is an intro
(called "intro") and the third is the actual site (called "main").
On both the preloader and the intro I have a button with the following script:
on (re... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Filmstrip photo gallery scrolling effect, need help...
Posted by withhisstripes at 8/20/2006 12:17:40 AM
Heya,
If you visit http://www.hookmedia.biz/cabinet_source/v4_f and goto the
photo gallery you'll notice that the photo gallery works well except that the
filmstrips doesn't scroll left or right. Now, I built this one based off of a
Kirupa tutorial, and when the photo gallery is in a se... more >>
LINKING TO PDF FILES
Posted by DAVE J MILTON KEYNES at 8/20/2006 12:00:00 AM
Hi to all,
I am a complete novice to Flash Pro. Just started to use the software.
I would like to know the script to link from Flash 8 Pro to open a pdf file,
from a button, but not in browser (i.e. in acrobat reader) but within an area
on my movie i.e. I don't want my main movie screen ... more >>
loading different sized pictures into loader
Posted by higreg at 8/20/2006 12:00:00 AM
:confused;
Hi all,
I've got a problem....I've created a photo gallery in flash 8 using a loader
component but I'm using photos of different sizes.So I had to size the loader
to all possible photo sizes but then the pictures tend to load all over the
place within the loader component!
... more >>
Game
Posted by Sterockicy at 8/20/2006 12:00:00 AM
How IN DETAIL would i make the following game. BTW i made the animation
describing how it would work. Whenever i posted just asking know1 understood
what i wanted it to look like and do so here you go
http://img92.imageshack.us/my.php?image=howtomakeelectricutiongamebk9.swf
Thanks
St... more >>
|