Groups | Blog | Home


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 > april 2005 > threads for wednesday april 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

Controlling multiple sounds with seperate sliders
Posted by deadhead at 4/20/2005 10:57:35 PM
Trying to control the audio volume of 6 different sounds in my library... I have 6 sliders each with a seperate play/stop button (which also conrtol a movie object [speaker1, speaker2, etc.]) the first (and only) frame in my flash movie contains the following instructions: _root.speake...more >>

Board Game
Posted by LSmith4285 at 4/20/2005 9:48:00 PM
I am trying to recreate a board game within Flash. My problem is moving the pieces on the board. Basically I know all of the x and y coordinates for all spaces on the board but I need to read these in and move the piece along them one by one. This will result in incrementing and decrementing t...more >>

Item scripting for game.
Posted by Rob_jones732000 at 4/20/2005 9:45:46 PM
Can anyone help me to script item pickups for my game, it's fairly complicated and hefty!! Nsurveyor has helped me with the script but he hasnt been on here for a while now and time is running out. Below is an example of the script for 1 room, the script is similar in every room. If anyon...more >>

Opening a PDF up on a MAC
Posted by roadGiant at 4/20/2005 9:39:20 PM
:confused; I am trying to open a PDF up using the MAC projector in Flash MX. I tired it by using the fscommand like this: on (press) { fscommand("exec", "Picture 1.pdf"); } that didn't work. Then I tried the same code except where it says, "Picture1.pdf" I replced it with the na...more >>

Need to access other-domain .XML
Posted by Nate Weller at 4/20/2005 8:43:37 PM
In testing, my stuff always worked fine, and then I uploaded my weather application, and soon found out that because of security reasons, flash doesn't get xml feeds from sites that aren't from the same domain. So, I saw that there was a way to use php as a proxy, and I implemented that, and ...more >>

need help with stoping my action script
Posted by ~eXe~ at 4/20/2005 8:15:47 PM
well i have a script and in the middle of it i need it to stop all actions for 5 seconds...........more >>

Flash background audio
Posted by MacGyver_97 at 4/20/2005 8:08:40 PM
Hi, Not sure if this is a DreamWeaver forum question, or a Flash question, but here goes. I'd like to have audio playing back in one frame of a frameset (call this 'leftFrame'), and the main website in another (call this 'mainFrame'). In mainFrame, I'll have a Flash toggle button which is t...more >>

play movie clip forwards then backwards
Posted by tuffkille.tk at 4/20/2005 7:59:57 PM
first of all I need some help to define a variable that should be global(?), all movie clips should be able to use it. where do I put the code for the variable and how do I do it? now for the main issue: first take a look at the http://10mbt.ath.cx/nikola/index.htm. move your mouse over ...more >>



resize object with onMouseOver
Posted by DC_Eric at 4/20/2005 7:57:57 PM
I want and object to double in size when you mouse over and then when you mouse out it goes back to its origianl size Is there a way to do this easily with actionscript? I know how to do it the long hard way without actionscript. ...more >>

Disappearing dynamic movie clips on rollover
Posted by Danny Mac at 4/20/2005 7:09:02 PM
Howdy, I'm creating a bunch of movieclips dynamically in a loop. First i'm making a bunch of rectangles. Then i'm making these text boxes. What i want is when i roll over one of the rectangles, i want it's text box to show up. Right now i'm doing it with the visible = true/false thi...more >>

stage resize
Posted by g5604 at 4/20/2005 6:55:10 PM
hi. i am trying to set my content to the center.. works great but mucks up when i resize the window. any ideas why? Stage.align = "TL"; Stage.scaleMode = "noScale"; stageListener = new Object(); stageListener.onResize = function() { posContent(); } Stage.addListener(st...more >>

Movie Clip Question
Posted by StargrrlGrafx at 4/20/2005 6:01:09 PM
I have a movie clip on the main timeline, that loops continuosly on it's own. I want this clip to start out in the movie in an off position, then start to play when a button is clicked. I don't know how to tell the movie clip to be still from the first frame untill the button tells it to play....more >>

2 qyestions about preloaders
Posted by Magusdf at 4/20/2005 4:46:44 PM
about a moonth ago i stubled on a tutorial for a preloader for dynamic text but i can't seem to find it now. was wondering if anyone can point me in the right direction. second question is kinda on the same lines looking for some direction in making a preloader for dynamicaly loaded jpeg...more >>

Send POST data to ASP, get XML
Posted by chris.davis at 4/20/2005 4:40:54 PM
In short, I'd like to pass form data using POST instead of GET from a Flash MX 2004 app to an ASP page. I'd then like the ASP code to read the information using Request.Form('item1') where item1 might represent one of the variables sent. I'd then like to return an XML stream back to the Flas...more >>

variables
Posted by ESQIMO at 4/20/2005 4:39:54 PM
can u help at the moment im creating something simple in which when you press a key on the keyboard a .swf loads on screen so far i've only managed to load one .swf per key, what i wish to do is load one of three .swf per key and also have them appearing at a random part of the screen. ...more >>

Random Load SWF
Posted by exuk at 4/20/2005 4:21:56 PM
I am building a project that loads 30 images in to empty movie clips. I want one of the images to apear on top randomly. What is happening now is that the first swf in my loop always shows up on top. Here is a link to waht i am doing: http://www.0-style.com/files/ Here is some code i a...more >>

Problems drawing box using actionscript
Posted by Danny Mac at 4/20/2005 4:07:20 PM
Howdy folks. I'm building a graphing tool using flash. Right now, i'm trying to dynamically draw some boxes using actionscript. What happens is that the text boxes show up with the coordinates in them (like i specified) but no actual boxes are drawn. Any Ideas on what i'm doing w...more >>

FLV
Posted by Cristiano Venturella at 4/20/2005 4:04:04 PM
I installed the Flash MX 2004 Professional and for my surprise i can´t export FLV....Do i really need to have something like Adobe AfterEffects? Why doesnt works in Premiere? thanks ...more >>

MediaController
Posted by Alikat at 4/20/2005 4:00:11 PM
I am using the MediaController component and the fast forward button is grayed out. I need to be able to fast forward using the fast forward button. The video is not embedded, I am calling a FLV in the inspector. Any ideas? ...more >>

load a movie clip into a holder
Posted by macron at 4/20/2005 3:56:03 PM
is it possible to load a movie clip (symbol) into a holder movie clip using loadMovie? here's the script i used for loading a jpeg into a holder clip, but can it be modified to load a movie clip instead? function loadJPG1() { holder.loadMovie('image1.jpg'); } thanx, macron ...more >>

Export for ActionScript
Posted by Bla3 at 4/20/2005 3:36:54 PM
I have added a jpeg as a symbol and would like to use it in actionscript. As I understand, I need to go to "Linkage Properties" and check the "Export for ActionScript" checkbox. The problem is that this checkbox is disabled... How can I enable it? Thanks!!! ...more >>

Depth is killing me
Posted by aquarian911 at 4/20/2005 2:55:24 PM
scenario: i have a mc, where i am loading a image by loadmovie at depth 2. the image here is of the size of the mc. i want 4 buttons to be displayed on the image, so that navigating with these the image beneath changes. what was happening was the image as was coming on level2 was hiding th...more >>

for loop with movie clips
Posted by Crimin at 4/20/2005 1:30:26 PM
I am trying to set the visiblity of a bunch of movie clips on the stage to false. The movie clip instances are named object1, object2 etc. I am trying to do this with a simple for loop like this for (i=0; i<20; i++) { myObject = 'object'+i; myObject._visible = false; } This doesn't seem to...more >>

variable from a loaded textfile
Posted by vinnio at 4/20/2005 1:14:15 PM
I want to load to a different page when my textbox is "off". This "textbox" is extern loaded from a txtfile. Variable of the textbox is "check". In the txtfile I used content=off. but it isn't working. Can someone help me out? Thanks! myData = new LoadVars(); myData.onLoad = function...more >>

Change color of a number of Movie Clips
Posted by Mark Pusateri at 4/20/2005 12:12:33 PM
I need to be able to gradually change from one color to another. I've found a number of scripts and tutorials but all date back to flash 5 or 6. The way they're written doesn't work in 7. Can anyone point me in the right direction for changing (more to the point, fading) a clip over time of ...more >>

onEnterFrame help needed!
Posted by Zanzibarber at 4/20/2005 11:55:17 AM
I'm no actionscripter but need to accomplish the following. I have a main timeline that is stopped on frame 2 with variables declared thus: _root.onEnterFrame = function() { total = (math.round((yourmoney)-now-ninety-year-future)); totaltenners = (total)/(yourmoney/100); if...more >>

buttons
Posted by Darek__B at 4/20/2005 11:49:22 AM
I've made several two-state buttons (mc). What is the best way to get this action: when I switch a button on, all other buttons switch off. Of course I can write a script for every button which switches off other buttons separately but I think it's a nonsense... Sure It's simple for a program...more >>

CURRENT SELECTION CAN NOT HAVE ACTIONS APPLIED TO IT
Posted by Fran Owens at 4/20/2005 11:41:49 AM
Help! All I want to do is assign an action to a button that tells my movie to gotoand stop on a frame. I thought I could just select the down state of my button graphic and assign an action script, but that is not the case. What am I doing wrong? ...more >>

found Void where textfield is req
Posted by mattmuller at 4/20/2005 10:52:15 AM
Hi I get this error, i have attached the code, is there another way to be doing this... Ive tried changig the type tp textField and returning box1_txt etc but same errOr :) its when box1_txt = this.createTextField.... MaTT class TemOneSupplier extends MovieClip { var header_txt : TextF...more >>

FLV (5MB) not play on dial-up
Posted by BackBayChef at 4/20/2005 10:13:29 AM
I have some flv's that don't play on a dial-up connection. I think it might because of thier size for the following reasons: 1) My flv's at how2dance.com are around 200k - 300k and are a couple of seconds. They work on both highspeed and dialup. 2) These current flv's play fine on highspe...more >>

Variables help!
Posted by ozzyT230 at 4/20/2005 10:05:14 AM
Hi, Im a hard working user of flash and im going to create a type of Rpg game online site, And i need help with some variable stuffs. Lets say we start with 3 coins, We go to the market page and lets say we buy a cape for the price of 2 coins, After we have bought it i should have 1 coin le...more >>

Disabling All Buttons
Posted by BillG-Chicago at 4/20/2005 1:16:48 AM
What would be the best technique for inactivating buttons once they're beneath another movie clip? In other words, when a movie clip is placed over an active button, the button remains clickable even though it's now hidden. How can I inactivate the button. I know about button.enabled = false, ...more >>

Elegant Solution Required...
Posted by Tony at 4/20/2005 1:06:24 AM
Hi... I can draw. I can make beautiful animations. I can even write a fair old bit of actionscript. But this has me stumped - so all and any help much appreciated. A table has names of prodcts on the left hand side and sizes available accross the top (built and finished). The table has "...more >>

Controlling an FLV
Posted by J 10 at 4/20/2005 12:00:44 AM
Hi, I have been trying to work this out for days. I'm trying to develop a flv player. I've added the pause, play &amp; stop buttons, a progress bar to show how much of the flv has downloaded and also added a scrubber to move to parts of the flv that have already downloaded. What I can't see...more >>

get url
Posted by woschd at 4/20/2005 12:00:00 AM
:confused; I guys, My intro movie has got 2 buttons. Each buitton should be re-directing with get url to another page on my website built in Dreamweaver. It works with 'get url' if it directs to the main homepage, but not if it is in a subfolder in Dreamweaver -> Page cannot be found. If I dir...more >>

Coloring Sheets
Posted by smanton at 4/20/2005 12:00:00 AM
I'm quite clueless when it comes to actionscript. I was thinking of doing some sort of coloring sheet in flash though for a project at school. It would be a fun way to meet my school's requirements and might help me learn a bit about actionscript. That said, does anyone know of a good tutorial...more >>

Help with my movie clip!
Posted by ~eXe~ at 4/20/2005 12:00:00 AM
What Am I Doing Wrong? I have a movie clip (a chest for my rpg). I want this to happen...When you walk over it and press space a msg pops up (no problem with that) and says that you found a herb then it shecks your invintory (no problem) then the next time you walk over it and press space it...more >>

How to set a custom property to a symbol-instance?
Posted by yaroukh at 4/20/2005 12:00:00 AM
I'd like to create symbol that would be attached to a class, which would use such a property. Let's say I'd like to create graphic symbol "www_link_symbol" which is attached to ActionScript 2.0 class named "Anchor". The Anchor class has defined onRelease method; this method could read the prop...more >>

How to return to Director from imported Flash
Posted by david196 at 4/20/2005 12:00:00 AM
Hi I have a Flash quiz inmported into Director. At the end of the Flash sprite I would like to return the user to Frame 10 of the Director movie. I would appreciate it if someone could point me towards the code which will do this. Thanks David ...more >>

Component List
Posted by Delarada at 4/20/2005 12:00:00 AM
It is possible to put more than one icon to the component List in the same item? How I could do it? thanks,...more >>

locate variable
Posted by flaskvacuum at 4/20/2005 12:00:00 AM
hi, wonder anyone of you have these problem. I am currently understudying a hand over flash project. I am thinking is there a way for me to locate the specify variable among the many movieclips used in the project. I know there is a variable being alter from a script, let's say 'on (press)' an...more >>

mozzila interpretations/problems
Posted by cristi_tulcea at 4/20/2005 12:00:00 AM
a photo gallery. maybe it's not as2 code but the other code i use in the gallery won't work only in fp7, as2. the site is http://www.work.ro/cristi/ralImageVue/ everithing is working fine except when i'm attempt to load the big picture. the way i do is: -load the picture -see his coordin...more >>

Using a preloader to preload multiple movies
Posted by n-Qube at 4/20/2005 12:00:00 AM
Is there a means I can use a preloader to preload multiply movies without necessarily having the preloader on each movie. I have my movies as swf wich will be called into a target. ...more >>

how do i make a button that starts a movie
Posted by dazza...mate at 4/20/2005 12:00:00 AM
i know how to make normal movies ant that, but i don't know nothing about action script can someone tell me how to make a simple button that will start the movie when i click on it...more >>


DevelopmentNow Blog