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 > june 2005 > threads for sunday june 5

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

Dnamic text when rotated does not work...
Posted by ervision at 6/5/2005 11:55:40 PM
When I have a dynamic text field that loads text via actionscript, and rotate it 90 degrees it does not work. The text does not display. Is there something that I am missing? Thanks. Eric...more >>

Dynamic importing of images (not jpeg)
Posted by rdavis9 at 6/5/2005 11:46:28 PM
Can anyone tell me if it is possible to dynamically import a .gif image into a Flash movie clip or does the image type have to be .jpeg? Thanks...more >>

Simple problem?
Posted by DHz2 at 6/5/2005 11:45:48 PM
I suspect this is a real "newbie" problem, but I have the following code snip that doesn't work correctly: var tempOne:Number = 123.45; var tempTwo:Number = 0; // tempTwo should be the same both times... tempTwo = Math.round(123.45); trace(tempTwo); tempTwo = Math.round(t...more >>

remove the border on InputText component
Posted by blesone_ at 6/5/2005 11:39:45 PM
does anyone know how to remove the border from the TextInput component ? Thanks!...more >>

masking dynamic text
Posted by Ineedsleep at 6/5/2005 11:37:45 PM
text.setMask(mask); but this doesnt work it just dissappears does any one know what is wrong with this/?????...more >>

scrolling objects?
Posted by Odd-1 at 6/5/2005 11:07:29 PM
hi, i've got this site i'm working on, and I need to make a section with like an iframe type setting, where there's a bunch of boxes one on top of another but since there are too many, I can make a scroll button. well i got something here, BUT if for example you scroll all the way down to the ...more >>

