ActionScript 2.0 :: Simple Logarithmic - Get The Output Of LogB?

Oct 13, 2010

I am using Actionscript 2.0.

O_o My question is...

What script must I use?

Example.
B=20;

Then I need to get the output of logB.In other words log20 = 1.301029996.How can I get that? O_o

View 2 Replies


Similar Posts:


ActionScript 3.0 :: Flash Simple Arithmetic Calculation - No 0 In Output

Feb 23, 2011

I'm making a simple calculator, where user can enter values into textboxes and then hit the calc button. E.g.
this.sales_txt.text = "8.50"
this.buying_txt.text = "3"
var marginPerLitre:Number = parseFloat(this.sales_txt.text) - parseFloat(this.buying_txt.text)
trace(marginPerLitre) // = 5.5 <--
I need the output to equal 5.50

View 1 Replies

ActionScript 1/2 :: Change Graph Scale To Logarithmic?

Apr 22, 2010

[Code].....

The scale is from 0 to 1200 and the problem I have is that the  value I want to show is usually so small that it looks like it's stuck  next to zero all the time. So, what I need is change the scale to  logarithmic so the values from 1 to 10 take up as much space as those  from 10 to 100 etc. and the small values show fluctuation. In thefollowing image you see on the left how it behaves now and on the  right how I need it to become (both show a visualization of a small  value, something around 7 or 8).

[URL]

View 5 Replies

ActionScript 2.0 :: Change Graph Scale To Logarithmic?

Apr 22, 2010

I have the following script that takes a number and visualizes it on a circular shape much like an odometer/speed meter that a car dashboard has.[code]...

The scale is from 0 to 1200 and the problem I have is that the value I want to show is usually so small that it looks like it's stuck next to zero all the time. So, what I need is change the scale to logarithmic so the values from 1 to 10 take up as much space as those from 10 to 100 etc. and the small values show fluctuation. In the attached image you'll see on the left how it behaves now and on the right how I need it to become (both show a visualization of a small value, something around 7 or 8).

View 4 Replies

ActionScript 2.0 :: Change Graph Scale To Logarithmic

Apr 22, 2010

I have the following script that takes a number and visualizes it on a circular shape much like an odometer/speed meter that a car dashboard has.[code]The scale is from 0 to 1200 and the problem I have is that the value I want to show is usually so small that it looks like it's stuck next to zero all the time. So, what I need is change the scale to logarithmic so the values from 1 to 10 take up as much space as those from 10 to 100 etc. and the small values show fluctuation. In the attached image you'll see on the left how it behaves now and on the right how I need it to become (both show a visualization of a small value, something around 7 or 8).

View 4 Replies

ActionScript 3.0 :: Trace Doesn't Output Anything In The Output Window Anymore?

Nov 20, 2009

I'm quite new to AS3 (coming from php/c#) and like it very much. My problem: trace doesn't output anything in the Output window anymore?!

View 2 Replies

ActionScript 3.0 :: Trace Doesn't Output Anything In Output Window Anymore

Nov 20, 2009

I'm quite new to AS3 (coming from php/c#) and like it very much.My problem: trace doesn't output anything in the Output window anymore?!

View 3 Replies

ActionScript 2.0 :: Link Input Text To A Variable And Output That Text To The Output Window Using Trace

Jul 22, 2005

I'm teaching myself ActionScript and the book I'm reading just got into input text capabilities. The book shows me how to link input text to a variable and output that text to the output window using trace. My question is: how can I display the text that the user input onto the actual movie. For example... if I wanted the visitor to type their name into the input text box and click Submit and then a phrase shows up with their name such as "Hold on Name, my site will be done soon." How do I reference that variable and have it actually display in my movie?

View 5 Replies

Data Integration :: Php Data Correct On HTML Output But Output To Flash Is Incorrect?

Jun 22, 2006

