Professional :: Create A Simple Floor Plan That Highlights Where The Computers Are On The Floor

Mar 31, 2011

I am trying to create a simple floor plan that highlights where the computers are on the floor.

1. Each computer has a name for e.g. Comp1, Comp2, Comp3 etc.

2. The computer names are in a list on the left hand side.

3. On the right hand side is the simple floor plan with computer images (or clipart)

This is what is expected:

1. As the mouse is mover over the item on the list, the computer associated with it must light up (or highlighted) For e.g. when the mouse is over Comp1 in the list then computer1 image (or clipart) on the floor plan must light up

2. When the mouse is over a computer on the floor plan, then the associated computer name in the list must light up For e.g. when the mouse is over computer2 image (or clipart), then Comp2 in the list must light up. I was trying to get some ideas from [URL]. I was able to make the image for a computer. It doesn't go far enough to tell me how to accomplish the above. Using Excel, I did this nearly five years back, by putting the clipart in specific cells and hyperlinking them. Now we want to make it available on the web.

View 5 Replies


Similar Posts:


Flex :: Image - ARCGIS Overlay Floor Plan Png

Oct 25, 2010

We have floor plans of a building in the DB in PNG format. We am using arcGIS flex api. We want to build something like [URL] How can we load my building floor plan onto the arcGIS flex map.

View 1 Replies

Jquery :: Web Software Packages Are Available To Setup A Drag And Drop Canvas For A Restaurant Floor Plan?

Jan 13, 2011

I'm looking for a software package that implements a drag and drop plan of a restaurant's floor plan. Any technology silverlight/html5/flash is acceptable.

Perhaps there is even a tutorial on how to develop a simple example of this.

Essentially I need different shaped tables which can be selected from a shapes panel that can then be dragged onto the canvas and moved around to match the current floor plan of a restaurant.

View 1 Replies

ActionScript 3.0 :: Create A Simple Movie Clip Of A Car That Can Drive On On A Curvey Floor?

Jul 20, 2010

i am trying to create a simple movie clip of a car that can drive on on a curvey floor. its from a side view.i have managed to control the car movement well enough but i cant figure out how to control the car y position so its always above the floor level.

View 4 Replies

Professional :: Creating Interactive Floor Plans In Flash CS4 Possible?

Apr 29, 2010

Is it possible to create interactive floor plans in flash CS4? Are there any tutorials out there to do this?

View 1 Replies

C# :: Build Interactive Floor With Projection?

Jan 15, 2011

is there any lib or api out to deal with this ? EVEN, if there is any resource , article from another language c++ , c , .. i just didn't have enough time to test lot of ways

If you search interactive floors , or interactive floor projection you can find some companies who provide such a thing

View 2 Replies

ActionScript 3.0 :: Math.floor Vs Bit Shifting Vs Int

Aug 17, 2009

I just ran some tests on round numbers.In preparation for getting max performance from AS3, I want to test as many areas as possible.All I did was generate a rounded random number a million times per frame, and record the time step in milliseconds.[code]Now the strangest part is having a non rounded random number generated a million times per frame netted an average time of 195 milliseconds, faster than using int as a random number. It must simply be that because Math.random isn't returning an integer, some form of conversion of taking place for your variable to be an integer.

Incidentally, using a Number instead of integer for the looping variable decreased performance minimally, just a few milliseconds.So simply having your variable as an integer, and using no rounding at all produces the fastest results if you want a round number.Remember though, there are many other areas in Flash to dramatically increase performance. Being that we're talking about a million iterations per frame, the difference in performance is not exactly dramatic here. One is not even twice as fast as another, over a million iterations.

View 5 Replies

ActionScript 3.0 :: Papervision3D Lag With Map Floor And Test Sprite

Aug 10, 2009

I'm not sure if this is directly hardware related or not. I've just started playing around with papervision 3d and I threw together this map floor and test sprite to see how it would look. The problem is, whenever I have a large portion or the map in my viewport, it lags. I was just wondering if maybe:

a) My code is horrid
b) My computer is a piece
c) Papervision3D is just bad for 3D

I mean the concept is simple, there's nothing fancy going on and I'm only using planes. Maybe it's because I'm using 25x25 of them? Is there a better path to use 3D than paper3d? Anyways, here's the code.

ActionScript Code:
//import files
import org.papervision3d.scenes.*;
import org.papervision3d.cameras.*;
import org.papervision3d.objects.*;
import org.papervision3d.objects.special.*;
[Code] .....

