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
all groups > flash actionscript > december 2005 > threads for monday december 19

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

Need help in movie clip!!
Posted by Minhoco at 12/19/2005 11:46:48 PM
Well... i have created a movie clip as name bp and i want that make a link to other scene without losing the moving!!! how do i do that...please i need help....!!!...more >>


On Load Only....
Posted by sdbdogwood at 12/19/2005 11:35:27 PM
I am making a gallery and i need a .swf file to load at the beginning only. But it cant be on a frame load. Just a on load only code. I dont know if flash does that but i really hope it does. If you guys can help it would be great. Mike:brokenheart; ...more >>

Background Transparency
Posted by FlashIsTheCoolest123 at 12/19/2005 11:33:40 PM
Are you able to make all the white in your Flash MX background disapear for export purposes? Because I would like to put these moving images in over my background of my webpage, with out the annoying white background. Thanks! ...more >>

Accessing TextField Properties in a Loop
Posted by Hey, kid at 12/19/2005 11:28:14 PM
So how come this doesn't work as I desire it to // array of TextField instance names that in an ideal world would all look similar var theFields = new Array("first_mc","second_mc","third_mc","youGetTheDrift_mc"); var totalFields:Number = theFields.length; trace(totalFields); for(var...more >>

BitmapData.hitTest against another BitmapData?
Posted by NSurveyor at 12/19/2005 10:58:46 PM
I read the Help panel information on BitmapData.hitTest but I find it very vague... For example, the first parameter is: "A point that defines a pixel location in the current BitmapData instance." What's that supposed to do!?! :) All I want to do, is hitTest one BitmapData against another. Th...more >>

