all groups > flash actionscript > july 2006 > threads for sunday july 2
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
Question --Function.call--
Posted by sobaka11 at 7/2/2006 10:52:26 PM
I have a class:
class My {
var keyListener:Object = new Object();
function My() {
keyListener.onKeyDown = function() {
lala();
};
keyListener.onKeyUp = function() {
};
Key.addListener(keyListener);
}
function lala() {
trace("my");
}
}
I want that... more >>
Do I use Interval code to make this happen
Posted by wynterain at 7/2/2006 9:57:38 PM
I want the following example to animate one panel after another. First you need
to know that the animation was created with actionscript. I say this because
each panel is on a different layer and the actionscript is on the first frame
of each movieclip and not on an actions layer. Also when ... more >>
Help me make a simple "click to link" action
Posted by TheStigma at 7/2/2006 6:36:17 PM
I'm trying to add an action to a button, so that if clicked, you are transfered
to a certain link. Very simple stuff, but I just got into flash coding and
understanding the basics, so forgive my noobness =)
Here is the code so far (the action script for this one button):
[code]
// Acti... more >>
Neat Moving Photo Mosiaic
Posted by ArtCabot at 7/2/2006 4:22:52 PM
There's a really neat piece of Flash at
http://www.here.comhttp://www.calvarychapelcostamesa.com. The developer says
he did it this way:
[b]Basically, we made Flash play tetris with a directory listing of images.
The images
are put into folders labeled 1x1, 1x2, 1x3, 2x2 etc. dependin... more >>
random integer question
Posted by Jimmathy at 7/2/2006 2:07:16 PM
is it possible to set a minimum on a ex : random(7) sort of thing? so like the random number would be between 1 and 7?if so how?
thanks
... more >>
augo generated scroll bars won't go away
Posted by livingwithanangel at 7/2/2006 12:23:36 PM
I used the following sample script provided by macromedia to create a scrolling
text area powered from a text file and css file, but when I move on to another
part of the FLA., the scroll bars generated by this script remain - on top of
other layers. How can I tell the scroll bars to go away?
... more >>
Simple Tween Component
Posted by Scott Filloon at 7/2/2006 1:02:56 AM
I have been working on (what should be) a VERY simple component/compiled
clip. The component will allow for setting actionscripted tweening for
movie clips. It's so basic that I opted not to even use a class and it uses
all internal actionscript. The problem is, when I drag it on the stage ... more >>
dynamic text problem
Posted by Mike Eazy at 7/2/2006 12:00:00 AM
OK, I load a sound.swf into a empty movie clip for my mp3 swf, and I have the
dynamic text field (which is called "display") to show the song information
when the file has 100 percent loaded. And when I click the next button I want
it to show the information of the next song. The problem is ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Import and export the image in flash
Posted by dez_udas at 7/2/2006 12:00:00 AM
HI! Guys!
I am Quite New to to flash in this enviroment so please i need help can any
one help me out in this problem.
the issue is I need to upload the image from my desktop to certain flash
animation by draging and generate the image from that final Flash animation and
save it in my comp... more >>
|