View 2 Replies

ActionScript 2.0 :: Math.floor Function Is Not Working

Apr 16, 2007

For some reason my math.floor function is not working (trace yields "undefined")..[code]

View 2 Replies

ActionScript 3.0 :: Floor Not Recognised By Character Movement?

Feb 8, 2010

I am designing a character to move right and left but the character is not recognising the floor movieclip and is falling straight threw the floor.I have attached a zip file with the flash document sample and associated Actionscript file.

View 2 Replies

Make An Interactive Picture Scroll With Reflective Floor?

May 17, 2010

I WAS WONDERING HOW TO MAKE AN INTERACTIVE PICTURE VIEWER IN fLASH LIKE WHAT APPLE HAS IN LEOPARD AND SNOW LEOPARD.  FOR EXAMPLE, WHEN THE PICTURE IS IN FRONT OF YOU AND YOU CAN SEE OTHER PICTURES BESIDE IT BUT THEY ARE FURTHER AWAY AND YOU CAN SEE THE REFLECTION ON THE FLOOR OF IT  IS THIS A POSSIBILITY IN fLASH?

View 2 Replies

ActionScript 2.0 :: Game - User To Fall When He Is Not Touching A Floor?

Mar 28, 2004

im making a game but im already having trouble with the first code, i just want the user to fall when he is not touching a floor....i put this code on the user:

