all groups > flash actionscript > august 2004 > threads for sunday august 22
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
Simple Flash calendar?
Posted by ghost zero at 8/22/2004 10:21:49 PM
How can I make a simple calendar in Flash that highlights the box for the current date? Thanks.... more >>
arc / un-arc text with AS
Posted by tweekerbythespeaker at 8/22/2004 9:20:06 PM
I am trying to:
1. have a text block on stage
2. have a button that when clicked "arcs/un-arcs text"
2b. a dropdown next to the button with possible varying degrees of the arc.
I know I have to create a new textfeild/mc for each letter and rotate and
space them accordingly. But the am... more >>
help with springy buttons
Posted by nekkochan at 8/22/2004 6:40:27 PM
i have downloaded these springy buttons, which look great:
http://www.flashkit.com/movies/Interfaces/Buttons/Springy_-Darby_Sa-3900/index.p
hp
but I can't figure out how to attach an actual outgoing link to the buttons!!
(what good is a button if it doesn't take you anywhere?)
addin... more >>
Key.addListener(object:Object) Type casting ???
Posted by russMiner at 8/22/2004 6:33:30 PM
I am aware of all of the code out there that says to make a key listener do
this:
var myListener:Object = new Object();
myListener.onKeyDown = function () {
trace ("You pressed a key.");
}
myListener.onKeyUp = function () {
trace ("You released a key.");
}
Key.addListener(myL... more >>
Custom Cursor Code
Posted by Sam-79 at 8/22/2004 4:21:53 PM
Hello,
I've been having problems with my custom cursor in Flash MX 2004. When I
'right-click' to get the scroll-down menu, the standard arrow appears over my
custom one, and won't go away. Here's the code I'm using....
onClipEvent (load) {
Mouse.hide();
startDrag("", true);
}
W... more >>
How to turn 1000000 into 1.000.000?
Posted by Danilo Fiocco at 8/22/2004 2:46:31 PM
Im creating a swf where users enter some numbers to be processed in a formula,
but the results always show huge numbers like 168460123184, making them hard to
read, so I want to find a way to add a "." (a dot) every 3 numbers, so they
would be easier to read...
and I dont have a clue of how ... more >>
Variable Problem
Posted by Silpheed at 8/22/2004 1:32:18 PM
I made a gallery script... I use Flash 5..
it worked in 6 but doesn't work in 7...
the frame layout of the main part of the script is...
movlocation = getProperty(this, _url);
temp = new String(movlocation);
lslash = temp.lastIndexOf("/");
prepath = temp.slice(0, lslash+1);
this.... more >>
TextArea Component + images
Posted by michele at 8/22/2004 12:36:33 PM
I use a TextArea Component for a GuestBook and would like to replace
emoticons to be displayed as graphics inside this TextArea.
Therefore I replace some ascii emoticons such as ";)" via php to <img
href="xxx.jpg"> and so on. So the flash movie doen't get any ";)" but
only normal text with ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
make a button change alpha
Posted by Dier02 at 8/22/2004 12:21:15 PM
I have text covered with buttons set at alpha 10 but want the button to go to alpha 60 on rollover. How do I do this in Flash MX 2004? ... more >>
mc to play at mouse x,y & finish there please?
Posted by a little ant at 8/22/2004 12:19:21 PM
Hi,
I'm fairly new to actionscript, so forgive any obvious lack of shortcuts etc.
Have a circle on the screen called invisibleCircle_mc and all of these events
are set up to work when the mouse is inside of it.
I have an mc called pie_mc which follows the mouse as you can tell below.
... more >>
Please help with _framesloaded
Posted by radekw at 8/22/2004 11:06:44 AM
Hi all,
first, excuse, please, my terrible english, which is not my native language.
I'm quite Flash newbee and I'm trying to use quite simple action:
if (_framesloaded >= 20) {
gotoAndPlay(20);
} else {
stop();
}
My movie starts on frame 20 (there is 30kb picture) and ... more >>
Dynamic text button labels??
Posted by keith brickey at 8/22/2004 10:35:11 AM
I am trying to use several instances of one button Object that has dynamic
text labels. I have tried giving the labels instance names and I have tried
using the 'variable' attribute to dynamically change the labels, but nothing
seems to work. I named the actual button 'test' and the text label in... more >>
mouseover effect for hyperlinked text?
Posted by keith brickey at 8/22/2004 10:28:20 AM
Is there any way to make hyperlinked text exhibit a change in color when the
mouse rolls over?
Thanks,
Keith
... more >>
Make a button to go backwards on .flv 2 frames
Posted by deltacomics at 8/22/2004 7:31:05 AM
I have an .flv slide show from a quicktime movie, and the slides are 2 frames
each, I need to do one of two things, delete everyother frame, which flash
isn't letting me do. Or make a button to be able to go back every other frame.
Going forward is no problem, put stop( ) every other frame and... more >>
Shared Objects and Classes
Posted by kaiser_lord at 8/22/2004 12:36:21 AM
I have been using Shared Objects in the game that I can curently making. I have
had a few problems with the saving of score. It works fine through most of the
game but at the end of one of them the score adds like this 60 + 1000 = 601000.
I used a SOL reader (quite handy) and relised that the ... more >>
|