all groups > flash actionscript > june 2004 > threads for friday june 4
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
Why am I not accessing MovieClip methods?
Posted by JPI at 6/4/2004 11:23:00 PM
I have an array full of Strings:
foodToUse = ["berries", "cake", "crab"];
I want to display their corresponding movieClips (who's linkages are set to
"berries, "cake", and "crab") using the array
for (var i = 0; i<3; i++)
{
tmpString = foodToUse;
attachMovie(tmpString, t... more >>
call exe from a flash.exe
Posted by Jonnhy at 6/4/2004 8:19:17 PM
How could I call a exe from a flash.exe
thanks... more >>
Loading .jpg images
Posted by Reno R at 6/4/2004 7:52:39 PM
Hi
Ok I know that you cannot load progressive jpgs....
Well Im in a situation where Im pulling images from a server that holds like
1000000 images....and over half of them are progressive!
There has to be away around this...I need to load these somehow whether
they are progressive... more >>
Loading .jpg images
Posted by Reno R at 6/4/2004 7:52:34 PM
Hi
Ok I know that you cannot load progressive jpgs....
Well Im in a situation where Im pulling images from a server that holds like
1000000 images....and over half of them are progressive!
There has to be away around this...I need to load these somehow whether
they are progressive... more >>
3D Text Rotation- begginer! help!
Posted by coolfatbum at 6/4/2004 7:46:18 PM
i have a plain piece of text i need to make rotate in a cylindrical 3D stlye.
if this doesnt make sense its not like when right clikcing the text and
telling it to rotate, not that style of rotation.
It needs to rotate around in a 3D way.
If this makes any sense to any one please help!... more >>
bookmark
Posted by moens at 6/4/2004 7:37:38 PM
I have a flash with a lot of buttons in a htm. Now I want to us "book marker"
can some one give me the action code that I must put in the flash by the button... more >>
Does setDepthTo( ) even work in 2004?
Posted by B at 6/4/2004 7:33:15 PM
Hello everyone... I'm trying to set the depth level of a movie clip by using
the setDepthTo(10) method and no matter what I do, the movie clip will not
change depths. It's almost like the setDepthTo method is not even a real Flash
method. The reason why I say that is because in the Actionscr... more >>
action script panel
Posted by durislav at 6/4/2004 7:24:19 PM
....how is possible in Flash MX 2004 switch action script panel to "normal mode" ????... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How can I use a root variable in a MC?
Posted by Habitmaster at 6/4/2004 6:43:39 PM
If I state a variable in the root timeline, how can I retrive the value in a movieclip?
On the root timeline I state X=whatever. In a movie clip if I put trace(X), it doesn't get the value.
Will... more >>
can a child divorce its parent?
Posted by BenFranklin at 6/4/2004 6:25:00 PM
Once a MovieClip has been created as a child of another, is there a command
that will either change the level of the original clip or replace it with a new
version that is one level up, i.e. at the level of the parent? Thanks.
... more >>
when does while() stop?
Posted by Habitmaster at 6/4/2004 6:08:38 PM
Does the while() loop run only when the playhead is on the frame that has the loop? Or once stated does it continue throught the movie?
Thenks,
Will... more >>
if (X ==10 plus or minus 2)
Posted by Habitmaster at 6/4/2004 6:06:05 PM
Is there an operator that will say "equal 10 plus or minus 2"
I am looking for a shortcut to this statement if(x>=8&&x<+12)
Thanks,
Will... more >>
IDE is not showing yesterday's ActionScript
Posted by KevinMatte at 6/4/2004 5:24:13 PM
Background:
- Using Macromedia Flash MX Professional 2004 7.0.1
- On a Windows XP Professional.
- Created a "Flash Form Application"
- Testing Tree and DataGrid. The Tree loads XML from a web-page for its
content.
Today:
- I can load and test the project, and it works fine.
- I can... more >>
Clearing a multiline inputtext
Posted by Jeremy Blain at 6/4/2004 5:18:50 PM
I'm having trouble clearing a multi-line inputtext
Everything works wonderfully if it is set to single line,
but when it is set to multi-line, it seems to clear the last
line, leaving the previous lines intact.
The inputtext has an instance name of "intext"
My code looks something like belo... more >>
moviecliploader (target_mc,loadedBytes,totalBytes)
Posted by Carey Kinker at 6/4/2004 5:12:25 PM
i am having trouble with a loading bar for moviecliploader
here is where my code is after hours of trying
var mypics:MovieClipLoader = new MovieClipLoader();
var mylistener:Object = new Object();
mypics.addListener(mylistener);
mylistener.onLoadProgress = function(// not sure what go... more >>
MovieClipLoader Problems
Posted by knucklenutz at 6/4/2004 4:50:08 PM
Hello,
I am using the following code from the HELP section of MX2004 to load a JPG
into a target movie clip. The code seems to work in so much that the traces
are appearing and the JPG is loading, but I don't get any byte information.
This is preventing me from manipulating a progress ba... more >>
Tell Target?
Posted by bxSiN at 6/4/2004 4:36:23 PM
I haven't done actionscipt since 5.
What replaced tellTarget?
I use to use this on a button to controll a clip.
TellTarget myclip
gotoandplay etc...
what is it now?
Thanks... more >>
onClipEvent
Posted by bxSiN at 6/4/2004 4:17:54 PM
I noticed you can do "mouse down" & "mouse up". I don't suppose you could use "mouse over"? Is there an alternate command I could use for a movie clip that would allow me to do "mouse over"?... more >>
LoadVars and Persistent variables problem
Posted by John Obelenus at 6/4/2004 3:47:12 PM
I am using the LoadVars object to get information to and from a specific php
page. When I create the onLoad function, if there is a success, I set other
variables off my root, to the value of the variables caught by the LoadVars
object. Once I am out of the onLoad function, my root variables ... more >>
loading and changung
Posted by edwinmerced at 6/4/2004 3:41:42 PM
When I load a swf file via the loadMovie it does no allow me to position
it or scale it. Any idea why? What am I doing wrong. I read some place
that you cant transform something you load on the same frame..... more >>
repeat something while the mouse is down on it
Posted by Julia at 6/4/2004 3:23:33 PM
Hello,
I have a button and I want to repeat some steps as long as the button is
pressed. For exampe, let's say while the mouse is held down on the button,
some random steps occur. When the mouse is released, the steps stop
executing. How can I do this? Do I need to use a movie Clip instead?
I... more >>
Targeting inside a scrollPane?
Posted by rythmikone at 6/4/2004 2:28:02 PM
How do you target something inside a scrollPane? I have movies inside a
scrollpane and I want to manipulate them from ouside the scrollpane.. ie: call
a function that is on a movie clip inside the scrollPane.
Thanks.
Paul
... more >>
External Text File Into A Variable...
Posted by GRAMOPHONE at 6/4/2004 2:17:50 PM
Hi,
I would like to know if it is posible to have an external text file into a
variable.
The external text file will be updating every 3 or 4 minutes.
If someone knows of a tutorial that I can get or can explain to me how to
accomplish this, I would really
appreciate.
Thanks
Gr... more >>
createTextField can not add text after textend 2
Posted by Patrick Ehret at 6/4/2004 1:07:28 PM
Hi, it' me again with still the same problem!
I have created Input-Textfields with "createTextField".
(Of course: type = "input" and selectable = true )
At startup, the textfields were filled with dynamic
text from an textdocument outside of the flash.
this is all working great.
But it's ... more >>
getURL IE vs Netscape & Opera (bug?)
Posted by Mzko at 6/4/2004 12:30:59 PM
Flash 6.0
getURL(..../page.html#bookmark) under Netscape & Opera works ok. IE do not go
to bookmark.
getURL(..../page.html%23bookmark) under Netscape & Opera error message. IE
works ok.
How can i go to bookmark?
... more >>
constraing a random function?
Posted by djdubden at 6/4/2004 10:41:49 AM
Hey all
I have a random function where the user presses one button to star a MC and
another to stop it. When it is stopped i have a random multiplication that
moves the MC so when it is played again it has moved. The trouble is sometimes
it moves out of the screen.
Here is the script for... more >>
flash mx 2004 datagrid component
Posted by kakas at 6/4/2004 9:39:31 AM
hi ,
i was trying hands on datagrid component. can anybody help me solving a small
problem.
i have 2 fields Terms and description. Now the problem is that the terms data
is small in size whereas the dat inserted in description is more that 3 lines.
I wanted to text wrap that data to the... more >>
Load jpg to movieclilp
Posted by Dave Lett at 6/4/2004 9:24:12 AM
Hi All,
Flash MX
// attach a movieclip to a
_root.attachMovie("mc_EmptyMC", "mc_EmptyMC", 9999);
// set the vertical position
mc_EmptyMC._y = this._y +7;
// set the horizontal position
mc_EmptyMC._x = mc_EmptyMC._x+175;
// load an image into the empty movieclip
loadMovie("a... more >>
how do yo make it run smooth?
Posted by TJMonster51 at 6/4/2004 7:35:49 AM
heres what ive been working on. it works. but it doesnt work smooth.
http://www.vinylized.us/shootem.swf
how do i make the sliding motion run alot smoother. it runs smooth if your
moving the mouse around but not when its sitting still. its all jittery.
heres the code
//frame one
Mouse... more >>
How to Randomly Animate Movieclips Back and Forth
Posted by Davidn65 at 6/4/2004 6:02:50 AM
I could really use some help with this. Can anyone help? I am trying to
figure out how to randomly animate movieclips back and forth between several
set positions.
It's getting late here. Does that make sense?
What I'm trying to do is animate a flow/pulse of data bouncing back and for... more >>
Special characters upon load dynamic text
Posted by Deco Oliveira at 6/4/2004 4:55:47 AM
I'm going trough some troubles whenever I load dynamic txt files as dynamic
texts in my .swf file.
The texts almost always loads fine, but after characters like "&" the texts
disappears. For example if my txt file content was " Happy Birthday, Happy
Christmas & New Year". In the dynamic tex... more >>
Can Actionscript check windows registry/.txt file
Posted by janice_2k at 6/4/2004 4:26:36 AM
Dear Gurus and members,
I am a newbie in ActionScript. I developed an e-learning website using mostly
Flash MX 2004 and ActionScript 1.0. I plan to create a record/playback plugin
using media control interface (MCI). The plugin is a one time installation.
During the installation, the insta... more >>
Automaticly playing a sound
Posted by Tabbeby at 6/4/2004 1:10:31 AM
I have this script to play a sound with a play and stop button, but when the
page loads the sound doesnt play automaticly, I have to push play to have it
play.
spepaker is a movie clip
speaker.stop();
song = new Sound();
song.onSoundComplete = function() {
speaker.play();
... more >>
Preselected item in combo box
Posted by Dinghus at 6/4/2004 12:22:50 AM
I would think I could find something on this somewhere. This is pretty
standard functionality for a combo box.
I have a form, with combo boxes. When the user is done they click "SUBMIT" to
go to a printable version of the form. NOW before they go any further it asks
if everything is cor... more >>
ping server
Posted by misc at 6/4/2004 12:09:09 AM
I am looking to ping a server from a web page, then place a record into a
database showing whether the server is responding or not.
Are there any tutorials or does anyone have an answer?
... more >>
rounding number objects to two decimal places
Posted by c-dude at 6/4/2004 12:04:13 AM
Hi all,
Is there any way to round number variables to two decimal places???
I thought that I could convert the numbers to strings and use a substring or a
lastindexof call to break it down, but I would prefer to keep all values in
number format.
Any ideas out there????
c-dude... more >>
|