all groups > flash actionscript > may 2007 > threads for sunday may 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
Button Controlling Movie Clip
Posted by Grim38 at 5/20/2007 10:34:03 PM
I have a button on the main timeline controlling an animation residing in a
movie clip. I have a mask in the movie clip that opens to show an image when
the button is in the rollOver state. I want the the mask to close on the
rollOut state. If I make a tween with it opening and a tween with i... more >>
Help in modifing action to create a button link to an external site.
Posted by aravot at 5/20/2007 9:31:02 PM
I have this action for a button, what do I need to change to make it open an
external link and the button to stay selected/highlighted.
[Q]on(rollOver) {
num=4;
if(_root.link<>num){
gotoAndPlay("s1");
}}
on(rollOut, releaseOutside) {
num=4;
if(_root.link<>num){
g... more >>
cannt open URL via getURL
Posted by Telepoozeeck at 5/20/2007 8:34:02 PM
i have the following situation:
i'm using KoolMoves to create Flash movie.
at the end of playing the player should open the URL.
so i add action script to the last frame:
getURL("http://www.google.com","_blank");
but when i'm playing the movie in the browser no URL is open.
i've play... more >>
Assign int value to Dynamic Text
Posted by FantasyZ at 5/20/2007 8:20:18 PM
Don't know why I can't update a Dynamic Text object with int value( it should
have converted to String).
My code is simple.
It change the content to a String variable which is concat of strings and int.
The strange thing is that I can trace() the correct value in the output window
but th... more >>
Playing multiple FLV files with actionscript 2.0
Posted by scriptheadache at 5/20/2007 5:42:28 PM
:confused;
Hi,
I am trying to play a sequence of .flv using the example given in the Flash
help pages. It works, but I can not figure out how to add a third, four, fifth,
etc. .flv files. I am progressive streaming. The site's new, it's in beta, I am
the whole enchilada and I am having a... more >>
need image to move to...
Posted by rabidpinata at 5/20/2007 5:14:06 PM
ok I know I could just animate it but I would like to know this anyways and
would make it faster and easier.
I am wanting a iamge to scroll right to the center of the board.
Basically the image to go from offscreen to move right.
... more >>
Context Menu
Posted by Flash Cus at 5/20/2007 3:10:58 PM
OK, so i thought...i can make a menu when the user right clicks...A Context
menu. I created a snazzy orange menu. I made the AS so that when a user right
clicks, the movie appears when they click, and when the choose an option, the
menu disappears. There are two things on my list:
1) How c... more >>
nested functions in ActionScript 2.0
Posted by vladimirj at 5/20/2007 2:44:15 PM
In my previous post i explained that i can't get to write in to a global
variable when it is in nested function. Im using
on change listener and xml.onLoad when im trying to write from the XML.onLoad
i have a problem cause that value is written to the varaible only locally and i
can't use i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
newb setinterval() help
Posted by MrLeche at 5/20/2007 2:20:26 PM
Hi,
My flash is simple, I just have to alpha in and out pictures having
setinterval() as their delays.
my problem is, the movieclip exported into .swf should be loaded wihtin a .swf
files with is mainly the control for the clips using buttons on releases then
loadMovieNum x.swf level... more >>
export on any frame but first
Posted by jacobdol at 5/20/2007 1:04:48 AM
I have a symbol 'grass' in the library: Class: Grass, Base Class:
flash.display.MovieClip
and the document class has this -
public function attachGrass():void{
var grass:Grass=new Grass();
addChild(grass);
} <-- this function is called on frame 5.
In Publish Settings, I set Ex... more >>
on load button "over" does not work until mouse moved
Posted by rockfiend at 5/20/2007 12:00:00 AM
hello,
i have a flash menu that loads from another page. when it loads, the users
mouse pointer is over one of the buttons. (because they just clicked on a
button on the past page in that same location). the button on the new page
does not realize that the pointer is over it until the use... more >>
compressing bitmap data?
Posted by zibber at 5/20/2007 12:00:00 AM
hi does anyone know if it is possible to compress bitmap data before sending to server? its going to cause massive issues:| thanks in advance... more >>
define keycode
Posted by bgersak at 5/20/2007 12:00:00 AM
How can I define keyCode (ESC button) in the following example to make the
movie play:
inv_btn.addEventListener(KeyboardEvent.KEY_DOWN,buttonESC);
function buttonESC(Event:KeyboardEvent):void {
play();
}
... more >>
Actionscript for background sound
Posted by rojere3 at 5/20/2007 12:00:00 AM
ok i have a website i am building in it i have 5 menus.
i want to have the background music to play, but when the intro menu is active
i want the background music to stop playing for the intro menu i loaded the
intro movie clip an it has its own background music. but when i leave the
intro ... more >>
goto end of MC if MC has already played
Posted by rockfiend at 5/20/2007 12:00:00 AM
Hello,
I have a short intro that loads the components of my "home" section of the
page in a visually pleasing way so it stops at the end with my navigation bar
working and active. I want this to play when someone first visits the site,
but if they then return to home from another page, i ... more >>
Generate an event
Posted by panayotisk at 5/20/2007 12:00:00 AM
Hi all,
I have a class that has a function that takes time to perform.
This function reads data from a text file into an array.
I need to notify the caller when the data is actually read so he may use
another class member function to get them.
Please give me a general guideline on what s... more >>
Is there a close or exit event for the flash player in AS 3
Posted by TheMaggot010101 at 5/20/2007 12:00:00 AM
Is it possible for to execute code when the player is closed for any reason.... more >>
Editing Text in Multiple Pop Up Windows
Posted by Bannerbox at 5/20/2007 12:00:00 AM
Hi. I am a newbie to Flash and have purchased a template which I have managed
to modify to suit my needs apart from one thing: There are several pages which
employ a pop up to show more text and I have edited this text but it only shows
the new version on one page, the others remain unchanged.... more >>
multiple function button
Posted by j_co at 5/20/2007 12:00:00 AM
hi,
Im stuck on a problem with a button, basically the button loads an external
flv through the onrelease and net connection script. My problem is that I want
the same button on rollover to load a frame in movieclip, When i try the script
in the same bracket i get nothing, When i put the c... more >>
|