Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
originalknappster webforumsuser@macromedia.com #1
sequential functions?
I'm trying to make one function go right after another function finishes. For example, say I have an EaseTo function (which would make an MC ease to a certain coordinate), and i want an MC to move to the coordinates 0,0 and once it's arrived there, to move to 40,100.
What is the function for this? I've seen a doNext command once, is this what I'm searching for? If so, how do I use this command?
originalknappster webforumsuser@macromedia.com Guest
-
DataBinding to a Sequential File
I am new to vb.net and I am running into problems understanding DataBinding and its concept. The only examples I find are always talk about Web... -
which sql statement causes sequential scans?
Hi! I've an application that stores a lot of data in my database-tables (Informix DS 9.30). As there are some problems with the performance, I... -
sequential loss in jpeg
I understand that every time you open a jpg file in photoshop and resave it as a jpg, you lose more and more data. But what about copying files? When... -
How to add a sequential number to a form
In article <bel3dj$g6i$1@ftp.curtin.edu.au>, "gwmbox" <gregatwork@NOSPAMPLEASEhotmail.com> wrote: guess noone else is gonna answer this, so... -
Sequential Number Generator
Look up Identity in BOL. "John" <jeetrana@yahoo.com> a écrit dans le message de news: 125f01c34238$a275b250$a301280a@phx.gbl... -
CesareRocchi webforumsuser@macromedia.com #2
Re: sequential functions?
You could also use callbak mechanism.
Whenever a function ends up it notifies its state and then you can go on
to call other functions e.g.
function f1 () {
// do your stuff
onFunctionOver()
}
function onFunctionOver() {
...
}
CesareRocchi webforumsuser@macromedia.com Guest



Reply With Quote