Help on error message
Posted by kwillmo at 6/5/2005 10:32:46 PM
When I try to link a button, this is the error message I get: **Error** Scene=Scene 1, layer=Layer 5, frame=33:Line 1: ')' or ',' expected getURL(http://www.yahoo.com); Total ActionScript Errors: 1 Reported Errors: 1 Any suggestions on what I'm doing wrong here? Thanks-Kevin ...more >>

HELP - Stop action is ruining all my movie
Posted by joanalisboa at 6/5/2005 9:42:01 PM
Hello I have several menus in the same movie, in the same scene. They work with stop actions and "on release go to next frame" kinna thing. The problem is they work in they own layer but they also work in the rest of the layers...they are stoping my hole movie in each frame...how can i mak...more >>



text keeps going
Posted by Jay Neck at 6/5/2005 8:36:12 PM
Hi: I have a problem with a scrolling text. Made own buttons to scroll a text, but if I don?t release the button and move the mouse outside it, the text keeps scrolling. Tried with on (releaseOutside) but did not work. Please look at the sample file http://www.caralimon.com.ar/sample.fl...more >>

Puzzled assigning variables...
Posted by Manare at 6/5/2005 8:06:04 PM
Hello everybody! I've been trying to do this for a long time without any success. I guess it's easy but I just can't figure out how to do it. I'll try to simplify it and explain myself in the best way I can. I've seen many times the following procedure to assign a variable name to a te...more >>

Can I reference a movieclip in another frame?
Posted by ShaneHoffa at 6/5/2005 7:07:41 PM
Is there any way to reference a movieclip on another frame with actionscript? Here is my situation: I have my Flash movie imported into Director. The Flash movie contains a drop-down menu. Each item in the menu is calling a function in Director. I need to bookmark each selected item so the...more >>

How can I make my movie only show what the frame shows in flash
Posted by frank_grimes2 at 6/5/2005 6:00:31 PM
How can I make my movie only show what the frame shows in flash. Right now, if i play my movie (well its a website) in a big window like an internet browser, then it shows everything that happens in the gray areas of flash, outside the action stage, or frame. How can i stop that. I only want t...more >>

Text Box Help
Posted by ~eXe~ at 6/5/2005 5:55:12 PM
Hi, i am creating a dos like game all in text ^_^ and i have a console and input like this --------------------------------------------- |...........................................................| |...........................................................| |........................more >>

Creating new movie clips and placeing them on a grid
Posted by TAGDigital at 6/5/2005 4:51:05 PM
var gaaiAnimationGrid:Array; var giHowManyColumns:Number = 5; var giHowManyRows:Number = 3; for(tempColumn=0; tempColumn <= giHowManyColumns;tempColumn++){ for(tempRow = 0; tempRow <= giHowManyRows; tempRow++){ gaaiAnimationGrid[tempReel][tempRow] = createEmptyMovieClip(?reelSymbol...more >>

Scrolling Mc
Posted by Eworks at 6/5/2005 2:37:27 PM
Hi guys My problem is i am making a portofolio section in a site and i have to scroll a MC of pics and description for every project i did. So i will be having a MC called " pics_mc" this have the pics and the data and i need to scroll it up and down but by using a slider like the one in the ...more >>

simulating a mouse click... can i be done
Posted by greg brant at 6/5/2005 2:31:26 PM
is there anyway to simulate a mouse click with actionscript.. i know i could just execute a function that had the same lines at the onPress handler or even call _root.myThing.onPress(); however.. i need a press event.. because i need a Release event after.. this is what happens i ha...more >>

Urgent! please I must have this today (actioscript)
Posted by AmitGWva at 6/5/2005 1:26:59 PM
I created a presentation in macromedia flash, now I am having a problem with the action script I have the main screen called "presentation" and after that a nested screen called "midgam_group" and after that the nested slides. i have a slide called "slide8" i want to go to by using a button ...more >>

How do they do that a flash game can only beplayed online?
Posted by aa at 6/5/2005 12:03:35 PM
How do they do that a flash game can only be played online? ...more >>

In an existing FLA how do I change its frame rate?
Posted by aa at 6/5/2005 12:02:21 PM
In an existing FLA how do I change its frame rate? ...more >>

putting higher bandwidth
Posted by aa at 6/5/2005 12:01:23 PM
I was advised to put higher bandwidth, with the flash video importer if I wanted an imported AVI file into FLA to preserve its origuinal quality. How do I access the bandwidth ? ...more >>

loadVars
Posted by Leopold Hastreiter at 6/5/2005 10:56:55 AM
Well, now I loaded this txt-file containing my variables (arrays actually) but don't know how to define these variables in my action script using the exact same variable names, which are unknown. Currently I do it like this, but that only works if I actually know the variable names beforehand:...more >>

feedback form
Posted by Ineedsleep at 6/5/2005 10:56:31 AM
I have my feed back form and works well until I put it on line when it does nothign I thought it would be the other way round when its online it just does nothing when I run it from my hard drive it Emails me??? does anyone know what it wrong? ...more >>

Actionscript-PRESENTATION-GOTOSLIDE
Posted by Amitgeva at 6/5/2005 10:05:51 AM
Hello, I created a presentation in macromedia flash, now I am having a proble with the action script I have the main screen called "presentation" and after that a neste screen called "midgam_group" and after that the nested slides. i have a slide called "slide8" i want to go to by using a but...more >>

Drag & Drop group evaluation
Posted by cryptoboy at 6/5/2005 9:30:01 AM
I am trying to build a drag'n'drop flashgame based on the dynamics o forming groups in a classroom (Flash MX 2004)... This has proven to be a difficult task for me as my knowledge o Actionscript (particularly AS1.0 and 2.0) is limited from beginner t intermediate.. I really hope some of you ...more >>

Text effect
Posted by monkeymik at 6/5/2005 9:07:46 AM
Hi i usually struggle around in Authorware to do my teacnk materials for school but would like to do a text effect in a swf. In flash I am a novice! What I want to do is have a block of text then a few water drops to fall on to the text and the text to melt and run down the screen before dis...more >>

What does (n) mean
Posted by calicut at 6/5/2005 8:48:02 AM
_global.setMenu = function (n){ } what does the (n) mean here?...more >>

Some images not showing up
Posted by swim4it at 6/5/2005 5:30:30 AM
I've created a slideshow in flash, and all the images are there and correct, but the problem is,, only some of the images are showing up. Any ideas why some would show up and others wouldn't? I've checked to make sure they are all RGB pictures, and they are all named correct, and they are all...more >>

Scrolling Thumbnails
Posted by Rionoir at 6/5/2005 4:25:34 AM
Ok I hope someone out there can help me with this! I've been working at this since yesterday and I just can't seem to find how to finish this menu... Look here for the basic concept of what I've got so far: http://www.kirupa.com/developer/mx/infinite.htm Mine is the same coding except I'...more >>

How would I check the state of a group of radio buttons?
Posted by JPigford at 6/5/2005 2:48:45 AM
I'm using MX 2004 Pro and I have a group of 16 radio buttons. How would you check to see if a radio button is selected? i'm doing some form validation and need to make sure one radio button is selected. for instance, right now with this i'm checking to make sure the text input box is atl...more >>


DevelopmentNow Blog