Actionscript 3 :: Creating A Polygon From A Set Of Coordinate Pairs?

Dec 12, 2011

I'm making an app in Flash, and I want to define some polygons which I can bind hover events to to add annotations to an image.I can create these normally in Flash, but I want to load some external data, a list of coordinates, and create the polygons with ActionScript.

Obviously they're just hotspots, so I want them to be invisible, but searching for my problem only shows results for drawing polygons from coordinates using the graphics property of a movieclip.The data doesn't ever change, so it would be possible to just draw all the polygons manually with the pen tool, but the data is being used elsewhere, so it would be much easier to maintain if I could add new zones just by updating the text file.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Creating A Matching Pairs Game In Flash5

Jul 10, 2002

I want to create a matching pairs card game within flash. I have found actionscript for a matching pairs game but it does not work the way i want it to. I would like to be able to match a Picture with a word as opposed to 2 pictures the same.

View 4 Replies

Flex :: Calculating The Area Of A Polygon When The Polygon's Points Are Lat Longs: Which Function Is More Accurate?

Jul 28, 2010

I'm trying to find a way to calculate the area of a polygon using lat long coordinates in a Flex 3 site. Hong007 on Google Maps for Flash group was cool enough to post the following function:

[Code]...

I was also playing around with the area calculator at [URL]. These functions produce slightly different results. I'm trying to figure out which one is more accurate. It seems that hong007's function produces results that are on average slightly larger than freemaptools' function. However, I don't know which one is more accurate.

View 2 Replies

Actionscript 3 :: Find Coordinate Of Child In Its Parent's Coordinate System?

Mar 31, 2010

I have 3 square. smallest square s3 is inside s2. s2 is in side s1. each is 10px larger [code]how can I find the coordinate of child in its parent's coordinate system?

View 1 Replies

Flex :: Binding Key / Value Pairs Loaded From Xml

Mar 12, 2010

I want to load key/values configuration pairs stored in XML file. To bind a collection of data i know i need to use the ArrayList class, but the problem is that i want to be able to bind the loaded values using their corresponding keys and not by their indexes in the ArrayList object. For example i want to be able to do this :

[Code]...

So the question is how to bind the key/value pairs loaded form XML. I don't want to go manually set variables, i want to bind them so when they are loaded the are set automatically. Did anyone had to do something like that ?

View 1 Replies

ActionScript 3.0 :: Using URLVariables To Pass Name/value Pairs To A Swf?

Mar 2, 2011

I am attempting to make a flash object that receives name/value pairs to a swf that resides inside a LCMS. There is some documentation on the topic from the lcms, but very little support. The documentation says to instantiate the flash class called URLvars (which doesn't exist, so I'm using URLVariables) and says to use this code with the following example if the name/value pair is baseColour = 0x1c617D (essentially, then, the value of the variable baseC would be 0x1c617D):

var thisURL:String = _url;
var vars:URLvars = new URLvars(thisURL);
var baseC:Number = vars.data_obj.baseColour;

I tried to do this in a very simple object, but it will not pull the name/value pairs from the LCMS

View 1 Replies

ActionScript 2.0 :: Random Unique Pairs From Array?

Apr 5, 2011

is: I have array={0,1,2,3,4,5,6,7,8,9} and i want from this array unique random pairs.for example: 3,6 nad automaticly 6,3 no repeats.It must give me 10 pairs.for example:

3,6
6,3
1,2

[code]....

View 1 Replies

ActionScript 3.0 :: Make Unique Array Pairs?

Oct 19, 2010

I am making an user application where users can chat one on one for an x amount of time till they go to the next user (see it as speeddating). Only they are all women talking about women stuff like knitting or something. A friends chat.

I am stuck with making unique pairs. only the first round is going great (unique pairs), but then it gets mixed up:

[Code].....

As you can see everyone in round 1 is paired good. But in round 2 you see (for example) Donna talking to Cindy, but Brenda is also talking to Donna. that's not right. she can't talk to 2 people at once.

View 14 Replies

ActionScript 3.0 :: Trace To Show The Key And Value Pairs Of The Array?

Sep 8, 2011

i feel like i've done this 100 times before, im not sure why it isnt working now
for each

(var HH3 in Stat) {
trace(Stat[HH3]+"="+HH3)
}

what i want to do is trace to show the Key And Value pairs of the array

View 1 Replies

ActionScript 3.0 :: Polygon Drawing App?

Aug 10, 2011

I want to create an app for drawing polygons with a variable number of vertices, with the following requirements (very similar to a vector drawing program such as Adobe Illustrator):

-each click of the mouse on the stage sets a vertice (e.g. draws a small square or circle to mark the spot), which draws a line to (e.g. LineTo) the prior vertice, and so on, until the final click, if close enough to the first vertice, will complete and close the polygon

-each of the vertices of the completed polygon should be draggable with the mouse, so that that completed (or partially completed) polygon maintains its integrity while changing shape, that is, so the user can modify the polygon shape without having to redraw it. it's the second step I'm having the most difficulty with...in general terms, how would I implement this? Perhaps each vertice should be a draggable Sprite containing a small square or circle graphic?

