all groups > flash actionscript > december 2006 > threads for tuesday december 26
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
buttons inside buttons
Posted by breez11 at 12/26/2006 11:39:01 PM
i have a rollover button and when you rollover it expands and shows two nested buttons. The nested buttons are not responding
... more >>
External swf in wrong place
Posted by boydmartin at 12/26/2006 10:56:06 PM
I have finally figured out how to call an external swf file (shouldn't have
been as hard as I made it) Nonetheless, when I preview is, besides getting a
bunch of errors about sandboxes, the external swf file is not anywhere close to
where I placed the movie clip loader? Thanks for any help any... more >>
looking for English version of this tutorial
Posted by domerdel at 12/26/2006 10:51:31 PM
I'm looking to do something similar like this example, but all the AS code is
in spanish. I'm somewhat of a newbie-intermediate AS coder, and it's been over
a year since I've touched Flash (which may demote me to newbie status)
http://www.flashkit.com/movies/Scripting/Scrolling/Scroll_H-Ma... more >>
convert dynamically created MCs into buttons
Posted by crisbosch at 12/26/2006 10:02:14 PM
I'm working on a Flash/XML photo album that loads image thumbnails dynamically
by creating individual movie clips for each thumbnail. The thumbnails are
divided into 10 groups. Every time a new group of thumbnails is selected from
the album the XML array is upadated with the correspondig image... more >>
RPG Battle System Order
Posted by gregmax17 at 12/26/2006 9:09:01 PM
I am trying to develop a battle system order engine which determines the order
of turns according to player(s) and enemy(s) speed. For example, let's say that
player A has a speed of 4 and player B has a speed of 2. The order of battle
would be like this: Player A, Player A, Player B, Player A... more >>
dynamic movie clip removal
Posted by crisbosch at 12/26/2006 7:57:18 PM
I'm working on a Flash/XML photo album that loads image thumbnails dynamically
by creating individual movie clips for each thumbnail. The thumbnails are
divided into 10 groups. Every time a new group of thumbnails is selected from
the album the XML array is upadated with the correspondig ima... more >>
URGENT ! Can anyone do links for me ?
Posted by emilio_tha_don at 12/26/2006 7:27:50 PM
Hi erverybody,
I need some help. I am doing a website and I have already done the buttons (
MovieClip style) and I need someone who can help me do the links of the
buttons. In other words, all I want is that when I click on a button, an image
appears ( that I can change afterwards). If some... more >>
XML Node Value
Posted by AwesomeDigital at 12/26/2006 7:03:20 PM
I'm going after the Yahoo weather and trying to get the value of a XML node
So after I grab the node
item_buildNode.toString() = <lastBuildDate>Tue, 26 Dec 2006 12:51 pm
CST</lastBuildDate>
So I know I have the proper node
But I want just the value without the tags
If I try ite... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Shape Tweening via ActionScript?
Posted by daphies at 12/26/2006 4:37:57 PM
Hey all,
I am trying to create a tweening using ActionScript between two vector graphic
shapes.
The application is very simple: I have frames with different shapes (frame 1:
circle; frame 2: square; frame 3: triangle and so on). I have an edit box in
which the user can select two fram... more >>
wierd math
Posted by Chris at 12/26/2006 3:44:22 PM
I'm having some wierd math results with Flash 8. Anybody know what could be
causing this?
n1 = 30.1
n2 = 30
trace(n1-n2) // traces 0.100000000000001
... more >>
setNewTextFormat problem
Posted by MatMaar at 12/26/2006 3:34:57 PM
Hi
I have several duplicateMovieclips.
If I click on one. the text inside the MC must change of textformat.
This is the script I use on the main-MC that I use for duplication
on(release){
var Main_fmt:TextFormat = new TextFormat();
Main_fmt.bold = true;
Main_fmt.font = "Arial... more >>
Need direction
Posted by SugnaShane at 12/26/2006 2:12:29 PM
I need to create a dynamically driven organizational chart that pulls from a
database members depending on company division. I would like the child nods
(Gray Circles) (if that is the correct term) to attach to the parent (Red
Circle) by lines as seen in the diagram.
http://sugnadesign.com... more >>
Page transition issue
Posted by samerce at 12/26/2006 5:27:22 AM
Hi all, i'm a noob at flash design and I need some major help with the
actionscript coding for my flash website. I have designed the home page,
however i can't figure out how to get the other pages to load when the
corresponding button is pressed. For example, I have a movie clip that will
t... more >>
Grade point average
Posted by rquero at 12/26/2006 12:00:00 AM
Hello,
The problem: This is a calculator type of script and I am going nowhere... I
want to convert the grade, example A,A+,B,B+into a numeric form. Like A+ is
equivalent to 4 and the conversion appear automatically. I have to input a
credit and it automatically multiplies with the given ... more >>
Problem within textarea
Posted by usemouse at 12/26/2006 12:00:00 AM
i have
textArea=<FONT FACE="Tahoma" SIZE="12" COLOR="#666666"><IMG
src="bird.jpg">Company was founded in Republic of...</font>
thsi SWF load the image BIRD just from local but on host it kills all the
content and cant show the image even the text
Anybody knows the solution?
PLEASE help... more >>
script assist target path freezes
Posted by peachstone at 12/26/2006 12:00:00 AM
can anyone tell me why this happens?
in script assist mode..when i click on target path...flash just freezes.
I am using a template that i bought.
I was able to play with a "new" flash site and seems like it works ok.
thanks
... more >>
nested clip onRollover problems
Posted by Carly G at 12/26/2006 12:00:00 AM
[b]I'm setting up a gallery with XML, and I'm able to attach the clips but the
onRollOver functions doesn't work. Is it because it's nested?
Here's the code:[/b]
//-------------XML LOADING PORTFOLIO CONTENT ----------------//
slides_xml = new XML();
slides_xml.onLoad = portfolioLis... more >>
|