[AS]onClipEvent(enterFrame){
if(falling=true){
this._y=this._y+5}[code]....

theres is no errors but it doesnt stop when it hits the floor

View 4 Replies

ActionScript 2.0 :: Weirdness In Math.floor - Get A Decimal Return

Jan 28, 2008

project width is 500

tile_width=25;
map_collumns=Stage.width/tile_width
trace(map_collumns)

Sometimes I get a decimal return. Then, when I close it,and run it again, it shows the correct answer.

View 10 Replies

ActionScript 2.0 :: Math.floor - Round Down To Nearest 10th

Mar 12, 2008

I want to round a whole number down to the nearest whole 10th. Like 52, becomes 50. Or 49, becomes 40. Or 2005, becomes 2000. Does that make sense? I imagine it has a math.floor approach, but I can not figure it out.

View 5 Replies

ActionScript 3.0 :: Disable Mouse Clicks To The Walls And Character While Allowing Clicks To The Floor?

Sep 23, 2010

I'm building a project that has a character navigate through a room by clicking on the floor. Right now, the walls, character, and floor are all children of the same display object for sorting purposes. My question: is there a way to disable mouse clicks to the walls and character while allowing clicks to the floor? Using mouseChildren appears to be an all or nothing deal and I can't seem to isolate individual floor/wall/character objects for use with mouseEnabled.

View 4 Replies

ActionScript 3 :: Flash - Math.floor Acting Like Math.round?

Mar 7, 2011

Here is the problem:

var p:int = 0;
var n:Number = 0;
n = 32.999999999999999;
p = Math.floor(n);
trace(p); // returns 33
n = 32.11111111111111;
p = Math.floor(n);
trace(p); // returns 32

I would expect both of these to return 32. I have searched, and it seems this is an unreported bug in AS3. Or ... am I doing something wrong?

View 4 Replies

ActionScript 2.0 :: What Is The Diffrence Between Math.floor And Math.round

Sep 26, 2005

Wat is the diffrence between these two?

View 2 Replies

ActionScript 2.0 :: Duplicating My MovieClip Onto Another MovieClip Called "Floor"?

Oct 16, 2006

I having trouble duplicating my movieClip onto another movieClip called "Floor". I can duplicate the floor movieClip but not the item I am selecting in my scrollPane. I don't know what I am doing wrong.

[Code]...

View 1 Replies

ActionScript 3.0 :: Write A Simple Application Which Passes Data Between Two Remote Computers Over The Internet

Sep 23, 2008

I want to write a simple application which passes data between two remote computers over the internet. The application I really have in a game where moves are passed between two remote clients. what server can I use to my game moves to my friend boris?how can i communicate with this server in actionscript?

View 3 Replies

Professional :: How To Create A Simple Chart

Jun 15, 2010

How can I create a simple chart in Flash CS4?

View 1 Replies

Professional :: Create A Simple Circle?

Jul 19, 2010

how to create flash movies but the damn program is too complicated. Been trying to figure out how to create a shape inside it as it doesnt want to import any image I have into the library.Is there a way to just create a simple circle?

View 1 Replies

Professional :: Create A Simple Keypad?

Nov 1, 2011

I need to create a simple keypad. When using an embedded font in a dymanic text field I'm getting a strange result. I'm using .appendText in a function like this for each of the numbers:
 
function button1Press(event:MouseEvent):void {
MySolution.appendText("1");
}

[Code]....

In most cased when I press a second button, both numbers change to the second button that was pressed. Press the two and "2" is displayed. Then press four and it changes to "44". When using system fonts this doesn't occurr. This behavior only happens on the iPad. It's fine in the test window on my computer.

View 1 Replies

Professional :: Create A Simple Preloader For A Flv Movie?

Feb 18, 2010

how to create a simple preloader for a flv movie in AS2?and have combined Apple Motion content to some of the pages under portfolio (web, tech and more).I am using progressive download directly from a flv , so it is not working on a timeline with frames so therefor my normal scripts are not working.

In many cases the video is choppy.The site is hosted with Fatcow, (shared hosting) and getting not much more than 75 mps data transfer rate.I am using comcast and getting 30 mbps download speed, and most of the time it runs smooth on my computer.Does anyone have good experience with using a flash media server for video based content?[url]...,

View 7 Replies

Professional :: Create A Simple Dynamic Slideshow?

Jul 18, 2011

I would like to create a simple slideshow for my Web site that is populated with images from a database.  All I want it to do is pull the 6 most recent photos using ColdFusion, fade from one image to the next and loop. 

View 1 Replies

Professional :: Create A Simple Flash Preloader?

Aug 20, 2011

How can create preloader in flash (AS2).

View 7 Replies

Professional :: Create A Simple 'prize Draw' Program?

Aug 23, 2010

I'd like to create a simple "prize draw" program that randomly selects a name (or number) from a list of names, I'd like it to be my own custom version. For a programmer this is probably the easiest thing but I'm new to programming (beginner), don't eve know if I'm in the right subcategory (flash).

View 1 Replies

Professional :: Create A Very Simple Animation Using Two Images, One Of A Broken PC And One Of A Fixed PC?

Apr 5, 2010

I've used Flash before to create animations but it has been a long time. I've been asked to create a very simple animation using two images, one  of a broken PC and one of a fixed PC. I want the broken PC to come in from the left and then fade into the  fixed image of the PC which will be centred. I know this is very very simple but I can not for the life of me  remember how to do animation, motion tweening etc. I have the two images and I've tried importing them, converting them to movie symbols etc but  it doesn't go to plan. The animation needs to be between 1 - 3 seconds long at 12 fps. The document size is 550 x  400, standard I believe. I am using Macromedia Flash 8 Professional.

View 3 Replies

Professional :: Possible To Create A Simple Application Of Visualization Without Lines Of Code

Jun 30, 2011

I start to work on new web 3d engine. I call it IGood engine.As can be seen from the video, it is already possible to create a simple application of visualization without lines of code.Base on for alternative 3d.I am waiting your opinions.

View 1 Replies

Flash :: Professional :: Create A Simple Paint Visualizer - Display Walls

Apr 4, 2011

i'm trying to create a simple paint visualizer in flash. need to display two walls for example and a vertical color palette for the user to choose from. an example would be the following link [URL] (it's very advanced compared to what i need but i couldnt' find a simpler one on the web).

View 3 Replies

Professional :: Inconsistent Playback On Various Computers?

Apr 6, 2012

I created a Flash .exe that plays a couple FLV files, but in testing the files we've noticed some inconsistent playback on various computers and here's what we've found: On an Intel Zeon 3ghz quadcore 32bit Windows 7 machine, the playback is smooth and acceptable, using an average of 50% of all four cores during playback.

On a single core Windows XP PC, there is some playback hesitation using 100% of the single core during playback. On an Intel P4 3ghz with HT (dual core) 32bit Windows 7 machine, the playback is initially very choppy with continueing choppiness throughout to a somewhat lesser degree, using almost 100% of both cores continuously during playback.

We want to point this out because on PCs that are less than multi-core Intel Zeons, we would reasonably expect that the playback experience for the end user will be unsatisfactory. Is there anything that can be done about this to avoid this being a problem after the fact, as this client will be having many of these USBs manufactured.

View 1 Replies







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