ActionScript 3.0 :: How To Turn Polys Into Triangles
Mar 15, 2012
At first I thought making tringles out of Polys was an easy concept. Considering I start with a quad of ABCD then I could convert this to two triangles of ABC and ADC, which is easy. However an alternate answer is BCD and BAD. The real differnce between the two outputs is exacerbrated when I now calculate the Normals for the two new faces. Also in some cases the edges break against the UV texture map in an undesirable way. Obviously in choosing the output faces I should be choosing the method as well that doesnt produce highly acute angles above all else. Unfortuantely I also have a number of pentagons and hexagons to render as well.
View 1 Replies
Similar Posts:
Oct 7, 2011
I'll start off by saying I'm a newbie, just putting that out there. How do you make a turn by turn multiplayer flash game? I don't know if an engine is made in AS3, PHP, Javascript, or whatever,I made my game already, it's just that it isn'tmultiplayer yet. Basically, there are lines, and each player crosses out a number of lines, and the last player to cross out a line is the loser. I want it where one user crosses out some lines, then presses End Turn, then the other does their turn and then presses End Turn to allow the other player to move his cursor. But how can I get both players to see the same frame and only have one player have the ability to move the cursor during a turn? Is there some easily adaptable multiplayer engine for flash for newbies out there
View 2 Replies
Apr 11, 2011
I am doing a project in which i need to slice an image into pieces. I could do the square slices easily using copypixel function over bitmapdata.
View 3 Replies
Sep 18, 2010
I'm building a small 3D engine for a game I'm working on. I've got my basics sorted: textured triangles with backface culling. However depth sorting is proving to be a difficult problem.I'm calculating the face Z by averaging out the 3 points that make up the triangular face. The longer faces sometimes overlap the smaller faces since they have a larger Z value and therefore rise up in the depth sorted display list.Is there a way I can use the area of the polygon to influence the depth sorting in any way? Or are there algorithms to accurately detect which triangle is above which triangle?
View 3 Replies
Nov 2, 2009
This is a test program to measure the time it takes Flash to draw a triangle 10,000 times. The app (code below) calls runTimeTest() every N seconds which draws the triangle 10,000 times. Now for the "interesting" part: each call takes increasingly more processor until after about the 6th or 7th call it goes to "infinity" (see screen shot of TaskManager) Weird bug or explainable??
[Code]..
View 6 Replies
Apr 7, 2011
I'm trying to get a triangle to spin in place,
View 7 Replies
Apr 22, 2010
I am trying to achieve something similar to the flash movie in the below link. [URL]. As we drag the points of the triangle, the coordinates labels, ( A(1,2)) are properly aligned and arrange themselves so that they never collide with each other and never falls inside the triangle.
View 1 Replies
Jan 12, 2011
I am looking for useful tips for reducing or removing triangle overlapping in Away3D.I already tried to increas segmentsW and segmentsH but it doesn't solve the problem.Here is a snapshot of my problem (The complex cubes are made of Plane objects, Maybe there is a better way to build the complex cubes ?)
View 1 Replies
Jul 30, 2011
I am trying to calculate the top most intersection of an arbitrary number of planes, with no joy! I am using actionscript, but just need find an algorithm that i can implement.
Problem:
consider 3 vertical axis.The user enters 3 points for each triangle/plane such that the points of the triangle lie on one of the axis.The user can enter an arbitrary number of triangles I need to find the topmost layer of these triangles and display it on the screen as well as the coordinates of interection.
Here is a picture to clarify what I mean with 2 triangles:
However, when we allow for more than 2 triangles, I get awkward lines of intersection.
View 4 Replies
Jun 10, 2009
I'm not that familiar with AS3 but I got a script from someone where some objects are drawn.I want to add several triangles so that each triangle can be dragged on the stage.
Code:
package app.simpleShapes {
import flash.events.TUIO;// allows to connect to touchlib/tbeta
[code]......
View 6 Replies
Jan 25, 2002
what's the main idea behind 3D in Flash. I mean, I've seen a lot of scripts to make rotating squares or triangles or whatever, but never managed to understand how they were made.
View 14 Replies
Nov 2, 2009
This is a test program to measure the time it takes Flash to draw a triangle 10,000 times.
The app (code below) calls runTimeTest() every N seconds which draws the triangle 10,000 times.
Now for the "interesting" part: each call takes increasingly more processor until after about the 6th or 7th call it goes to "infinity" (see screen shot of TaskManager)
[Code]...
View 1 Replies
Mar 27, 2010
I have added a flash sound file to our homepage. How do I add an option for the visitor to turn the sound off? I don't have the .fla file for it.
View 1 Replies
Sep 10, 2009
I have a very simple project. I just need a flash video that has a sound file and a button to turn on/off.
View 1 Replies
Dec 27, 2009
I have some sounds in a timeline ( i purposely put them on time line rather then through AS3). But is there a way to turn off all sound in the swf, like is there a global sound channel?
View 1 Replies
Jan 13, 2010
Is there any way to turn off the autodocking panels. I just want my panels to be free floating and not stick together. The way they dock and stick together is the worst.
View 2 Replies
Oct 23, 2011
How do you turn off the sound in a game only? I ask because I have two buttons in my settings: turn music on/off and sound on/off. turning music on and off is really easy because it uses a specific sound channel. But How do you turn off the volume the sound only (e.g. music is still playing but not the sound of the game)?
When I mute the sound via SoundMixer.soundtransform you can't hear anything so that's not what I wanted to have. In my game all sounds are thrown into an array. My first idea was that I go through all sounds listed in the array and turn off the volume but that's not working.
Code:
//not working
private var sounds:Array;
private var soundChannels:Array = [];
[code]....
View 1 Replies
Oct 5, 2009
How do you turn a date of bith into months. im doing this:
var dobDate: Date = child.CHILD_DOB; //10th Feb 2008var daysSince:uint = Math.floor((nowDate.time - dobDate.time) / DateTime.DAY); var monthsSince:uint = Math.floor( daysSince / AppConst.DAYS_IN_MONTH);
trace(daysSince) //603 - correct
trace(monthsSince) //20 - incorrect (it should be 19)
note:
AppConst.DAYS_IN_MONTH = 30
DateTime.DAY = 86400000
View 9 Replies
Apr 26, 2010
I have a FLA file with 4 layers 2 of the layers are Text Boxes 2 of them are masks to make the different words "Shine" Is there a way to make the whole file a button so when people click on it, it goes to a different page?
View 6 Replies
Sep 20, 2010
I have 9 fla files. Is there anything I can do to create 1 swf out of 9 separate fla files??? I tried to cut and past the info all onto 1 timeline. Is there more than one way to do this?? I end up with multiple files with the same name in the library and it becomes a bit of a nightmare just trying to use the cut and past method.
View 4 Replies
Nov 25, 2011
I know virtually nothing about Flash so I'm kind of casting about in the dark.
I have the misfortune of being a BT customer, and whilst I have reasonable bandwidth (can view streaming high res video fine) I always have problems listening to radio programmes from the BBC. I think it could be buffering due to traffic shaping, or it could be the Flash applet used to play the content, or something else.
Is it possible to bring up some kind of debugging console, or view some kind of error log to see if there is some diagnostic information that could be useful in finding the problem?
View 1 Replies
Aug 6, 2010
How would I turn something like this...
ActionScript Code:
<feed name="BBC Top Story 1" url="bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml1">
<description>Top Story News</description>
[Code].....
View 3 Replies
Apr 13, 2003
i saw the component thingy on kirupa... but i want to make a car drive in flash with just code.... there is a really good one on (click "drive!" on the menu and you can drive the little car around)... i would really like to know how to do this.
View 3 Replies
May 26, 2003
I know how to turn music on/off but I now want to find out how to do the following. On 50cent.com, you can select from a variety of songs, then play the one you wish. I want to know how to do that, with the buttons changing the songs, then being able to press play, and stop. Could someone tell me how to do this, or redirect me to a tutorial that will teach me. I have flash mx, so you could post a flash mx tutorial if you wish. Another example is shown on West49.com, but I dont need to know how to open the playlist option they have. Just a simple left and right button changing the songs, thena a play and a stop button.
View 1 Replies
Jul 2, 2007
I have 8 buttons. I need to turn one on, and turn the rest of them off. I can't figure out how to do this. do i use loops, booleans?
View 2 Replies
Oct 7, 2009
I'm using the webcam to record some footage, but when I'm done, I can't seem to turn the camera off (the LED stays on) no matter what I try.
Camera.getCamera("")
netStream.close()
View 3 Replies
Jan 13, 2010
How do I turn a value into something i can use without the "-" negative value if there is one.
I have an "imageLoaderHost" movieclip and I need it's x position to be usable wherever its at. for instance:
if imageLoaderHost is at -1258(x position), I need "b1" to go to 1258 (without the "-" as you can see).
View 2 Replies
Jun 3, 2010
I was just wondering if there's a way to write code for a button so it will, e.g., make a movie clip visible with one click, then hide it with a second click?what I usually do is give the mc two frames, so on click one it goes to frame 2 while it changes the visibility or alpha, and on frame 2 sends it back to frame 1 while changing the mc back. But I would like the flexibility of doing it on the fly with code rather than have to fiddle with each mc.I tried doing it yesterday with an if/else if statement, like, "if alpha is 0, change it to 100, else if alpha is 100, change it to 0" but couldn't get it to work. But if that's the way to go I'll keep playing with it.
View 4 Replies
Jun 21, 2010
with AS2, we use fscommand to do it, but AS 3 I don't know how to do ..
We can reference from: [URL]
View 1 Replies
Aug 3, 2010
I just upgraded to CS4. I'm working with sprites and using the properties of the images I've turned off smoothing to get that retro gaming feel. However, when viewing the sprites on the stage, everything is smoothed over which makes things difficult for me to animate. When I render everything, it looks perfect, just the way I want it with smoothing off, but how do I turn off the smoothing on the stage?
View 8 Replies