all groups > flash actionscript > july 2005 > threads for sunday july 3
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
Which would you like? setInterval and onEnterFrame?
Posted by rambo_bb at 7/3/2005 11:23:32 PM
Someone told me that the PRI of setInterval was lower than the onEnterFrame in flash, and the best way to make a calculagraph is use the onEnterFrame.
I have no idea. please help me!... more >>
Unloading swfs
Posted by MotoFlash at 7/3/2005 11:13:42 PM
I have a main .swf (main)that loads an external .swf (ext1) from a menu button
on(release) action.
Once loaded, ext1 will load another swf (ext2) on a button On(release) action.
So, inside the main movie you see ext1 and ext2.
Now, I'm trying to unload both swfs (ext1 and ext2) from the... more >>
Image loading in FireFox 1.0.4
Posted by Mad Dogg at 7/3/2005 10:22:18 PM
Hi,
If you try to load a jpeg image to your flash movie using "loadMovie()" or
"Loader" component (in a PC Win XP), and your browser is FireFox, things dont
work as expected. Neither "loadMovie()" or "loader" component can load an image
when using firefox 1.0.4. But they work fine in inter... more >>
Need some help with buttons please !
Posted by goldencube at 7/3/2005 10:00:02 PM
I have a swf navigation menu with 8 red buttons, the buttons control the
content of iframe.
when rolling the mouse over them they become purple and when roll out - they
become red again.
I want that when a button is pressed it will stay purple till other button is
pressed, so users of ... more >>
Bright condition statement?
Posted by highlander_1 at 7/3/2005 7:22:55 PM
How should the correct condition looks like?
I have 6 Buttons (mc) and I want to check every Button and if their variable
"ButtonDown" i set to true in their "down" label,
and if they are - each buttons timeline should play their animation in label
"Hit2".
The "problem" is (for me) w... more >>
parsing 2 dimension arrays
Posted by TAGDigital at 7/3/2005 1:43:01 PM
Hi all,
I am receiving a data string that contains elements for a two dimension array.
I am using a loadVars object to retrieve the data. The problem is how can I
parse out the 2 dimension array? We are using a " " to delimit the 1st
dimension and "," to delimit the elements of the second... more >>
Brackets
Posted by davidGlasgow at 7/3/2005 11:15:00 AM
Hi
I have been using action script at a very basic level for years. However I am
trying to improve my knowlege. One of the things that confuses me is when to
use what type of bracket. When ever you read a tutorial or book, however basic
is just tells you what brackect to use without any ... more >>
_scale to resize image
Posted by Vinzzzzzzz at 7/3/2005 9:39:04 AM
hi guys
can anyone teach me how do i make use of the _scale to resize my tracings of
an image?
or do i have another way to resize my tracings?
i've already done the tracing and wont wan to use photoshop to edit the image
size as i have to do the tracings all over again.
thanks a mill... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
clearInterval problems
Posted by Rothrock at 7/3/2005 1:28:55 AM
I'm working on my first big CD project. I have a central menu swf which loads
several different swfs into a level, lets say level5. (Yup, believe it or not,
I'm using levels!)
When the user clicks a small button, it unloads level5 and returns to the main
menu. (The main menu has actually b... more >>
using a variable as script
Posted by azurepenguin at 7/3/2005 12:00:00 AM
ok, i 'm loading variables off a remote server to a local flash swf. one
variable (buttonActions) reads
on (release) {
trace ("hello world");
}
bearing in mind that this is the contents of a variable, how do i attach the
code within the variable to a button? is it possible?
... more >>
Image Loading in FireFox
Posted by Mad Dogg at 7/3/2005 12:00:00 AM
Hi,
If you try to load a jpeg image to your flash movie using "loadMovie()" or
"Loader" component, and your browser is FireFox, things dont work as expected.
Neither "loadMovie()" or "loader" component can load an image when using
firefox 1.0.4. But they work fine in internet explorer.
... more >>
|