all groups > flash actionscript > december 2004 > threads for sunday december 5
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
How to use onClipEvent() in frame actions?
Posted by lancelott at 12/5/2004 11:26:59 PM
onClipEvent() is only for moive clips, but can I possibly use it in frame
actions to control the movie clip? My purpose is try to lump all the action
codes in frame (e.g. making a layer 'actions' for codes). I want to add some
function to a moive clip using onClipEvent but it seems to only wo... more >>
Scrollers working one minute.. the next they arent!
Posted by dougsanto at 12/5/2004 11:08:48 PM
alright ive been working on a website over the past 2 months. I have 2
dynamically loading text boxes that were scrolling fine. i also was using a
scrolling volume adjustment for some audio. I was messing aroudn wtih the
pre-loader and now Neither of them work! how bizare is this? anyone h... more >>
problem with function and timeline
Posted by (_seb_) at 12/5/2004 8:58:06 PM
Hi all
I'm having a strange problem:
I have a function declared in frame 1 of my main timeline.
In a Layer underneath, same frame, I have buttons that call the function
with on release action. like:
on (release) {
functionDoThis();
}
In same layer, but in frame 2, I have more of the ... more >>
Where can i find a tutorial on creating a scrolling menu like this?
Posted by gma216 at 12/5/2004 8:43:01 PM
http://www.diesel-mktg.com/main.htm
any help would be much apprciated.
thanks... more >>
Where can i find a tutorial on creating a scrolling menu like this?
Posted by gma216 at 12/5/2004 8:42:32 PM
http://www.diesel-mktg.com/main.htm
any help would be much apprciated.
thanks... more >>
curve hittest
Posted by Salsaish at 12/5/2004 8:42:26 PM
im trying to make a side scrolling game with a ball going over hills.. but it
just goes trought the hills..
Heres my code on the actions layer:
_root.createEmptyMovieClip("empty", 10);
BallWorld = function () {
// trace("blah");
var ball = empty.attachMovie("ball", "ball", 100, {_x:50,... more >>
Help with Creating Dynamic Buttons
Posted by Alex at 12/5/2004 4:24:11 PM
I had to repost this question b/c it is really quite a basic question, =
but I still requires an answer. I would appreciate any help.
I am new to flash, so I am consulting this group for help. I have =
created a movie to ingest xml and create buttons. I am at the point =
where I can create 3 d... more >>
Link a flash movie
Posted by lifestyle4all at 12/5/2004 2:42:09 PM
I have made a flash movie. I want to make a link to this movie. If i make a
geturl it opens on his one. Ik tryed to make a butten en place it over my movie
but dit disnot work.
In short i want to make a link to my flash movie en i want tot klik on the
movie to open the link.
Can anybody h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting metrics from a stylesheet...
Posted by alex-x at 12/5/2004 1:58:10 PM
I'm trying to create a dynamic text field that will size and align itself based
on it's content. The content is being styled with external CCS, which is grand
but...
The CSS has a couple of different tags defined, which specify different font
sizes. I'm not sure what the best way is to go ab... more >>
target an instance name on ANY timeline
Posted by (_seb_) at 12/5/2004 1:03:56 PM
I can't stop my questions today, sorry.
Is there a way to refer to a MC instance name WHEREVER this MC might be?
For example I have a HOME button, that might end-up being in different
timelines, but its instance name is always going to be "home", and I
want to write its action as a functio... more >>
refer to a variable once and for all
Posted by (_seb_) at 12/5/2004 12:31:50 PM
Hi all
I constantly run into a difficulty that I solve by trial and error but
never fully understand.
Please help me understand this once and for all:
If I declare a variable in my main timeline, like
myVar = whatever;
and then want to change its value from a nested MC or even an MC
e... more >>
ta binding : how to tell a XML connector to return a specific result ?
Posted by Zealex at 12/5/2004 11:31:25 AM
Hi, I need to tell an XML Connector to return a specific array depending on a
variable on the main stage : I mean : I have a variable on my stage named
'_root.myvar'. I need to pass its value to my XML connector to specify the [n]
index for it to return the right array ... I have searched an... more >>
AutoRewind for mediaDisplay/Media/Controller Component?
Posted by Tom Muschetti at 12/5/2004 10:16:25 AM
Hi,
I'm using the mediaDisplay/mediaController components to stream Video. I
would like to attach an AutoRewind function to my Video but these components
do not have them out of the box. Can someone tell me how I would attach an
AutoRewind function to this?
Thanks
... more >>
How do i get the buttons to work on this inifinite menu???
Posted by gma216 at 12/5/2004 10:00:44 AM
the inifinite menu can be found here: http://www.kirupa.com/developer/mx/infinite.htm
Ive tried to add behaviors to the buttons and none of them work.
any help would be much appreciated.
thanks... more >>
Looking for OnClipEvent equivalent code which is not dependent to movie clips
Posted by Jonzy at 12/5/2004 5:37:35 AM
I am doing some movie clip animations but for weight and redundant reasons I
need to know if is there a AS code that do like OnClipEvent that is not
dependent to movie clips. I need to place the code in the layers and not in
the symbol itself.
... more >>
Switching between scenes?
Posted by ancom41 at 12/5/2004 4:40:36 AM
I figured out the action script to make my buttons point to a frame in the current scene... but how do i point my button to a different scene? Thank you for the help.... more >>
Delete contents of movie clip command?
Posted by jb_MacMan at 12/5/2004 3:04:25 AM
This relates to my post
http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=288&
threadid=929557&forumid=15 What I want to know is if there is an action
that can erase the contents of a movie clip? I want to be able to delete the
contents of the 'test' movie clip s... more >>
rollovers in MC menu won't work
Posted by pogotek at 12/5/2004 2:56:58 AM
I have an instance of a nav movieClip on the stage with the code attached (see
below) on the instance. Within the movieClip is an an animation that has
button instances animate out and stop. The problem is that when I test the
movie the Menu animates fine but the nested buttons when rolled o... more >>
Playhead On MediaPlayback
Posted by AwesomeDigital2 at 12/5/2004 2:19:34 AM
I am using the MediaPlayback component to show little movies. My user can pick
from a list of movies. But if they start playing one, then in the middle of
that go to the list to pick another, the play head stays at the same place when
the second movie is loaded in using .setMedia Is it possi... more >>
converting eval() to compatibilty with flash 7
Posted by Jay-Dee at 12/5/2004 2:08:51 AM
i need this to work in flash 7... // Define Movienames // movies = new
Array('mc1.swf','mc2.swf','mc3.swf'); //------------------------ // Init
counter // i=0; //--------------------- // Read Totalbytes form Server //
NumMovies = movies.length; for(x=0;x<movies.length;x++){ eval('movies... more >>
why this. ?...
Posted by (_seb_) at 12/5/2004 2:01:18 AM
Hi all
I still don't understand why since MX 2004 every example of a relative
movieClip target path start with "this".
as in:
this.myMC.play();
or:
this._parent.myMc.play();
or even:
this.play();
I don't understand why "this" is used at all. Everything seems to work
just the ... more >>
Make actionscript recognize which HTML page its loaded in?
Posted by mizlame78 at 12/5/2004 1:03:43 AM
HELP!!!!
So... I have created a menu system imbedded in a template that has "hot"
buttons when you go to that page...teh problem is when you click the button and
it loads the new page it goes back to frame 1 in the swf...How can I write an
action script that says something like:
If ab... more >>
My preloader doesn?t work with a ScrollPane, help!
Posted by Eric_Pena at 12/5/2004 12:32:47 AM
I have a problem, my preloader doesn?t start until 80-90% of the movie is
loaded. I'm using components (a scrollPane) and it loads on the first frame. I
have also my preloader there, but the scrollPane loads before the preloader.
I've tried to disable 'export in first frame' under linkage, bu... more >>
dynamically import gif
Posted by cheshirekow at 12/5/2004 12:01:27 AM
i'm trying to dynamically import a .gif animation. It would be nice if i could
just do weather_mc.loadMovie("images/sat.gif") but it doesn't work. I'm pretty
sure loadMovie only works for .jpg and .swf. Its not plausible to manually
import the .gif and let flash turn it into a movie clip b/c I... more >>
|