ActionScript 2.0 :: Creating A Historical Timeline Which Is Easy To Update And Change?

Feb 8, 2010

I am in the process of creating a Historical Timeline which is easy to update and change.This is what I have come up with so far:

ActionScript Code:
on (press) {
this.attachMovie("1900_mc", "window", 1);
window._x = 25;

[code]...

currently I am using the following code which requires me to create Linkages with the buttons. Is there a better way of doing this? also is there anyway to add a effect for example fade in and fade out.

View 7 Replies


Similar Posts:


ActionScript 3.0 :: RemoveChild From Main Timeline, Sounds Easy Right?

Feb 11, 2010

I come to you once again after hours of frustration. I have two swf's that are displaying a pop-up window of sorts. The first is easy (and it works): the user clicks a button and the appropriate pop-up opens with a "close window" button. When the user clicks that "close" button, the pop-up closes revealing the original view again. The code on the main timeline for this one is:

my_btn.addEventListener(MouseEvent.MOUSE_DOWN, openWindowEvent4)
function openWindowEvent4(event:MouseEvent):void{
my_mc.play();

[code].....

View 3 Replies

Web Development :: Page Through Large Amounts Of Historical Data Via A Web Application?

Jun 29, 2009

I have a web application that functions as a dashboard, allowing a user to see summaries of historical data to view trends, etc. As an extension to this, I want to allow the user to drill-down into the historical data if they so wish.What this will amount to is a table of time-value pairs, showing the time a particular data point was recorded as well as its associated value. The issue is that there could be a very large amount of data on record (millions of points is entirely possible), which means it wouldn't work to load all the data up front and display it to the user.

So far, my best idea is to implement the table of time-value pairs with "infinite scrolling" - i.e. the first x points are loaded and then as the user scrolls down the next x points are fetched and so on until the user reaches the end of the data (with a fixed-size cache of points, so that I don't run out of memory). The issue with this approach, though, is that there's no way to get to the end of the data without first fetching every point in between.

Another option would be to have a navigation interface with forward and back buttons, as well as some sort of date chooser so the user can quickly navigate to any data point they wish. This solves the problem of the first idea, but this navigation interface is far more clunky and less intuitive.My question is: is there some happy medium? A UI where it's clean and easy to navigate through the data but at the same time provide some method of jumping to a specific point in time?

Edits based on comments below:The development environment is flex and the database is SQL Anywhere, though the back-end logistics are less important to me than a clean, functional UI.

View 1 Replies

Actionscript 3 :: Creating A Button To Update String Parameter For RSS Reader?

Apr 9, 2012

I want to create a few buttons which users can choose from to change the XML file for my RSS Reader in Air for Android. This is what the button will need to update:

var rssURL: URLRequest = new URLRequest("http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml");

The above XML is the default one I have chosen. What code would I need for them to do this?

View 1 Replies

ActionScript 3.0 :: Change Parent Timeline From A Button In The 'Child' Timeline

Apr 30, 2009

I am just trying to use actionscript 3.0 (Flash CS4) to change the 'Parent' timeline from a button in the 'Child' timeline

[Code]...

View 2 Replies

ActionScript 3.0 :: Update Itself Every Time There Is A Change In The Input Text Box?

Jul 20, 2011

I am trying to build a search angine for an application I am developing. I need my list to update itself every time there is a change in the Input Text box (backspace or additional character). I have no errors but the function does not work the way I want it to.
 
The function compares letters in a specific position within my 2 strings (charAt(j)) and disregards the previous letters, plus it deos not "update" but only adding new strings to my list.

[Code].....

View 6 Replies

ActionScript 2.0 :: Custom - Change The Class Name And The File Name For Each Update?

Nov 28, 2010

i had a flash class file for my movie clip in the stage .i had written all necessary codes in the class file. when i test the movie the class file works fine. But when i updated the class file with new code it doesn't seems to be updated in fact the movie clip runs with the last saved class file.But when i change the class name and file name(to a new name) of the class file the movie clip is updating. So what goes wrong here?? Do i need to change the class name and the file name for each update????

View 1 Replies

Flex :: Keep A List From Scrolling On DataProvider Refresh/update/change?

Jun 30, 2011

I have a simple list and a background refresh protocol.When the list is scrolled down, the refresh scrolls it back to the top. I want to stop this.I have tried catching the COLLECTION_CHANGE event and validateNow(); // try to get the component to reset to the new datalist.ensureIndexIsVisible(previousIndex); // actually, I search for the previous data id in the IList, but that's not importantThis fails because the list resets itself after the change).I hate to use a Timer, ENTER_FRAME, or callLater(), but I cannot seem to figure out a way.The only other alternatives I can see is sub-classing the List so it can catch the dataProviderChanged event the DataGroup in the skin is throwing.

View 4 Replies

ActionScript 2.0 :: Make The Parameters Panel Update With The New Values When A Change Takes Place?

Sep 27, 2006

I'm having my first go at creating a custom component that lays out items in a grid. I have made a selection of inspectable properties accessed though getter/setter methods. Some of these parameters are dynamic, and change when the user resizes the component or changes another linked value. Is it possible to make the parameters panel update with the new values when a change takes place. Without this, the user will not have accurate feedback on the values stored in the component. Does anyone know if this is possible (or difinitely impossible)?

View 1 Replies

ActionScript 3.0 :: Flash - Creating An Image Gallery And The Images Change But Change Right Back To The Original Image

Mar 2, 2011

I am creating an image gallery and the images change but change right back to the original image. I had it working yesterday but today it doesn't work.

[Code]...

View 1 Replies

ActionScript 3.0 :: Creating Loop In Timeline?

Oct 21, 2009

My master timeline is 128 frames long, I want the timeline to play from frames 1 to 128 once and then from frames 64 to 128 three or four times before returning back to frame 1 and starting the whole sequence again so I end up with a continuous loop that consists of the full animation once and the second half 3-4 times all repeating endlessly. I've been reading about "for" loops and guess this is what I need to use but I don't quite get how to set it up, how I'd set up a counter to count the repeats, and how it would reset etc.

View 5 Replies

Flash :: Professional - Update Via SCUP - The Client Is Not Supposed To Be Interfered With The Update Progress

Nov 17, 2011

I am deploying Updates via SCUP and SCCM to hundreds of Computers. Fortunately Adobe provides an SCCM Update Catalog for both Adobe Flash ActiveX and Adobe Flash Plugin. But now my Problem: After publishing the Update via SCCM, the client is not supposed to be interfered with the Update Progress (which is working) I figured the Updater works like this: First SCCM checks if a Update needs to be deployed, if this is the case, The Flash Updater begins. First the old Flash Version is beeing uninstalled. But now: if the Client has a Browser Window (IE, or Firefox) open, the Updater is not able to install the new Flash Version and quits with an Error. This leaves the Client PC without any Flash (because its being uninstalled before) How can I prevent Flash being uninstalled due to the Update progress not working while a Browser window is open?

View 1 Replies

Actionscript 3 :: Movieclip Using A Timer To Update Dynamic Text. No Update?

Dec 12, 2011

I've got a movieclip, which has got a dynamic text element.The movieclip uses a package for its codeThe package if obviously derived from the MovieClip classI've got a timer, that updates the dynamic text field every second.When debugging the code, I see that the timer works well. Its updates the value of the dynamic text field.

View 2 Replies

ActionScript 3.0 :: Creating Movie Clips And Using The Timeline?

Oct 27, 2009

I am very new to Action Script 3.0.My experience has been with 2.0 creating Movie Clips and using the timeline. My concern is after several days of trying to understand why my button was appearing as a null object.
 
My main timeline has 20 frames. There is a stop action on Frame 14.On frame 14 is where I've a button to advance the viewer to frame 15. This is where my trouble starts. After advancing the viewer 1 frame to frame 15, there are 3 buttons. 
 
1)First question is in order for my buttons to work - they must be on the main timeline and not nested in a Movie Clip (correct)? 2)Second question is because I am trying to implement  good Action Script practices, I've put all m y code on one frame.(Frame 14)
 
Unfortunately, this is where I kept getting an error about "Null Object". My 'problem-'  button comes 1 frame after the Action Script.The work around for me was to insert a keyframe with the problem button and move the button off the stage.
 
I would like to try and get in the habit of using AS 3.0 to call Flash Objects to the stage, but it just doesn't seem to be working. Are the methods of using "Package", import Flash -"Movie Clip" or "Sprite" the preferred? Or should I just stick with my very simple way of working? I am afraid it will cause problems down the road and cause unncesassary load times becasue I've got everything on the stage - even when not needed. But, this seems to be the only way my movies work.

View 2 Replies

ActionScript 3.0 :: Creating Template MovieClip On Timeline?

Feb 5, 2010

I have some AS which loops through a section of XML and creates an MC for each entry. I now need to add some text (from the XML) and a dotted line to each MC. Which I'm not sure how to do with AS. So I think it would be easier if I created the 'template' MC on the timeline (or library?) which would then be 'duplicated' as necessary. But how would I do this in AS3?

This is my code at the moment:
ActionScript Code:
for (var i:Number=0; i<mainXML.images.length(); i++) {
var motionImgMC = new MovieClip(); // create an MC.
motionImgMC.name = "mc_" + i; // give new MC a new instance name
motion.addChild(motionImgMC); // add new MC to featured
motionLoader.addItem(mainXML.images.[i],
motionImgMC, {title:"Images"}); // add image in XML to new MC
// push each mc into an array so you can access them from outside this function
motionImgsArr.push(motionImgMC);
}

View 1 Replies

ActionScript 2.0 :: Creating A Timeline (a Line With Numbers)

Apr 8, 2008

I want to make a timeline spanning the year -3000 up to the year 2100. I want it to have a prefixed width between the numbers, 100px, and it has to add up with 50 years every time.

View 3 Replies

Professional :: Creating A Motion Tween With Less Frames On The Timeline?

Dec 25, 2010

By default when I create a new motion tween, it automatically comprises all frames on the layer I want only a 72-frame tween, not a 350-frame tween.

View 2 Replies

ActionScript 3.0 :: Creating A Seekbar For Non-video Use (timeline Control)

May 6, 2011

I have a client who wants me to create a flash presentation (interactive - non-video) and they want the presentation to contain a standard seekbar and volume control at the bottom (as you would see when watching a video) but in my case these controls will not be controlling a video, they will instead allow you to scrub through the playback timeline and control the volume of audio in the timeline.

View 2 Replies

ActionScript 3.0 :: Change "update" Path Of Images?

Jul 8, 2009

I have about 200 imported pngs in my Library that I would like to Update Library Items on to reflect some changes made in photoshop.The problem is that the images were imported from various network and local drives that no longer exist, so when I click Update, nothing happens. The file names have not changed, only the physical paths to them.Does anybody know a way to tell Flash "Hey, look in this directory instead!" so I dont have to manually go through every single file and update from a new location?

View 2 Replies

Professional :: Creating Button On Main Timeline To Go To Frame In MovieClip

Feb 5, 2010

In AS2 I need code for a button, on the main timeline, to go to a frame in a mc off the main time line. I have attached a picture of the time lines in case I have not articulated my needs well.

View 5 Replies

ActionScript 3.0 :: Creating Custom Button Class Into Main Timeline

Dec 23, 2009

I had watched a CartoonSmart Tutorial on AS3, and the amount of code that goes into a button seems to much (especially coming from AS2). I tried to create a custom class to make my life easier for this, but... I ran into a snag.

Errors:
Code:
1046: Type was not found or was not a compile-time constant: MouseEvent.
I receive that error 4 times in these locations.

Code:
function ButtonClick(event:MouseEvent):void {
function ButtonRollOver(event:MouseEvent):void {
function ButtonRollOut(event:MouseEvent):void {
function ButtonDown(event:MouseEvent):void {

Here is my button_class.as file.
package {
public class button_class {
function button() {
}buttonVar.addEventListener(MouseEvent.MOUSE_UP , ButtonClick );
function ButtonClick(event:MouseEvent):void {

I am using Flash CS3 Professional. And when I have the class put directly into the main time line ( Copy and paste) It works perfectly, but not here.

View 1 Replies

Error 1009 Should Be An Easy Fix?

Sep 21, 2010

I just started learning ActionScript 3.0/Flash CS5 a day or two ago, and I am still very early on with it, however I do have some other web development experience with PHP and some Javascript. I am learning from a book that was written for Flash CS4, but it did not seem like a whole bunch was different. I am now getting "Error #1009: Cannot access a property or method of a null object reference. at Main()"

I did several searches for the problem here, but most of the threads referencing this error are far more complex than what I am trying to do, involving multiple, long class files and the timeline. I have been unable to solve my problem after reading through various threads for hours now. Most of the fixes had to do with the timeline, however, all of my GUI is in one frame with no animation.

[Code]...

View 2 Replies

IDE :: Easy Way To Do Collision Detection?

May 3, 2009

Its been many years since I've used flash and I was just wondering what the easiest way to do collision detection was now. I know that there was some hit test bounding box stuff present earlier but I don't know the capabilities of flash cs4 and the advances that have been made. Google searches have yielded things like complex pixel-perfect collision detection but not a lot seems to have been written about CS4 yet.

View 3 Replies

ActionScript 3.0 :: Easy Way To Set Number In Function

Jun 28, 2009

Is there an easy way to set a number in a function call?In C you'd just pass the pointer, but since AS3.0 has no pointers, I'm not sure what to do.I suppose I could create a class that wraps the Number to an Object, forcing AS to use the pointer, but that seems a bit clunky.

View 4 Replies

Flash8 Animation Not As Easy As Swish?

Feb 11, 2010

I started out with Swish, then I moved on to Flash8. I have quickly realized that it's a lot more difficult to achieve animation. Probably due to my lack of education with actionscript 2.0 and Flash8. Are there simple shortcuts to being able to do something as simple as making a photo spin around and explode? I haven't explored Flash8 much, but it doesn't seem as easy as Swish was. Of course, Swish seems obsolete compared to more advanced flash programs.

View 2 Replies

ActionScript 3.0 :: Easy Way To Rearrange An Array?

Oct 6, 2010

What's the easiest way to move one item from one spot to another, within the same array?Say I have an array consisting of four movieclips array = [rock, scissors, paper, bomb].Now i want to move the paper from its position as nr 3 (or array[2], and put it in the first positon array[0]. [code]but that just gave me a bunch of unwanted errors then i tried just the unshift(scissors), but now the array contains two instances of the scissors. What to do? Is there really no array.takeOutAndPutBackInFront(scissors)-ish method?

View 4 Replies

ActionScript 3.0 :: Easy To Use Flash Physics

Mar 16, 2011

I want to make a game using physics in Flash, so I stumbled upon Box2D, but i find that hard to use [the basics are simple, but when i see the scripts,so i was wondering if there are easy to use flash physics engines?

View 6 Replies

Easy Depth Management In Flash?

Mar 2, 2009

I've recently created a game in which the logic and programming all runs perfectly, however the graphics are lackluster. I'm currently having a hard time managing the depth of movieclips on the screen.Basically the game is tile based and each frame of the movieclip holds a different type of tile. All the tiles are 50x50 with the exception of one type of tile which is 60x60 and therein needs to overlap the tiles around it which are 50x50.In AS2 I could of set the depth manually, however I'm told (as is this is my first time dealing with depth in AS3) that I cannot do this anymore. Is there any suggestions on how I can make sure that a tile of one type is automatically set beneath tiles of another type - I've thought about simply coding a function to check this but it somehow seems inefficient (considering larger maps will have a lot of tiles, meaning hundreds of movieclips attached to the stage, each movieclip with multiple frames).

View 2 Replies

Flex Easy Set Buttonmode To All Buttons?

Jan 27, 2011

is there an easy way to set the buttonMode to true to all my buttons in my application?
I thought to create a custom component which extends the s:Button and set there buttonMode to true but I wonder if there is an easier way like with CSS.

View 5 Replies

ActionScript 2.0 :: Easy Saving Of Variable?

Oct 29, 2010

I try to save some variable in a game with local Shared Object, that basically should go like this: after every completed level it sets the variable to that number of level (if not higher already); then i have a MC that reacts to that variable (set its frame number to the number in the variable) so you can select already completet levels.

Now i thought, this would be easier, and tried [not allowed link to some tech note from Adobe on local SO], but didn't worked so far.

View 3 Replies







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