Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008


all groups > flash actionscript > february 2005 > threads for monday february 28

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

setting a datefield component value?
Posted by Joey`Baga'Donutz at 2/28/2005 10:49:49 PM
Hi, I am brand new to Action Scripting so I appreciate in detail instructions :) I am using Flash MX 2004Professional. I have 2 DateField components, I would like to capture the onChanged event of the first datefield component to set the value of the second datefield component equal to the v...more >>

Jumping To Frames In A Movice Clip
Posted by punx78 at 2/28/2005 10:02:17 PM
I can't figure out why when I use the rollOver and rollOut function on a movie clip that contains 'labeled' frames why it doesn't jump to the frame like I expect. This action was inserted on a button on the main timeline: on (rollOver) { test.gotoAndPlay ('Start'); message.text = 'Should B...more >>

setInterval increasing speed
Posted by bobaki1975 at 2/28/2005 9:46:24 PM
Hi I'm using this code to move a movie clip across the screen. However, instead of moving the movieclip every second as hope, it speeds up every second getting faster and faster. Any idea why? setInterval (function() { geckomove.player._x-- updateAfterEvent(); ...more >>

Using a button to skip between frames
Posted by rhyeal at 2/28/2005 8:25:53 PM
Ok, I have two frames on a looping animation. Short of making a button that skips to a blank frame at the end of scene 1, how do I make it skip to Scene 2, Frame 2? Also, I have a button in Scene 2 that needs to skip to Scene 1, Frame 1. Currently, I am doing this by using on (release)...more >>

gif/png to swf converter
Posted by karuna at 2/28/2005 7:55:37 PM
... if there is any program that can be integrated with a VB or JAVA desktop application to convert GIF/ PNG files to SWF. -- >>> karuna >>> ...more >>

Can Sound Volume Change The Size Of An Object?
Posted by PimpaliciousNerd NO[at]SPAM gmail.com at 2/28/2005 7:45:15 PM
I wanted to know if it was possible to make an image actively change size due to a playing sound clip using ActionScript. Also, please give examples of the code, if it is at all, indeed, possible. ...more >>

help with boundaries
Posted by ~eXe~ at 2/28/2005 6:59:02 PM
I have a movie clip in my game named "player", where you can move him left, right, up and down but how do i make boundaries so you cant get to certain places? (so when u move him to a certain place he cant get through) I made a boundary but "player" was able to bypass the boundaries by walk...more >>

dynamic buttons
Posted by redl3tt3r at 2/28/2005 6:47:16 PM
Greetings Everyone, I am having some troubbles with some dynamic buttons I am trying to create. I am trying to create a button the sees what frame a movie clip is on and depending on the frame the movieclip is one link accordingly. Here is what i have: -----------------------------...more >>



is selectedNode a string?
Posted by idgarabert at 2/28/2005 6:31:00 PM
I'm having trouble getting the length of a node selected from a tree component. I put it in a string: var userChoice:String = evt.target.selectedNode; // But then, this fails, I get "undefined" for the value of str_ct: var str_ct:Number = userChoice.length // But, if I put the varia...more >>

myArray.sort()
Posted by Lowrider0708 at 2/28/2005 5:59:20 PM
I seem to have an issue sorting my array of numbers. Everything is fine unless the number is 10 or higher IE it sorts fine if the numbers are 1,3,5,6,6,7,8 but throw in a 10 or 11 and I get 10,11,3,5,6,6,7,8 How can I get around this? ...more >>

loadMovie/attachMovieClip
Posted by Ron1n at 2/28/2005 5:39:24 PM
I would like to link to a file using either loadMovie or attachMovieClip (or something simiilar) to load a flash movie clip directly from the library. I heard I had to do something with the "linkage" panel, but I am not sure. I can get it working when I access an exported .swf, but that is a b...more >>

Movie Clip - Actions
Posted by flash&me at 2/28/2005 5:22:17 PM
Hi I have a movieclip and it is in the mainstage. I wanna give a action to a button, whic is inside the movie clip to go to a nextscene. Can anyone help me on this thanks FlVenki...more >>

using variables once passed to flash
Posted by Letter17 at 2/28/2005 5:14:29 PM
I'm a flash newbie. I really don't need flash to do a lot, just run some video advertising. I understand how to pass a variable into flash. But what I can't seem to find any resources on is actually using an action script to take care of the variable. What I'm trying to do is tak...more >>

make flash menu maintain state across reloads
Posted by rdstealth92 at 2/28/2005 2:47:46 PM
i have a menu i created http://paintballtalk2.plexusweb.net/default.asp and i was wondering how if possible to make it stay at a certain point when u reload the page say i select the tird main button and it scrolls down all the subbuttons and i select one of the buttons is there a way i ca...more >>

Dyanamic Text Woes
Posted by Slipkey at 2/28/2005 2:47:44 PM
So far my actionscript work has been limited to controlling timeline functions wtihin my flash movies. I decided recently to start working with dynamic text in order to use XML documents to update the content of my swf's. I've got the data integration part down and am able to trace the resul...more >>

Movie Clip Names as Variables Movie Clip Names as Variables Movie Clip Names as Variables Movie Clip Names as Variables
Posted by dave_weldon at 2/28/2005 11:55:41 AM
Hi Guys, I hope you can help me, im pretty new to flash and am wondering how i go about naming a dynamically created movie clip. In my code below i am creating movie clip -- movie = "productImage"+k -- where k is a number that makes the movie clip unique. However, when i come to reference...more >>

Key commands for loaded movies
Posted by dharas at 2/28/2005 10:54:09 AM
I am probably being very dense, but I am stumped I have a 'loader' movie that launches up another 'swf' which itself consists of a nested movie clip The controls for the movieclip are attached to a component and include keypresses. My problem is, that although when i test the loaded movi...more >>

Change html background
Posted by SlickEddy at 2/28/2005 9:36:58 AM
Hey, Check out www.actpartners.com Here i used a popupwindow to open a fixed window containing a flashintro. I used a fixed window because the moment you click the square the background of the flashfile changes from black to white. But i want to get rid of that popup and just show the .s...more >>

SharedObject - help please
Posted by someonehasmyname at 2/28/2005 8:30:24 AM
Hi, I'm trying to simply save the state of my flash movie that appears as in the header of each of my pages. I am using a shared object to remember weather the movie is playing or stoped and what frame is on, so when the user goes to the next page it will retain the that information. Now h...more >>

attachMovie Help
Posted by RAAnthony at 2/28/2005 6:08:03 AM
I'm trying to replace a MovieClip that's on the stage with one from the library. The following code works on a Button but won't work on a MovieClip instance. I've look in all my books and this should work? but nooo. Any help, please. on(release){ blank_mc.attachMovie('parts1','twoPart1_mc',5);...more >>

Opening a CHM file from a flash projector and get into de topic
Posted by indradapps at 2/28/2005 6:03:16 AM
:clock; Hi guys, I'm supposed to open a chm file and get into de selected topic which choose from de flash projector. when i 'm using de following code. dere is an popup msg to open/save/close. somethink like same as while FIle downloading popup. on (release) { getURL("tallyref....more >>

Pause actionscript??
Posted by Prlem at 2/28/2005 4:37:59 AM
I need to pause my flash auto presentation using button file. Rightnow I?m using on (release) { stop(); } & for play on (release) { play(); } But if I press pause button, movie clip animations are not stopping. How to pause all movie clip animation? If I press pause but...more >>

I dont know where this goes
Posted by Wizardboy24 at 2/28/2005 12:49:35 AM
I want to make a game...kinda like quidditch in harry potter, but i dont know how to go about doing it....any suggestions???...more >>


DevelopmentNow Blog