Help with carrying variable from MC to MC
Posted by Bucoholic at 12/19/2005 10:42:21 PM
I have a file that I want to carry a variable from a MC that has buttons to a separate MC that will load an image based on the variable. Here is what I have so far.: In the MC that loads the image I have: loadMovie(pool+".jpg", "image"); Here is what I have on the buttons: on (relea...more >>

MediaDisplay simple AS rewind...?
Posted by abeall at 12/19/2005 9:27:27 PM
I am using the MediaDisplay comp to stream some FLVs in a project. I now need a simple rewind button(no fastforward). Here's what I currently have sitting on my very broken rewind button: on (release) { //_parent.video.pause(); var m = _parent.video.playheadTime-5; trace(_parent.video...more >>

advanced hitTest
Posted by forumnotifier at 12/19/2005 8:55:12 PM
Okay, we all know that if you have geometry with more than 4 distinct corners flash gives it a bounding box which doesn't approtriately fix the actual geometry of your shape. This is a problem with using hitTest() because hitTest will go off of this invisible bounding box. Does anyone ...more >>



Mask a Level
Posted by Jamba J at 12/19/2005 8:51:15 PM
Hi all, Is there a way to mask a .swf file that I import into a level? I only want to display a portion of its contents... Thanks!...more >>

XML driven list.
Posted by dakin01 at 12/19/2005 7:58:13 PM
Ok I'm creating an XML driven "blog" of sorts in flash. I want to populate a list that is scrollable, but I can't figure out a way to make the buttons load the corresponding article. Here is a sample of the code: function loadArticleList () { var initPos = 0; var listStyle:TextField...more >>

Alert Problem
Posted by DennisWhip at 12/19/2005 7:36:53 PM
Ok well I can make an alert box pop, no problem. But I can't seem to make it pop on the keypress of a delete. The "doesn't work" code basicly makes flash crash. Thanks, Dennis ***************** Works ***************************** var myClickHandler:Function = function (evt_...more >>

keylisteners
Posted by ofeet at 12/19/2005 6:49:53 PM
I'm making a car game, but I'm having a problem with the keylisteners. say you are holding go (up arrow key) and then you press left while still holding up. when you release the left arrow key it will trigger the listener.onKeyUp but then when you release the up arrow key it won't trigger ...more >>

Loaded Text Missing Random Characters
Posted by acornelio at 12/19/2005 6:25:10 PM
Hi, I have an application that has a text field, which is populated by path to a ..txt file in an XML attribute. Here is my issue: Random Letters, characters... fail to render when I publish the movie. These Characters that are not rendering are not special characters. In most cases it co...more >>

Video Optimization
Posted by rickjanusz NO[at]SPAM mac.com at 12/19/2005 6:18:43 PM
Hi there, I'm building a flashintro that has a video embedded into it and it looks really bad. I feel like I've tried all the options for import but still looks rally bad. Even on it's highest setting for datarate 700 it still show the video pixelated. Can anyone out there tell me what I a...more >>

ActionScript for mute button?
Posted by slowkaos at 12/19/2005 6:11:37 PM
I am trying to get my mute button to work. here is how my Flash file is setup. I am playing 4 .flv files dynamicly. each of these flv files have audio inside of them. Now, I know that if I put "stopAllSounds" in the actions panel of my mute button it will turn the sound off. But when the ...more >>

Preloader Script Won't Work with MX 2004 or *
Posted by RGB at 12/19/2005 5:59:25 PM
I've found a preloader script I like. It works fine when using Flash MX to create the preloader. But when I try the same thing, using the same script in Flash MX, it doesn't work at all. I obtained the script from a tutorial from actionscripts.org. I've tried contacting the tutorial's creator....more >>

more then on MovieClipLoader?
Posted by Brian at 12/19/2005 5:18:56 PM
I been trying to make this work but something is still wrong? Basically, I would like to have two sets of load actions, but can't make it happen so far? What is wrong with this? Thanks a lot for any help! // new moviecliploader to load the thumbs var thumb_loader_mcl:MovieClipLoader=n...more >>

simple scroll
Posted by dirkness at 12/19/2005 4:09:34 PM
Hi I have a simple scroll mechanism based on giving an instance name (scrollable_text) to a gif - and controlled by 2 up / down buttons with the following actionscript: on(press, release, keyPress "<Up>") { scrollable_text._y += 30; } However, the problem is that the actionsc...more >>

Making scrool box bigger
Posted by Hakii21 at 12/19/2005 3:58:12 PM
Ok, i am new to Flash, and i am useing Flash 8 Pro, I am in the process of making a website for a company that i work for, and everything is great so far and i understand how to use the program for the most part... The problem i am having is this I have made a scroll box, for products th...more >>

Mouse move on main image moves enlarged map
Posted by Andy-K-1 at 12/19/2005 3:27:33 PM
Hi All, I have a map on the left of the screen and an enlargement on the right. I want to click ont the main map so the same part appears in the enlargement. Basically i would like to drag a box around on the left so that the area is reflected enlarged on the right as the mouse is moved. ...more >>

i Need Action Script To Enter IN Vbulletin or DigiChate
Posted by AlMostabed at 12/19/2005 2:04:04 PM
Hi , i Need Action Script or How creat Action Script to Enter in VBulletin or DigiChat ( write Name & Pass to Enter Vbulletin or DigiChat ) .....??? Thanks in advance :) ........more >>

If Frame is Loaded...
Posted by Polrursa at 12/19/2005 1:40:23 PM
I read that "ifFrameLoaded" is deprecated. Upon summoning the Help menu in Flash 8 Pro it says to use "MovieClip._framesloaded" instead. BUT I am not using a movie clip. I want to stop at the first frame until the until the last frame of the Flash file has downloaded to the web page visitor's ...more >>

var
Posted by lumeeguvnor at 12/19/2005 12:38:22 PM
when creating a dynamic/input text field there is the "var" field that can be filled in as well as the instance name. is it good ,bad or indifferent practise to use the var field? thanks...more >>

Change FPS via code
Posted by Egui at 12/19/2005 12:20:30 PM
Is there a way to say start a movie at 12 fps and then load another movie but run it at 36 fps and then load anothe rmovie and run it at 24 fps? Any code that can accomplish this and that I can get a look at? Thanks Edwin ...more >>

I need help creating something
Posted by Chris Goodiel at 12/19/2005 10:49:43 AM
In a movie I am making I have a button that I need to control the counting down of a number/timer when held then when released that number/timer needs to stop counting down. Basically I want them to have to hold the button for a time period and have the screen display that time period in ...more >>

how to make invisible a movie clip
Posted by mplekrina at 12/19/2005 8:38:12 AM
hi dudes anyone knows how to make a movie clip invisible? talove...more >>

MovieClip Problem
Posted by Rajula at 12/19/2005 6:51:05 AM
hey can any one help me.............!!! I posting my problem file link plz check it and give me solution for tht My Problem is: There two scenes in my FLA, first scene conatins one movie clip in that there is a button and Second scene contains on movieclip in that there is a animtion. ...more >>

Desperate help with a timer
Posted by Chris Goodiel at 12/19/2005 6:25:29 AM
stop(); function countDown(minutes, seconds, reportTime) { var TimerObj= new Date(); var endTime = TimerObj.getTime()+((minutes*60)+seconds)*1000; var countDownId = setInterval( function() { var TimerObj = new Date(); var currentTime = TimerObj.getTime(); if (currentTime >= e...more >>

Import problems
Posted by NomadicDesign at 12/19/2005 5:15:15 AM
Hello all, I am working on a project that requires me to load data from an XML file. This data is then transformed into two different classes, Header and Item. Header is nothing more than a label and an Array that serves as a pointer to all the Items under that header (contained within ...more >>

Urgent need for closing a window component
Posted by Amcasperforu at 12/19/2005 5:13:59 AM
Hi guys, What will be my code if I want to close my window component, I drag a window component on my stage, and set the close button to true, however when I clicked it , there's no action happened? What will be the code? Thanks. ...more >>

Data Capacity of ActionScript Arrays
Posted by JonathanPeters at 12/19/2005 5:03:14 AM
Before I go to the trouble to build code that will test the limits, does anyone have good information about the practical limits of Flash arrays to hold and work with data. It seems that for low volume, light duty, simple purposes that Flash arrays can be used as internal databases for web ap...more >>

FIREFOX and LoadVars
Posted by jonnybennett at 12/19/2005 4:27:48 AM
Simple question, why does it not work... anyone know???? Is there a solution. I am trying to load variables from a mysql database using php. This works fine on explorer, but not for firefox. Anyone know why or how to solve this firefox hinderance? I've noticedothers have this problem, but no s...more >>

Linking
Posted by FlashIsTheCoolest123 at 12/19/2005 2:54:51 AM
How do I make my oval button a link when it is pushed? Can someone give me an example please? Thanks!...more >>

Still better to move off clips, not _visible=false?
Posted by MatthewFord at 12/19/2005 2:29:08 AM
In a (supposedly) seminal paper on Flash development, written in the says of Flash 7, the author says: >>> If an animated object needs to be hidden, remove it from the screen [by setting its coords to be well off the stage] instead of setting its _visible member to false. An invisible an...more >>

How to disable Esc key and enable copy & paste shortcuts
Posted by q810 at 12/19/2005 2:04:39 AM
Hi, I'm just wondering if there's a way to disable the Escape Key to resize the project and still have the copy & paste shortcut keys enabled? Currently I have to use fscommand trapallkeys in order to refunction the Escape key, but at the same time, my ctrl+c and ctrl+v are not doing their ...more >>

need help with class references
Posted by codescodescodes at 12/19/2005 1:37:31 AM
I'm having trouble referencing some properties in my class. Here's a simple example of what I'm not understanding. class SomeClass { var BooleanValue:Boolean = true; function SomeClass() { _root.attachMovie("someButton", "someButtonName", 1); ...more >>

map
Posted by gleik.corvus at 12/19/2005 12:58:50 AM
I need to do simple rollovers inside a movie clip (map_mc). This, map_mc, is drcgged by this function: _root.map_mc.onEnterFrame = function() { leftMap= (-582 + _root.map_mc._width + 584)/2; topMap= (-404 + _root.map_mc._height + 544)/2; rightMap=(582 - _root....more >>

Alpha Transpareny
Posted by FlashIsTheCoolest123 at 12/19/2005 12:39:26 AM
How would I make a button transparent (or slightly more transparent) on a rollOver? It won't let me do those actions when editing a button. Thanks...more >>

ActionScript SUCKS - Do SOMETHING About It
Posted by XCode247 at 12/19/2005 12:22:46 AM
Sure.. When you compare ActionScript to a REAL development system such as Visual Studio .NET or even Borland, or even the Turbo Pascal or Delphi editors, then it is CLEAR that Flash offers development only as a side-benefit and not as a primary feature. ** FLASH IS NOT A DEVELOPMENT SYSTEM...more >>


DevelopmentNow Blog