var nextY = 0;
var nextY2 = 18;
for (var count = 0; count < result_lv.typeCount; count++)
{

[code]....

The type count is correct but the information for the project is wrong.

View 1 Replies

Professional :: Simple Sound Player - Visitor To Hear The Sound And Be Able To Apply Simple Controls?

Aug 1, 2011

Flash is not in my toolset, but I am an old Director jock and have spent some hours dipping my head into the Flash manual.  I suppose that makes me a promising beginner-level poster. I'm working in CS5.
 
I need to make a simple Flash-based sound player for a website for a newly-released novel (http://www.bearriverbooks.com/index.html).  I want the user to click on what appears to be an icon (or image), which kicks open a simple controller and starts playing a sound file (a radio interview, which I will probably export using Flash's voice compression).  Nothing fancy.  Just want the visitor to hear the sound and be able to apply simple controls (stop/start/rewind/volume).
 
I can learn ActionScript, I suppose, since I used to dream in Lingo, but my life would be a lot simpler if I could just publish a controller without having to roll my own.  I'd like to think there's a magic button somewhere that can do this, but I haven't found it yet.

View 4 Replies

Php :: XML Output Is Different On IE?

Jul 28, 2010

I have been trying to output XML with PHP but encountered a strange(!) error in Internet Explorer. The expected xml output is this:(simplified)

<root>
<match_id>12</match_id>
<stadium_id>43</stadium_id>

[code]....

I have set the PHP header for XML output, and changed lots of other things but could not make it work.The $match->getId() part is just returning an integer but IE always shows this value as 0. If I set <fan_id> and <match_id> manually, IE shows the values correctly. By the way, I am using this XML output in Flash (AS3) and this also shows the same result with IE.

View 3 Replies

ActionScript 3.0 :: Output To Be One After Another, But Right?

Oct 17, 2009

alright, i want the output to be one after another, but right now it just overwrites a previous output in the loop. how would i get it to output one after another?

package {
import flash.display.*;
import flash.text.*;
import flash.events.MouseEvent;

[Code]...

View 2 Replies

IDE :: AS3 Compilation - Cannot Get Any Output

Jul 26, 2009

How would I go about compiling just AS3 in CS3? I tried having my .as files in a folder then creating a new .fla from within CS3 in the same folder but I cant seem to get any output.

View 3 Replies

SWF Output To LCD Projector As Presentation

Jul 22, 2010

I am still running Flash MX (04). Because I find flash a little more useable than other progs, I am using it to create a presentation. I am creating a project that I intend to only use as a standalone SWF (not uploadable to a site or anything). I intend to play the SWF full screen on a laptop and output to an LCD projector as a presentation. I have the stage set at 1024 x 768 and am using movie clips imported/embedded (which arent the full 1024x768 but slightly smaller ), text, photo's and audio. I am nearly 2/3rds the way through and the SWF file size is growing (currently at 16 meg). I expect it to be in the region of 90 meg + or so as some audio yet to be loaded and still photos are quite size heavy. Is there any way i can get the audio to sound a little clear as when the SWF is published the sound seems to lose a little quality in the compression. Also, what is the maximum size you would recommend a standalone SWF in this scenario should/could be?

View 21 Replies

ActionScript 1/2 :: Get Txt Output In A Column?

May 2, 2009

how to get output in a column in a dynamic textfield
 
instead of getting the output i.e.
 
output1, output2, output3, etc
 
I would like to have it as
 
output1
output2
output3
 
but I don't know how to make returns in flash - in php /n

View 4 Replies

Professional :: Dynamically Output A Swf?

Apr 18, 2010

if it's possible to dynamically output a swf from a playing swf? For example, if a user was running a swf movie and clicked a button, a swf could be dynamically published of a particular area within the swf.

View 9 Replies

AS3 :: Professional : Output 0# Instead Of Just # In Flash CS4?

May 5, 2010

I was wondering if there is any way to get an number output always in a two digit number, for example time:What my code does right now:

0:1
0:2
0:3
0:4

[code]....

View 2 Replies

ActionScript 3.0 :: Swf Is Not Showing Output?

Jun 9, 2010

I try this code... Bt when i render fla file through flash it shows output but when i jst play swf file it shows nothing

stage.addEventListener(KeyboardEvent.KEY_DOWN,KeyMovement)function KeyMovement(event:KeyboardEvent):void{  var myStr=String.fromCharCode(event.charCode)  output.text="key is Pressed="+myStr}
 
i put an textbox on stage output but it is showing nothing...

View 1 Replies

ActionScript 3.0 :: Get An Output Error When There Is No?

Feb 22, 2011

I did a picture slide show in flash CS5 where I used actionsript 3. I added a button so that when you click it will go to the next picture. Then on the last one it will go from the last picture and reset back to the first picture. I even added some music with a stop and play button so if you are playing some music and say you get tired of it while looking through the pictures you can click the play/ stop button and it will stop.[code]...

This error occurs when I go to test movie about half way through my photo gallery this message will pop up. The thing about it is that despite the error all my images load and play correctly as they should and my sound plays and stops as I ask it too. I guess I could ignore the error seeing as how everything works 100% fine despite the error but I was just wondering if this error is something serious or if I should be concerned?

View 3 Replies

Flash :: Randomize Output In Pro CS5?

May 26, 2011

Does anyone know if it is possible to randomize assets in Flash. Basically I am creating a flash based application which when the user hits a target button the preceeding screen should show a completely random asset (which would be an SWF), at the moment each button is simply tagged to a particular swf, although i need it to be more random than this?

View 1 Replies

ActionScript 3.0 :: Trace Can Not Output Anything

Sep 17, 2011

I'm new to flash but I have over 15 years in software and 20 in IT.In everything I have worked with so far in Flash I've used trace( message ) to put a message in the output window. Then it just stopped.

View 4 Replies

Php :: Getting The Output In Array Collection?

Nov 25, 2009

/*
[Bindable]
public var rows1:ArrayCollection=new ArrayCollection([
['Google', [{Projectname:"1", Client:0},
{Projectname:"2", Client:1},
{Projectname:"3", Client:2},

[Code]...

View 2 Replies

Actionscript 3 :: How To Get Output Of A Webpage

Mar 8, 2010

URL...returns some html that I want to parse in Actionscript.How do i call this page from Actionscript while getting back the response in a string variable?

View 2 Replies

ActionScript 2.0 :: Output To LoadMovie?

Oct 23, 2009

Im working on a site with influences from this tutorial[URL]..It is basically a tutorial how you can make a 3D rotating carousel witch picturens from an external xml-file.

Although in the tutorial he makes the "buttons/pictures" go to an "output". I whould like it to go to another movie (loadMovie)

[Code]...

View 9 Replies

ActionScript 3.0 :: Can't Get XML Data To Output

Sep 10, 2010

I am trying to load an external XML file and then output select pieces of data (location data) based on mouseover events on different objects (images of provinces). Something is wrong with my attempt to put data from the XML into the text objects I created. I think it is finding the file because when I remove the file, it balks, and when the file is present, it stops balking. But it keeps saying "Access of undefined property" or other things along the lines of "This thing is empty". My guess is that the syntax is wrong in the area below which I marked with an "ERROR HERE" comment.[code]...

View 7 Replies

Flash 10 :: CS5.5 Truncating Output?

Jul 21, 2011

I am trying to trace a fairly large 2d array (many thousands of elements) to copy in some other code. The code obviously takes a while to run but this doesn't matter to me since it's a one time thing. I used to be able to do this no problem in Flash CS5, but now Flash is truncating the text somewhere in the middle so I don't see all of it. Is there a way to disable this?

View 0 Replies

ActionScript 2.0 :: SetVolume - How Come The Output Is 100?

Feb 21, 2004

i have a flash document that contains two wav file in the library with ID name "soundloop1" and "soundloop2". and there is no other stuff except for the following code on the first frame:

_root.mySound1 = new Sound(mc1);
_root.mySound1.attachSound("soundloop1");
_root.mySound1.start(0, 50);[code]....

how come the output is 100(and it sounds like 100 too...pretty loud ) ?? what did i do wrong?

View 8 Replies

ActionScript 2.0 :: Output All MCs On Screen?

Aug 29, 2006

Is this even possible? (well, I guess anything is possible) I tried doing it manually, but it would be really cool if there was some way to do it dynamically. Couldn't find anything on the subject.

View 7 Replies

ActionScript 2.0 :: Output XML From Flash

Sep 9, 2008

can I use PHP to create an XML file called AGConfig.xml on a server? AGConfig.xml is a file that is used by 2 different applications there is a config swf and a main app swf...initially you run the config swf which takes in MySQL Login information...and a event name.when you load the config swf all the fields are blank (whether or not the AGConfig.xml exists)...what I want to do is write an XML file on the server.I am wondering if its possible to do this using PHP? What I have found is that you can definitely save it to your local drive.but is it possible to output an XML file on a server? For example.my php file and flash app files are at www.somesite.com/test/ and if i run.[code]

View 3 Replies

ActionScript 3.0 :: Best Way To Output Array?

Mar 4, 2009

What would be the best way to output a multidimensional array so that later on I could input it (through user input) and it won't be to hard to read it?

View 7 Replies







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