View 8 Replies

AS3 :: Flash - Convert List Of Pairs Into Array Groups?

Nov 29, 2010

I have an ActionScript 3 array that lists pairs of items like this:

pairs[0] = Array('ItemA', 'ItemB');
pairs[1] = Array('ItemA', 'ItemC');
pairs[2] = Array('ItemC', 'ItemD');

[code]......

View 3 Replies

Professional :: Getting Points Position From A Polygon?

Jul 1, 2011

if there is a way to get by Actionscript the position of points in a polygon made using Pen Tool?

View 3 Replies

ActionScript 3.0 :: Create Polygon From Array?

Jun 30, 2009

I'm trying to figure out how to draw a polygon from an array. I've found a few examples, one which the author says works, but am not getting anything to appear. I've traced the array (it's registering) and am getting no errors.

Code:
//called from constructor
polygon(thisArray);

[code].....

View 1 Replies

ActionScript 3.0 :: Get Pixels Of Bitmap From Polygon?

Mar 20, 2011

I know that I can collect the pixels of a rectangular area within a Bitmap using getPixels(), but is there a way to collect the pixels of a polygonal area with more than 4 points? Or at least determine whether a particular pixel lies within a polygonal area of a Bitmap?

View 7 Replies

Actionscript 3 :: Animating A Number Of Lines Linking Pairs Of Objects?

Oct 7, 2011

I am trying to put together a match activity where word in one column are linked by a line to definitions in another column. Once all words have been linked to their definitions, you end up with a series of crossing lines so, so I want the definitions and their line to move so that each is level with their connected word and the lines have unravelled. I've got as far as connecting the words to their definitions using a line (as a sprite) and the definitions can then be moved using tweenlite -but I have no idea how I move the lines with their definition. Here is a much simplified section of code to give you an idea of what I am trying to do

import com.greensock.*;
import com.greensock.easing.*;
var wordArray:Array = [word1, word2, word3, word4];

[code].......

View 2 Replies

Actionscript :: Fill A Polygon With A Solid Color?

Oct 8, 2009

I'm building a map editor for a project and need to draw a hexagon and fill it with a solid color. I have the shape correct but for the life of me can't figure out how to fill it. I suspect it may be due to whether the thing is a Shape, Sprite or UIComponent. Here is what I have for the polygon itself:

import com.Polygon;
import mx.core.UIComponent;
public class greenFillOne extends UIComponent {

[Code].....

View 2 Replies

Actionscript 3 :: Breaking A Concave Polygon Into Convex Ones

Mar 16, 2010

I'm using a game physics library (Box2D) which only supports convex polygon shapes. However, I'd like the level builder to be able to just specify concave polygons without having to worry about that. So, how can I automatically break apart a concave polygon into convex ones (or even all triangles). Speed would be cool, but ease of implementation is more important. The breaking apart will only be done on game initialization.

View 2 Replies

Flex :: 3D Object Compression (By Polygon Reduction)

Jun 11, 2010

I wish to develop a software for 3D object compression (by polygon reduction) in flex using papervision 3D.

View 1 Replies

Add A Polygon As A Marker In Google Maps Flash Api?

May 9, 2011

I am creating a project in Flash using the Google Maps API and docs. I'm trying to add a marker to the map, which is draggable but I don't want it to look like the standard Google Maps bubble-style marker. Is it possible to have a custom polygon or image but still keep the draggability?

View 2 Replies

ActionScript 3.0 :: Line - Polygon Intersetion Detection?

Aug 25, 2011

I'm working on a method to do more accurate path finding for a special project. I haven't yet found any sources on this so i have to write it myself.

The idea was to use a polygon mesh, draw waypoints between all points then discard ways intersecting with a polygon. After that use dijkstra's algorithm to find the closest path.

Detecting whether a line intersects with a polygon mesh is the tricky part. I haven't yet come up with any viable solution that is fast. how i can determine whether a waypoint travels through a polygon?

View 9 Replies

ActionScript 3.0 :: Flash Autofill Polygon In Real Time

May 25, 2011

I am creating a game where I have some red balls on the screen and some blue balls on the screen and I would like to draw a polygon around all balls of the same color and have this polygon automatically fill as soon as the polygon shape is closed. How to achieve this as I haven't really done much with the drawing API before. My current code will allow me to draw a polygon and for it to fill when I release the mouse but what I would like it to do is automatically fill as soon as the shape is closed.

Here is my code so far
Code:
var graphix = new MovieClip();
addChild(graphix);
var points:Array = [];
stage.addEventListener(MouseEvent.MOUSE_DOWN, startDrawing);
[Code] .....

View 2 Replies

ActionScript 2.0 :: [MX2004] Use Two Pairs To Insert A Line Break And Carriage Return Not Working?

Jan 30, 2004

I've been looking around but i couldn't find a solution for my pb..Here's what i do:

[AS]
onClipEvent (load) {
loadText = new LoadVars();
loadText.load("TEXT.htm");
loadText.onLoad = function() {

[code]....

Now my text file is like that:

myNews=<FONT COLOR="#FFFFFF"><B>This is bold 24 point text</B><P></P><P></P>blah blah</FONT>

As i could read on macromedia 's web site:Use an empty pair of <P></P> tags to insert a line break. Use two pairs to insert a line break and carriage return.But this isn't working.

View 2 Replies

Professional :: Can't Close Marquee Performed By Lasso's Polygon Tool?

Mar 18, 2011

When I double click to close the selection, the marquee vanishes instead of closing the selection.  Yes, I double click on the starting point.Here's what the manual proclaims (step 4):
Draw a straight-edged selection area1 Select the Lasso tools Polygon Mode modifier in the options area of the Tools panel.2 Click to set the starting point.3 Position the pointer where you want the first line to end, and click. Continue setting end points for additional line segments.4 To close the selection area, double-click.

View 1 Replies

ActionScript 3.0 :: Function - Drawing The Polygon Based On The Number Of Sides

Dec 29, 2011

I'm trying to create a function that draws a polygon with two parameters that are: number of sides and length of sides. You would input a number for side length and a number for the number of sides. Then it would draw the side length, then turn at a angle based on the number of sides, then draw side length again... until it has finished drawing the polygon based on the number of sides that were put in.

View 1 Replies

Flex :: Determine If A Series Of Points (or Polygon) Is Within A Rectangular Region?

May 20, 2011

I have been looking at posts about determining if a point lies within a polygon or not and the answers are either too vague, abstract, or complex for me. So I am going to try to ask my question specific to what I need to do.I have a set of points that describe a non-straight line (sometimes a closed polygon). I have a rectangular "view" region. I need to determine as efficiently as possible whether any of the line segments (or polygon borders) pass through the view region.

I can't simply test each point to see if it lies within the view region. It is possible for a segment to pass through the region without any point actually inside the region (ie the line is drawn across the region).Here is an example of what I want to determine (red means the function should return true for the set of points, blue means it should return false, example uses straight lines and rectangles because I am not an artist).

Another condition I want to be able to account for (though the method/function may be a separate one), is to determine not just whether a polygon's border passes through the rectangular region, but whether the region is entirely encompassed by the polygon. The nuance here is that in the situation first described above, if I am only concerned with drawing borders, the method should return false. But in the situation described here, if I need to fill the polygon region then I need the function to return true. I currently do not need to worry about testing "donut" shaped polygons

Here is an example illustrating the nuance (the red rectangle does not have a single vertex or border segment passing through the on-screen region, but it should still be considered on-screen):For the "does any line segment or polygon border pass through or lie on screen?" problem I know I can come up with a solution (albeit perhaps not an efficient one). Even though it is more verbose, the conditions are clear to me. But the second "is polygon region on screen?"PS I have a function for determining line intersection, but it seems like overkill to use it to compare each segment to each side of the on-screen region because the on-screen region is ALWAYS a plain [0, 0, width, height] rectangle.

View 2 Replies

ActionScript 3.0 :: Get The Polygon Boundary Points Of A Sprite Or Movie Clip?

Feb 5, 2009

I'm working on a pathfinding algorithim using A* and using irregular polygon shapes as obstacles rather than a grid. I don't fancy plugging in all the points and links by hand and was wondering if there was some way I could just get them from a Sprite or MovieClip?

View 1 Replies

ActionScript 3.0 :: Error #2101 The String Passed To URLVariables.decode() Must Be A URL-encoded Query String Containing Name / Value Pairs

Jun 21, 2009

I am trying to make a contact form. When I test the form, I get the following error message in the Output:

[Code]....

View 9 Replies

ActionScript 3.0 :: Error #2101: The String Passed To URLVariables.decode() Must Be A URL-encoded Query String Containing Name/value Pairs

Jul 10, 2011

Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs. at Error$/throwError() at flash.net::URLVariables/decode() at flash.net::URLVariables() at flash.net::URLLoader/onComplete() _____________________________________________________________________ ________________________________ stop(); var DepartVars:URLVariables = new URLVariables(); var DepartURL:URLRequest = new

[code]....

View 9 Replies

ActionScript 3.0 :: Php - Error #2101: The String Passed To URLVariables.decode() Must Be A URL-encoded Query String Containing Name/value Pairs

May 4, 2010

Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs.

[Code]...

I'm not where error exactly the error happen so I post the whole thing. As far I know bottom code that relate to send_loc.php works fine, get_loc.php is having a problem. The output from get_loc.php is

[Code]...

View 2 Replies

Flex :: Develop A Softare For 3D Object Compression (by Polygon Reduction) In Flex Using Papervision 3D

Jun 11, 2010

I wish to develop a softare for 3D object compression (by polygon reduction) in flex using papervision 3D. Could you please suggest me an efficient algorithm for the same?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved