all groups > flash actionscript > may 2004 > threads for sunday may 23
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
load movie specific frame: no solution works
Posted by jubal44 at 5/23/2004 9:19:09 PM
Hi!
I want to load some movies at specific frames, by clicking some buttons on
another movie. I have several problems, and have tried everything...
This is the ways I tried:
Movie1:
Button1:
on (release) {
loadMovie("dos.swf", 1);
vars = button1;
}
Button2:
on (rele... more >>
attached movieclip looses functionality
Posted by xyz123 at 5/23/2004 6:50:54 PM
Hello,
I defined a movieclip, sub_mc, containing a button to which this simple code
is attached:
on (press) {
trace("button pressed");
}
When test run I can press this movieclip sub_mc and the text "button pressed"
is shown in the output screen.
Next I attache this movieclip... more >>
stop on frame for x seconds, then continue?
Posted by rswiiiix at 5/23/2004 6:40:28 PM
hello,
i am making a simple header with some bitmaps that fade in/out.
i would like the bitmap to stay at 0 transparency for say 9 seconds, then fade
out while the next one fades in, etc...
instead of making the time line incredibly long, while the playhead moves
through basically inactiv... more >>
[Help! Quick!] Scenes and movieclips.
Posted by Simon Jakobsson at 5/23/2004 4:24:57 PM
The topic name because i got a deadline on thursday.
The situation are following: I'm in a movieclip in "Scene 2". In the movieclip
there is first an animation of 30 frames then on the 31 frame i want the movie
to jump to Scene 2, frame 2, so I did some actionscript myself, but with no
luck.... more >>
help: using a button to play a separate movie clip
Posted by Travis Schau at 5/23/2004 3:44:24 PM
hi,
on the main timeline, I have a button and a movie clip. The movie clip is set
to "stop" on frame 1. The end of the movie clip sends it back to frame 2, so it
loops. What I want is for the button to make the movie clip play. So upon
release, the button needs to advance the movie clip to... more >>
button behaviour with movieclip: howto ?
Posted by xyz123 at 5/23/2004 3:24:03 PM
Hello,
It is stated in various documents(marcomedia-press) that by defining button
states in movieclips, it is possible to get button behaviour in movieclips.
The states that can be defined are, " _up, _over, _down ". By adding any of
these states as labels in movieclips, as with button s... more >>
Slide out
Posted by plugin+ at 5/23/2004 3:16:22 PM
Hi people,
I am sure this is a simple query but I just can't get my head round working it
out, I am pretty new to AS, maybe thats the problem:
I have four button links which trigger off a sliding panel (movie), how can I
give Flash the intelligence to know which was the last button clic... more >>
open a url in the same window
Posted by Playa 05 at 5/23/2004 2:42:06 PM
Hey,
I used the action
on (press) {
getURL("http://www.google.com",_self);
}
but its not working, it keeps opening websites in new windows, I want it to
load websites in the same window
help .. anyone
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Java Pop Up
Posted by drumbum2oo8 at 5/23/2004 2:22:13 PM
Okay, I have been making a flash web site and I want to make it so that when
someone hits a button a certain flash comes up in a pop up window. I have tried
using this tech note
http://www.macromedia.com/support/flash/ts/documents/popup_windows.htm But I
cannot get it to work. Could someone ... more >>
Bitmaps in a Tsunami?
Posted by marstudio at 5/23/2004 1:54:37 PM
Is it possible to use bitmaps as the core of the MCs in a Tsunami? Or does it
have to be text? I've built them before, using text and would like to create a
similar navigation using jpgs or gifs instead of words. Is this possible? Do I
need special script for this? Or is there another effect t... more >>
right mouse
Posted by HypnoTech at 5/23/2004 12:57:36 PM
Any way of disabling the menu when you click your right mouse button and replace it by your own?... more >>
load movie specific frame: no solution works
Posted by jubal44 NO[at]SPAM yahoo.com at 5/23/2004 11:41:04 AM
Hi!
I want to load some movies at specific frames, by clicking some
buttons on another movie. I have several problems, and have tried
everything...
This is the ways I tried:
Movie1:
Button1:
on (release) {
loadMovie("dos.swf", 1);
vars = button1;
}
Button2:
on (release) {
... more >>
Dynamic Symbols
Posted by plugin+ at 5/23/2004 10:34:01 AM
Hi people,
Is it possible to change the property of a symbol from a movie clip to a graphic via actionscript?
Thanks... more >>
Flash projects
Posted by Tmac at 5/23/2004 9:20:00 AM
I am having a problem adding a file to a project or I should say the file
doesn't remain in the project. After I add it to the project, check it in,
close the project and then open the project, the added file is no longer in
the project. Does any one have an idea of what I might be doing wrong or... more >>
Using Date (object)
Posted by kode408 at 5/23/2004 9:07:53 AM
I want to use Date (object) so that when it is a certain month to another month
(e.g: In between the beginning of January and the end March in the year 2004)
or after a certain month in a certain year (e.g: After April in 2005) it goes
to a certain frame, but how will I acomplish this?
... more >>
e Kiosk - Flash hangs after a few hundreds runs.
Posted by Loso at 5/23/2004 8:44:43 AM
I am running an e Kiosk application I've made using Flash.
my SWF runs inside a browser and uses .Net web services and XML files in order
to communicate with my server.
I am running into a huge problem now when doing QA for the application.
the application will be running constantly, each... more >>
Datagrid Highlighting Cell Data on Focus
Posted by aregnano at 5/23/2004 4:09:38 AM
Hello,
I was wondering if there was a way to have the cell data in the datagrid to be automatically highlighted when the cell in focused?
Thanks... more >>
is there a way to view one scene in action?
Posted by Kay Poe at 5/23/2004 3:23:39 AM
I have three scenes: preloader, into, main. I would like to preview the
preloader only. either it doesnt work or it goes by sof fast when i view the
movie that i can't see it. it is only loading a tiny bit of music; i would
like to make sure the preloader works before posting it.
is th... more >>
|