Graphical Xml Thermometer
i want to build a graphical thermometer in flash that is updated using xml data . Can anyone help on info or sources to do this?
FlashKit > Flash Help > Flash MX
Posted on: 03-01-2006, 03:51 PM
View Complete Forum Thread with Replies
Sponsored Links:
Script For Thermometer
I am making a site for my dad-in-law. He wants a thermometer that has real time temp of Tampa. Want to make it as simple as possible. I have the movie setup but need scripting to check a site like weather channel to get temp an display in a text this will also move mercury in themometer. Any ideas, sources, etc. would be helpful!!!!
View Replies !
View Related
Flash Thermometer
HI guys --
I am not new to flash but havent used it in a while!
Can anyone think of a step-by-step process to build a flash thermometer animation??
The red bit would go up or down according to an amount that someone has fundraised for charity..
firstly - how does one do the red bit & secondly the link to the amount
and im not 100% sure how to link this amount?
It would be something like 20% of £200 raised and could come from a database..
Many thanks in advance
View Replies !
View Related
Dynamic Thermometer
Hi there
I am designing a thermometer (flash 8) that will read a variable to animate the red portion of the thermometer to reach the given temperature.
I am told this will be done by passing the value via php (which is over my head), but for now to get a working model I can start by having flash read a value from variable in a text file.
Can anyone help me get started on this with the logic and actionscript? I am novice-level in programming.
thanks!
Steve
View Replies !
View Related
Thermometer Guage
Hi,
I just need a little guidance please:-
I'm trying to animate a linear thermometer. I have 4 layers....
Action
Background
Thermometer Scale
Needle
... and Symbols for most graphics
The needle layer has a tween that runs from 0 to 99 degrees using 100 frames and a ease to give a bit of life. I'm stuck on what to use to play the needle tween a given number of frames according to a value read from a text file.
1) How do you play a tween from frame 1 to frame x then stop?
2) Apply the ease to the shortened frame 1 - frame x tween
3) Read a value from a text file?
I just need pointing in the right direction. I can probably work out AS code from the reference but any examples would be much appreciated.
Thanks in advance.
Nigel.
View Replies !
View Related
Goal Thermometer?
I need to make a Goal Thermometer work dynamically. I have made the symbols and all in Flash and now need to make it work.
All my experience in Flash has been "cell" animation (all Timeline - no ActionScript'n) but now my manager wants this goal thing to work for different departments to see on the intranet (after they login...)
How do I pass the value to the symbol [redbar] to make it grow?? I know I have to make some kind of percentage calculation like (goal_achieved/total_goal)*100 which will be done in the HTML but how do I get value received into the SWF???
sorry but AS confuses me (I'm just a lowly pixel monkey)
thanks for any help you guys can offer,
scott
View Replies !
View Related
Dynamic Thermometer
Hi there
I am designing a thermometer (flash 8) that will read a variable to animate the red portion of the thermometer to reach the given temperature.
I am told this will be done by passing the value via php (which is over my head), but for now to get a working model I can start by having flash read a value from variable in a text file.
Can anyone help me get started on this with the logic and actionscript? I am novice-level in programming.
thanks!
Steve
View Replies !
View Related
Action Script For Thermometer Help
Hi guys/girls
I am creating a thermometer and i would like to create a piece of action script that allows the user to increase or decrease the temperature by pressing a button.
i have created a version for which you can see at http://www.colourchange.com/clini-temp/.
Currently it works by have action script on the up button to simply go to the next frame, however i encountered a problem when the user tries to decrease the temperature.
i just cant get my head around it.
any ideas and advice are welcome.
cheers
View Replies !
View Related
Anyone Done A Flash Thermometer Animation?
HI guys --
I am trying to find a way to do a thermomenter animation in flash - the mercury in the thermometer would be linked to a percentage ie 85%
In the beginning - this can just be an amount from some place else in the flash file...ie a set percentage 85%
But moving on -- I am not sure how exactly i would do the scripting for this!
or even add a script in so that it looks for the percentage in a database?
Any advice?
View Replies !
View Related
Researching Concept - Metric Thermometer
I currently load daily performance data into an Excel spreadsheet stored on our company server. The spreadsheet calculates weekly summary metrics from my daily detail data entries. The metrics include such things as; weekly shipments, on-time-delivery and shipments past due. The resulting summary statistics are all calculated as 'percent to goal' type metrics.
I would like to develop a way to graphically and simply display the resulting metrics on our company website. Is it possible to create a Flash movie that could automatically refresh a series of 'thermometer' type animated images directly from the Excel files?
Other than to ask the question, I'm not really sure where to start. Has anyone seen this done before?
View Replies !
View Related
Make The Thermometer Increase And Decrease
Hi guys and girls,
Im working on a project that requires the user to be able to increase and decrease the temperature by pressing a button.
At the moment i have got it to work using "next frame" action script on the increase and "prev frame" on the decrease button.
when the user presses increase, it goes to the next frame which then plays a movie clip ( the movie clip shows the temperature fade out and then fade in).
My problem comes when the user wants the decrease the temperature, so when the user presses the decrease button it just goes back to the beginning, so its in a loop. What i would like to happen is for user to press the decrease button and the movie clip to play in reverse order.
i have the link here for you guys to have a look http://www.colourchange.com/clini-temp/ and clarify what i mean
I have also attached the fla aswell http://www.colourchange.com/clini-te...-temp-test.fla
i need to brush up on my Action Scripting, seriously.
View Replies !
View Related
Thermometer Preloader Nested In Other Movies Not
Thermometer preloader nested in other movies not working!
Can anyone help me.
I've built a basic thermometer preloader for a file "TRACK1.swf" (200K).
This, on it's own work fine when i test the movie... the thermometer bar increases gradually then jumps straight into the movie when it's preloaded.
The script:-
//*********************************************************
onClipEvent (enterFrame) {
percent = int((_root.getBytesLoaded()/_root.getBytesTotal())*100);
gotoAndStop (int(_totalframes*(percent/100)));
}
//**********************************************************
The script above points to a movie clip with a hundred frame tween for the thermometer to show percentage loaded!!!
//**********************************************************
However, when i nest this movie (i.e. load "TRACK1" into an empty MC on another movie "NAVIGATION.swf") within another and test it on the web, the thermometer bar doesn't work.
The problem lies with "_root." in the script in that it's addressing the root movie and not the one the preloader is in.
I've tried using instead of _"root"; "this." and "_parent" but neither works properly on the web.
Can anyone suggest how i can fix the problem?
Or point me to a source file that solves the nested movies problem.
Please help.
Thanks in advance
Mark
View Replies !
View Related
Graphical Preloader
Hi all.
I have designed a graphical preloader that use a png that is only 3kb. Why when I test my movie or I upload it to the server I can't see it before than the percent arrives at 36%. If I use my vectorial preloader all is ok.
How can I resolve this problem?
Thx to all
View Replies !
View Related
Graphical Equalizer
Hi!
I'm trying to get a graphical equalizer to start playing the music without the user having to press the play button (however still want the play and stop controls in place).
I'll paste all the actionscript:
code: set("length",142.8);
set("fulllen",142800);
set("step",154);
set("rows", 928);
loadMovie("roloPastores.swf", "myClip");
myClip.stopAllSounds();
myClipBytesLoaded = myClip.getBytesLoaded();
myClipBytesTotal = myClip.getBytesTotal();
setProperty("eq", _visible, "0");
setProperty("dot", _visible, "0");
eqy = getProperty("eq", _y);
eqx = 11;
if (myClipBytesLoaded == myClipBytesTotal) {
gotoAndPlay(4);
}
gotoAndPlay(2);
i = "1";
while (Number(i)<15) {
duplicateMovieClip("eq", "eq" add i, 10+Number(i));
duplicateMovieClip("dot", "eqdot" add i, 30+Number(i));
setProperty("eq" add i, _x, Number(eqx)+Number(i*5));
setProperty("eqdot" add i, _x, Number(eqx)+Number(i*5));
setProperty("eq" add i, _yscale, 1);
set("doty" add i, 0);
setProperty("eqdot" add i, _y, eqy-1-Eval("doty" add i));
i = Number(i)+1;
}
status = "stop";
stop();
starttime = getTimer();
loop = "0";
maxloops = "300";
playtime = getTimer()-starttime-(fulllen)*loop;
j = int(playtime/((step)));
i = "1";
while (Number(i)<15) {
if (status eq "play") {
sc = ((eval("myClip/:s" add i)*20.8));
if (sc>99) {
set ("sc","99");
}
} else {
sc = 0;
}
setProperty("eq" add i, _yscale, 1+Number(sc));
setProperty("line" add i, _yscale, newy);
if (sc >= eval("doty" add i)) {
set("doty" add i, sc);
} else {
set("doty" add i, eval("doty" add i)-3);
}
setProperty("eqdot" add i, _y, eqy-1-Eval("doty" add i)/5);
i = Number(i)+1;
}
if (Number(j)<Number(rows)) {
gotoAndPlay("eqplay");
} else if (Number(loop)<Number((maxloops-1))) {
loop = Number(loop)+1;
gotoAndPlay("eqplay");
}
stop();
PLEEEEEEEAASE can anybody help... What do I need to change to make the music start playing automatically?!
Thanks!
MediaMonkeyMX
View Replies !
View Related
Graphical Preloader
Hi all.
I have designed a graphical preloader that use a png that is only 3kb. Why when I test my movie or I upload it to the server I can't see it before than the percent arrives at 36%. If I use my vectorial preloader all is ok.
How can I resolve this problem?
Thx to all
View Replies !
View Related
AS3 Graphical Preloader?
Hi my current preloader on my site is a countdown, I want to make a counter which is formed of 3 strips of graphical numbers (0 - 9) that shift up to make the percentage of download. How can I set off a tween function on every percentage change, like the step from 99% to 98% would kick of the function to shift one of the mc's up?
many thanks
http://www.simonkinslow.com
View Replies !
View Related
Flash MX - Graphical Menu
I want to make a hidden menu that will fade into view when the mouse is put over its area - something that scrolls left and right with the mouse containing pictures that will load into the area when you click on it (say 7 pictures in all) and then have the menu fade out of sight when the mouse moves away from it . . . anyone know where i may find such a topic of help??
View Replies !
View Related
Graphical Form Inputs? How?
I noticed a site a while ago done with flash that didn't have the common fields for input forms. They were...well...graphics...that you type into, rather than the boring rectangle.
Can someone point me to a tutorial for those or give me the "proper name" for something like that so I can google it?
Thanks a bunch!
View Replies !
View Related
Interactive Graphical Table
Hi everybody,
I hope you can help me with this.
I need the class to be able to generate a table showing you the data inside an object (instance name: "list1" in my current script). That's what it already does. Then, upon clicking a cell in this table, this cell shall become selected. It sort of does that too, but cells already selected don't become "unselected" (nevermind that now, I will get this to work by myself). Now, the data that is shown in the table cell shall be changed inside the list object ("list1"). I'm still trying around with this, but I though asking won't hurt either. So, if you know anything that might help me, please feel free to respond to this thread. As far as I found out, the problem is that I can't let the "cell" MC know to which property it relates, or in other words: I can give the "cell" MC the VALUE of the property but it doesn't know where it came from and thus isn't able to WRITE a new VALUE to that place.
I will include the whole script to this thread for you to try out. You will need a MC with linkage name "cell" that has a dynamic text box in it which gets its text from the variable called "label". (Linkage... : "cell"; var : "label") In the second frame of this MC, the border around the clip should be another color (that's the "selected" state of a cell).
So, here's the script:
Code:
$List = function (entries) {
for (var i = 0; i<entries; i++) {
var itemName = "item"+i;
this[itemName] = {lab:"ITEM"+i, val:Math.floor(Math.random()*100)};
}
};
$Table = function (list, location) {
if (typeof (list) != "object") {
trace("No List Object specified!");
trace("Syntax: 'InstanceName' = new $Table(ListObject[, Location])");
}
if (typeof (location) == "undefined") {
location = new $Point(0, 0);
}
if (typeof (location.x) == "undefined" | typeof (location.y) == "undefined") {
trace("Location has to be an Object in format 'InstanceName' = {X, Y}");
}
this.list = list;
this.rowCount = 0;
for (var item in this.list) {
this.rowFlag = this.list[item];
if (typeof (this.list[item]) == "object") {
this.cellCount = 0;
this.rowFlag.rowClip = this.clip.createEmptyMovieClip("row"+this.
rowCount, this.rowCount);
this.rowClipFlag = this.rowFlag.rowClip;
for (var each in this.rowFlag) {
this.cellFlag = this.rowFlag[each];
if (typeof (this.cellFlag) == "string" | typeof (this.cellFlag) == "number") {
this.rowFlag["cellClip"+this.cellCount] = this.rowClipFlag.attachMovie("cell", "cell"+this.cellCount, this.cellCount);
this.cellClipFlag = this.rowFlag["cellClip"+this.cellCount];
this.cellClipFlag.stop();
this.cellClipFlag.label = this.cellFlag;
this.cellClipFlag._x = (this.cellClipFlag._width)*this.cellCount;
this.cellClipFlag.onRelease = function() {
for (each in this._parent) {
this._parent[each].gotoAndStop(2);
}
};
this.cellCount++;
}
}
this.rowClipFlag._y = (this.rowClipFlag._height)*this.rowCount;
this.rowCount++;
}
}
this.clip._x = location.x;
this.clip._y = location.y;
};
$Table.prototype.clip = _root.createEmptyMovieClip("table", 0);
$Table.prototype.select = function() {
this.cell.gotoAndStop(2);
};
$Point = function (x, y) {
this.x = x;
this.y = y;
};
list1 = new $List(20);
table1 = new $Table(list1);
Hopefully you can help me.
Thanks in advance
~Wasty
View Replies !
View Related
Graphical Font Preloader
hello,
i try to make a preloader with graphical numbers (percentage) and i'd like to use instead of the normal fonts graphics like:
1.gif instead of number one 2.gif instead of number two and further
is there somewhere a flash file or a tutorial available? (i'm a beginner)
huge thanks in advance
christine
View Replies !
View Related
Interactive Graphical Table
Hi everybody,
I hope you can help me with this.
I need the class to be able to generate a table showing you the data inside an object (instance name: "list1" in my current script). That's what it already does. Then, upon clicking a cell in this table, this cell shall become selected. It sort of does that too, but cells already selected don't become "unselected" (nevermind that now, I will get this to work by myself). Now, the data that is shown in the table cell shall be changed inside the list object ("list1"). I'm still trying around with this, but I though asking won't hurt either. So, if you know anything that might help me, please feel free to respond to this thread. As far as I found out, the problem is that I can't let the "cell" MC know to which property it relates, or in other words: I can give the "cell" MC the VALUE of the property but it doesn't know where it came from and thus isn't able to WRITE a new VALUE to that place.
I will include the whole script to this thread for you to try out. You will need a MC with linkage name "cell" that has a dynamic text box in it which gets its text from the variable called "label". (Linkage... : "cell"; var : "label") In the second frame of this MC, the border around the clip should be another color (that's the "selected" state of a cell).
So, here's the script:
Code:
$List = function (entries) {
for (var i = 0; i<entries; i++) {
var itemName = "item"+i;
this[itemName] = {lab:"ITEM"+i, val:Math.floor(Math.random()*100)};
}
};
$Table = function (list, location) {
if (typeof (list) != "object") {
trace("No List Object specified!");
trace("Syntax: 'InstanceName' = new $Table(ListObject[, Location])");
}
if (typeof (location) == "undefined") {
location = new $Point(0, 0);
}
if (typeof (location.x) == "undefined" | typeof (location.y) == "undefined") {
trace("Location has to be an Object in format 'InstanceName' = {X, Y}");
}
this.list = list;
this.rowCount = 0;
for (var item in this.list) {
this.rowFlag = this.list[item];
if (typeof (this.list[item]) == "object") {
this.cellCount = 0;
this.rowFlag.rowClip = this.clip.createEmptyMovieClip("row"+this.
rowCount, this.rowCount);
this.rowClipFlag = this.rowFlag.rowClip;
for (var each in this.rowFlag) {
this.cellFlag = this.rowFlag[each];
if (typeof (this.cellFlag) == "string" | typeof (this.cellFlag) == "number") {
this.rowFlag["cellClip"+this.cellCount] = this.rowClipFlag.attachMovie("cell", "cell"+this.cellCount, this.cellCount);
this.cellClipFlag = this.rowFlag["cellClip"+this.cellCount];
this.cellClipFlag.stop();
this.cellClipFlag.label = this.cellFlag;
this.cellClipFlag._x = (this.cellClipFlag._width)*this.cellCount;
this.cellClipFlag.onRelease = function() {
for (each in this._parent) {
this._parent[each].gotoAndStop(2);
}
};
this.cellCount++;
}
}
this.rowClipFlag._y = (this.rowClipFlag._height)*this.rowCount;
this.rowCount++;
}
}
this.clip._x = location.x;
this.clip._y = location.y;
};
$Table.prototype.clip = _root.createEmptyMovieClip("table", 0);
$Table.prototype.select = function() {
this.cell.gotoAndStop(2);
};
$Point = function (x, y) {
this.x = x;
this.y = y;
};
list1 = new $List(20);
table1 = new $Table(list1);
Hopefully you can help me.
Thanks in advance
~Wasty
View Replies !
View Related
Procedural/graphical L-system
Hi
I wanted to know if it's possible to build custom, plant-like L-systems in flash in 2 ways:
1) procedurally, with a set of user controls (in flash, not in flash player)
2) graphically with existing shapes that actionscript could reveal
also, besides growing/animating these shapes, is it possible to create a procedural system of skeleton bones with dynamic IK splines so these things react to gravity forces?
Thanks
D
View Replies !
View Related
Graphical Corruption With Masks
My radar maze game is progressing well (early version posted in the Masks challenge a little while ago). I'm trying to add deformable scenery however and have run into a problem with the masks. When I add masked 'holes' to the scenery (a blue circle in the case below) I get little more than corrupted graphics. I should be seeing a blue circle clipped to show over the scenery only - avoiding the tunnels. Anyone seen this before? In fact, is anyone else seeing it in my attached movie? I suppose I could be seeing a bug that only occurs on my PC.
I've removed all the code that doesn't contribute to the problem and attached the .fla. It's so simple, how can it be going so wrong?!
View Replies !
View Related
Graphical Score Keeping
Need help on how to implement this type of score keeping:
See attached image for example.
Basically, there is a set number of "empty" cirlces on the stage ( 30 to be exact)
When someone scores, it shows the "red" circle.
If they miss, the "X" circle shows.
If they miss a total of three times, the game ends (game over)
If they get all 30 then the game ends (success).
What I have so far:
PHP Code:
_global.scoreMiss = 0;
_global.scoreIndex = 0;
// initialize score circles
attachMovie("scorecircles_mc", "scorecircle", 215);
scorecircle._x = -30.0;
scorecircle._y = -30.0;
// initialize bar
attachMovie("bar_mc", "bar", 106);
bar._x = 94.0;
bar._y = 275.0;
// initialize ball
attachMovie("ball_mc", "ball", 107);
//-- some other stuff
// --- scoring --
if (ball.hitTest(bar.mcHitArea)) {
// some stuff
} else if (ball.isFalling == false && ball._y>=iYPos-1) {
ball.isFalling = true;
if (ball.hitTest(pool.pHitArea)) {
trace("ball hit pool");
circles[scoreIndex].gotoAndStop("rightCircle");
scoreIndex++;
if (scoreIndex == 30) {
gotoAndStop("endgame");
}
} else {
trace("ball hit ground");
circles[scoreMiss].gotoAndStop("missCircle");
scoreMiss++;
if (scoreMiss == 3) {
gotoAndStop("endgame");
}
}
}
// --- score keeping ---
//creating array of empty circles
var j;
var k;
var i = 0;
circles = new Array();
for (k=0; k<3; k++) {
for (j=0; j<10; j++) {
duplicateMovieClip("scorecircle", "c"+i, 3+i);
circles[i] = this["c"+i];
with (circles[i]) {
_x = 8+j*31;
_y = 8+k*30;
}
i++;
}
}
scorecircle is a movieClip that contains three frames and labeled accordingly:
emptyCircle, rightCircle, missCircle
As it stands with the current code, if someone misses, the correct frame (missCircle) , and if they miss the next one, it moves onto the next duplicated scorecicle movieClip. However, if they miss one and get it right on the next one, the scorecircle movieClip which had the miss, resets and then shows the circle in the frame rightCircle, and if they miss the next one, that same circle resets and shows the circle in frame missCircle. However, the count is still kept.
What am I missing?
Also at the end of a game, how do i reset the "score" so if they wish to replay, it doesn't "start" from existing "data"?
View Replies !
View Related
Graphical Interface In Browser
Hi All,
I have been looking on the web for a while now trying to find some tools that will allow me to place some simple vector graphics over an image in a browser.
I would have thought with all the advances in browser/language technology, that something would exist out there, but I don't seem to be able to come up with the right keywords to find it!
Basically, all I want is to be able to open an image (jpeg or pdf is fine) and push a button and create maybe a textbox, then push another button and place an arrow or two on top of that image, and then save the new additions in a seperate file (not merged with the original) when complete.
Does anybody know if there is anything out there that allows me to do this?
Thanks in advance for any tips you can give me!
View Replies !
View Related
[How To:] Advanced Graphical Preloader
Hey guys,
I've searched the internet (and this forum) for ways of creating a preloader that (for example) fills a given shape with color depending upon how much data has currently been preloaded. Put another way, I'm trying to create a preloader that animates according to the given preload percentage complete.
I'm new to Action Script and Flash, so please explain if you leave code or examples.
Thanks a lot!!!
View Replies !
View Related
[How To:] Advanced Graphical Preloader
Hey guys,
I've searched the internet (and this forum) for ways of creating a preloader that (for example) fills a given shape with color depending upon how much data has currently been preloaded. Put another way, I'm trying to create a preloader that animates according to the given preload percentage complete.
I'm new to Action Script and Flash, so please explain if you leave code or examples.
Thanks a lot!!!
View Replies !
View Related
Dealing With Two Graphical Tiles...
I need a suggestion from someone here. I have two moving square tiles that orbit in an elliptical pattern. They ultimately zoom in and out. However, one tile always stays on top of the other one. I'm assuming this is because in my code, the addChild() is in sequence.
ActionScript Code:
//create plane
plane1 = new Plane( material1, 300, 300, 1, 1);
// register plane
scene.addChild( plane1 );
this.addEventListener( Event.ENTER_FRAME, onEnterFrame );
What should I be looking at so that the closest tile to the screen will actually be on top, at the appropriate time?
I don't think removeChild() is the answer because it would delete the tile from the display list completely...
Thanks in advance
View Replies !
View Related
BUG TOUCH - Graphical Debugger Preview
[swf width="550" height="430" background="#000000"]http://www.pose.ch/bugtouch.swf[/swf]
This is just an early preview, but there is a lot of functionality.
So first try this one:
-First in the list of MC's click on "test"
-Click on the MC "tweened"
-Hold down Shift and click on "instance2"
-Now the detail view of this MC is open.
-Click now on the zoom button for the _x propertie (the middle of the three buttons on the right side of the propertie values)
-You are watching now the values of _level0.test.tweened.instance2._x, this is the circle animation on the upper left corner.
Try it out. Not all functions are implemented in this version and it's only for MC properties for the moment.
Good ideas for extra functions are welcome.
Thx
View Replies !
View Related
Graphical Interface Calendar Component
DOes anyone know of a calendar component that uses a graphical interface where user can add events? I'm building a site that I will not be responsible for updating, and the people who will be updating do not know how to code, and it would be out of place for me to expect them to.
I've found the FCalendar and the Spark calendar, but you have to use programming to add events, etc, etc. Does anyone have a recommendation?
If I can't find something like that in flash I might have to go another route, but flash is my fisrt choice, of course.
Any help would be great, thanks.
Spec
View Replies !
View Related
[F8] Impletementing A Graphical Grid System
Hello all,
I've been working on a level editor for my game and I've run into a bit of a problem. My game is tile based so I am using a grid to do what I want. What I want to do is make a graphics (the tile images) based grid system that is also scrollable so that tiles outside the scroll area will not be visible until scrolled to.
So far I've tried using a scrollpane component, but the tiles outside the pane were still visible and there was no scrolling available.
Any ideas will be greatly appreciated.
Thanks,
Blank_101
View Replies !
View Related
User Graphical Layout Component
Hello, My first post to this forum...I'm a 2d/3d graphic artist with very limited programming skills. Ive managed a few uncomplicated flash projects but now I'm in a position to come up with some functionality for a flash project I havent seen before. I must have searched a couple hundred different ways for a grasp on how to do it and no luck so far. Here is what I have to do. Attached to this post is a jpg that illustrates 4 different sized boxes. Each box represents a scanned and uploaded image. To make things simpler we will call the boxes segments of a newspaper article as the example. the top box is the newspaper masthead and the other three boxes are the story and a couple pictures. The user scans and measures the document segments then uploads each segment to a box that represents actual scale. From there the user arranges the layout of the segments. Every segment should align and snap to the other segments on center, top, bottom, left and right wit 1/4 inch seperation on all sides to assist in the placement of the segments when released. For the curve ball, you will notice the bottom two boxes are different sizes but centered as a combined section. The "stage" should be smart enough to recognize when this sectioning needs to happen and be able to report back the overall dimension of the layout including the border. In this example it would report "height 14.5, width 13.25".
I don't have a budget for this...wish I did. Direction and/or assistance of any kind is appreciated. I will strap my boots and learn this if I must but perhaps someone capable of accomplishing this needs graphics? I can do that.
My nick is inaph, I need a programmers help!
TIA
View Replies !
View Related
Graphical Assets Not Appearing After Preload
Working in Flash CS3 publishing to Flash Player 9 using AS3.
I have a movie that is about half a meg in size and uses a third party webservices component to talk back to my server. Everything works well except on occasion after the preloader finishes loading the movie it will go to the beginning of the presentation and some of the graphics do not show up. If you refresh the browser (IE7) then they do. Can anyone tell me why this would be happening?
I am waiting for the Event.INIT function to complete before I tell the preloaded movie to play. Is there something else I need to wait for as well to be sure that all the graphics are loaded?
View Replies !
View Related
Keeping A Graphical Running Score
I have to make an educational Flash movie as part of my MA - however I only picked up Flash about a month ago and still find ActionScript very difficult. I want to know if this is possible and maybe get a pointer as to how to do it.
Basically I want a thermometer to indicate the rate of frustration of a waiter in a restaurant simulation. Annoy him too much by choosing the wrong answer (i.e. wrong language) and it goes up. Answer politely, it goes down. Hit the top of the thermometer and his head blows up (or he walks off or something). Get to the end without annoying the waiter to this extent and you are rewarded with your meal.
I have a thermometer, it's a movie clip with five frames showing five states, 0=low (calm), 4=high (head blow off time). The user starts off on 0. I presume I would need a variable: vexscore = 0
In the first set of user options, when the user clicks A (very wrong) the thermometer would go up 2 steps. If it's B then up 1, so vexscore = 2 or 1
I'm sure this bit is possible (although would I need a graphic and not a MC as I can't see how I can link to individual frames of the movie clip to show the graphical increase).
Then on the next user choice, the thermometer starts where it left off. This is the bit that is stumping me. I've seen _root to keep something going through the whole movie. Would it be something similar here?
This time, a correct answer reduces the thermometer, wrong raises it etc etc
With me?
What I want to know is, is this possible? If yes, and I presume it is, could someone give me a pointer?
Files are at http://www.neilballantyne.net/MA/EDE...vironment.html
Many thanks,
Neil
View Replies !
View Related
Keeping A Graphical Running Score
I have to make an educational Flash movie as part of my MA - however I only picked up Flash about a month ago and still find ActionScript very difficult. I want to know if this is possible and maybe get a pointer as to how to do it.
Basically I want a thermometer to indicate the rate of frustration of a waiter in a restaurant simulation. Annoy him too much by choosing the wrong answer (i.e. wrong language) and it goes up. Answer politely, it goes down. Hit the top of the thermometer and his head blows up (or he walks off or something). Get to the end without annoying the waiter to this extent and you are rewarded with your meal.
I have a thermometer, it's a movie clip with five frames showing five states, 0=low (calm), 4=high (head blow off time). The user starts off on 0. I presume I would need a variable: vexscore = 0
In the first set of user options, when the user clicks A (very wrong) the thermometer would go up 2 steps. If it's B then up 1, so vexscore = 2 or 1
I'm sure this bit is possible (although would I need a graphic and not a MC as I can't see how I can link to individual frames of the movie clip to show the graphical increase).
Then on the next user choice, the thermometer starts where it left off. This is the bit that is stumping me. I've seen _root to keep something going through the whole movie. Would it be something similar here?
This time, a correct answer reduces the thermometer, wrong raises it etc etc
With me?
What I want to know is, is this possible? If yes, and I presume it is, could someone give me a pointer?
Files are at http://www.neilballantyne.net/MA/EDE...vironment.html
Many thanks,
Neil
View Replies !
View Related
Tool/menu Bar Graphical Issue?
Does anyone know why when sometimes when the menu/tool bar loads, it doesn't show any color. It just appears white instead of grey. It seems like it's not completly loading.
I sometimes get similar problems with the combo boxes. Their labels won't show up. They still work, their labels just stay blank?
I'm currently getting these errors when I unload and re-load a toolbar mc from my library. The Menu/tool bar and combo boxes are inside the toolbar mc.
thanks.
View Replies !
View Related
Issue With Large Graphical Navigation Menu Item Arrangement...
Hey guys, feels good to be back to Flashkit. I've been messing with Flash for a little bit over the years, but now I have a real project and CS3 in front of me, and I can't for the love of (your choice of deity) get it:
I have a large aerial image of multiple locations. There are about two-dozen sites (physical sites) that need to be linked to from the aerial image. Now, I have it set up so that here are thumbnails for each site, and these are going to about 150% on mouse-over. However, there is an issue with arranging the items.
When moused over, some of these buttons are popping UNDER other items, even items that are in the same layer. The best way I could go around this is to paste them outside-in to the center of the image. Still, there are issues with this, as it's difficult for me to arrange 24 items that are 150x100px or 100x150px into a field that is basically 1024x600.
Is there a way to dynamically change the item order to 'top' on mouseover? Or something like that? Does each site have to have its own movieclip with embedded button?
I am not too far into the project to make large changes, but I don't know which changes to be making.
Aaaalso, I am using AS2.0 in the file, if someone would be so nice as to hold my hand to convert to 3.0, that'd be awesome, but I have no qualms using 2.0 and leaving it as-is.
thanks in advance,
-Tim
View Replies !
View Related
|