all groups > flash actionscript > march 2004 > threads for saturday march 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
TARGETING A TIMELINE FROM A EXTERNALSWF IN A MC
Posted by d9 at 3/20/2004 11:36:52 PM
Hi-
I have a site with multiple swfs that I'm loading into movie clips. I am just
learning how to do this and I can load the swf fine(I think!) but that swf has
multiple shoes on it and if the user clicks on shoe "3" for example not just
the first one in the timeline, I can't get the button ... more >>
Tree BackGroundColor
Posted by aire at 3/20/2004 11:11:13 PM
Hi, I need to create an application, and I use the Tree component (flash
2004) to create it.
The problem i have is that i want to make the Tree backgroundcolor
transparent, but nothing seems to work.
I tried that:
I have tried that:
_global.style.setStyle("background", "false");
or
... more >>
http://dsol.w.interia.pl - BIG SITE THE BEST WWW
Posted by ballack13 at 3/20/2004 10:51:42 PM
http://dsol.w.interia.pl - BIG SITE THE BEST WWW
[L= http://dsol.w.interia.pl - BIG SITE THE BEST WWW] http://dsol.w.interia.pl [/L]
come in
LOOK IT !!!!!!!!!!!!!!!!!... more >>
Using preloader to check if swf files downloaded..
Posted by WX at 3/20/2004 10:04:58 PM
How do I create a preloader for my web site using flash actionscript that tests
whether external .swf files have been downloaded to a visitor's computer? I
currently use JavaScript on my home page to preload all my external .swf files.
I want my preloader animation to keep looping until all ex... more >>
Plotting graphs
Posted by MrBrazil at 3/20/2004 9:28:38 PM
I need to draw functions graphs in the stage
examples:
y = sin(x)
y = x*x + 2x + 5
....
Any help
thanks!
... more >>
Continuous text scrolling
Posted by mcrensh5 NO[at]SPAM excite.com at 3/20/2004 9:19:07 PM
I'm using Flash MX 2004 and I'd like to know if it's possible to make
text scroll "continuously" instead of specifying a number like below.
on (press) {
instancename.scroll+=1
}
This isn't what I want. In my case, when the user presses a nav
button I want the text to scroll as long a... more >>
Shared Library Question
Posted by eslacker at 3/20/2004 9:17:56 PM
Hi, I have two dozen images for which I need to show a thumbnail and a detailed
version. I'd like to load the images as two different swfs, w/ each frame
representing one of the images. I also need to dynamically duplicate a
thumbnail MC and attach a copy of the MC containing the thumbnail i... more >>
Counting time elapsed after an event occurs
Posted by xs_jenny at 3/20/2004 8:19:22 PM
Hi,
I'm trying to set up something that counts the time that has elapsed since a
keyUp event has occured. I tried using the function getTimer() in a while
statement, but it's bugging out in the Flash player. Any advice?
onClipEvent (load) {
song = new Sound ();
song.attachSound ("so... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
mouse over ripples
Posted by s7r1ng at 3/20/2004 7:51:42 PM
Hello...
I want to design a flash file which will contain menu , buttons and other
graphics and dynamic text fields etc...
The problem is that i want to create ripples on my mouse position...
Or, a Gun Point .....etc... i think u got it....!!!
So, if you can solve my problem ... then p... more >>
linkaged objects is not found when use loadMovie
Posted by Burak Delice at 3/20/2004 7:48:41 PM
hi,
I have a main movie that call 3 litle movies.
Other 3 movies has own font or sound (linkaged) objects and use them
individually.
But when main movie called one of them to main stage these objects(font and
sound) is become not accesible.When I put these sound and font objects to
main m... more >>
shared object from slider component ?
Posted by DN at 3/20/2004 7:01:07 PM
hi all
plz . anyone can give some idea about saving so from slider "value"
component (drk6 ) ?
... so the next time the user opens the movie .. the slider's positin will be
like the last time user moved it ?
thx .
... more >>
Why does this work and that doesn't?
Posted by TonyGalaxy at 3/20/2004 6:37:55 PM
Using Flash4 and asp this code works:
// Get a language disgination from a file. example; "us"
// this code creates a var called language
loadVariablesNum("htprefs.txt", 0);
// Set a default value to this newly created var
_level0.asplanguage = ".";
// Load the var _levelo.asplanguage... more >>
I need help w/ scrolling image or banner. Yikes!
Posted by Kay Poe at 3/20/2004 5:53:14 PM
I apologize for the cross-post, but I am really now just understanding the
difference between the general forum and actionscript forum.
I am trying to make a bar with twelve images scroll continuously across the
top of my movie. I used code from a template I bought but I cannot seem to get
... more >>
Soooo close... I can trace the right name, but not
Posted by Shiney Lips at 3/20/2004 4:42:25 PM
I'm soooo close... I can trace a variable and output the right name/value, but
I CAN'T use that same variable that output the correct name/value as a name
reference to grab an array length from the root???
I'm trying to dynamically reference the length of the array on the root... it
doesn'... more >>
mathematics and _rotation effect
Posted by pazzoboy at 3/20/2004 4:28:16 PM
This is a twist on Duuman's post (told you I was goofing around)....
So, I made an oval movieclip, width=126 height=22 _x=132 _y=220. Document
frame rate is 35. Then, I put this code on the oval:
onClipEvent(enterFrame){
speed = _root._xmouse;
see= _root._ymouse;
_rotation +=speed/2... more >>
UNLOAD MOVIE
Posted by EZrock at 3/20/2004 3:53:48 PM
Is there a way to unload all movies above a specific level?
We are loading movies on top level ++ in a photo gallery, but my main
navigation needs to remove all movies loaded above level 6.
Thanks!
... more >>
Loading movies in the background...
Posted by bendrissa at 3/20/2004 2:48:53 PM
Hi folks
I'm suffering from very jerky playback of simple tweens. I think I need to
script the extra movies to load in the background and be ready to play - can
anyone offer scripting advice, as my searches haven't provided anything?
Due to my inexperience and looming deadline, I've had... more >>
Determining height and width of loaded movies
Posted by CSEd2 at 3/20/2004 2:18:30 PM
I am loading jpg and swf movies using the mc.loadMovie() method. Does anyone
know how to determine the height and width of the loaded movie? If you use
mc._width after loading, it gives you the widith of the stage that the movie is
loaded into, not the width of the loaded movies.
... more >>
if else statements
Posted by chrisjmcqueen at 3/20/2004 1:57:01 PM
I want to create a menu and sub menu for a site
I have attempted to get one button working. Can anyone help, this code is not
correct and I don't know enough to get it working.
I want to load a movie when the button is pressed (as long as the movie is not
already loaded). The destination... more >>
How to set Multiline in Listbox Component?
Posted by thickbrain at 3/20/2004 1:47:45 PM
How can I get the ListBox component to add and space items properly when the
text of an item needs to wrap and use more than one line of text?
I can get the ListBox FLabel object property to multiline and use twice the
height for ALL items but I cannot figure out how to do it only when neede... more >>
Refreshing Frame 1 every .5 seconds (AS1)
Posted by Scorpion990 at 3/20/2004 1:34:26 PM
What I want to do, is refresh the first frame every .5 seconds. I cannot just
put a "gotoAndPlay(1);" action on the second frame, because the movie will run
slowly/freeze. How can I do this? I have already tried:
Usage;
my_lv.onData = function(src) {
nicePlaces = [1, 2, 3, 4, 5];... more >>
Bad practices for simple loading loops?
Posted by I'm A Trampoline at 3/20/2004 1:21:59 PM
I'm not asking for debugging help, this works. I'm wondering if this is
bad practice. It's placed as the first code on the frame.
if (_framesloaded < _currentframe) { // either _currentframe or the last frame
gotoAndPlay (_currentframe);
} else {
play();
}... more >>
Need help with preloader
Posted by Matlina at 3/20/2004 8:18:52 AM
Hi!
I have a movie with 2 scenes: "Preload" and "Scene 2". There is small
animation of 3 frames in "Preload" scene, that contains 2 dynamic text fields
with variables "loadedkbytes" , "totalkbytes" and movieclip "loader". The first
frame of
scene is blank, to second frame assigned folowi... more >>
Why does flash do this...? Strange effect.
Posted by duuman at 3/20/2004 6:25:08 AM
I was messing around in flash, and I got a really odd effect. It basically
makes a movieclip turn to follow the mousecursor... but it does it really
smoothly, and with very little code. I have no idea why it is doing this...
take a look at what the end product is
[L=here]http://roy.wigginswo... more >>
forcing text to fit inside dynamic text field
Posted by wimberlb at 3/20/2004 6:16:21 AM
Hi,
I have an input text field in which the user can input text that will then
appear in a dynamic text field.
I'm wanting to write some type of actionscript that forces the text to always
be completely viewable inside the dynamic text box. For example, if the dynamic
text box is a certain... more >>
createTextField and aliasing
Posted by Burak Delice at 3/20/2004 2:42:23 AM
hi,
I created a dynamic text fileld which has embedFonts = true property. And I
want that it seems as non aliased.
I didnt find "Alias Text" in action script help. Can I control that propert
from script? And when I set .embedFonts = true, my textfield is not show any
character. How can I as... more >>
Can I add some effects to this?
Posted by trints at 3/20/2004 2:40:07 AM
I would like for this to do something flashy, but I'm really new to flash and
don't know how difficult it would be.
function loadTheVars() {
var dateVars = new LoadVars();
dateVars.onLoad = function(ok) {
if (ok) {
date_txt.text = "High Bid: $"+dateVars.day+" Bidder: "+dateVars.month;
... more >>
a simple goto command?
Posted by The guy from 7 Day Productions at 3/20/2004 12:48:06 AM
I have a small and probably simple problem, the problem is that I need my flash
document to open up a webpage when a certain thing happens.
I know you can load webpages using behaviours but this has to be inside my
buttons script.
Here is what the button contains (note I did NOT write this, ... more >>
|