Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
kobobot #1
next Label / prev Label
Is there a tag or a way to send the playback head to the next label or prev Label???
tanx
[E=mail me please]bil@bilchamberlin.com[/E]
[L=-bil]http://www.bilchamberlin.com[/L]
kobobot Guest
-
How to add a label to LineSeries?
Is there a way to add a label for each LineSeries on my LineChart? I do not want to use Legend to denote my LineSeries, because Legend is outside of... -
Get value of label from combo box - help
ok, I am going nuts with this combo box! I have a flash form with 3 textboxes a combo box, and a submit button. When I hit submit, I post to an aspx... -
mailing label
Has anyone used the cf_cf_averyrtf tag? I installed it and can't get it to display properly. 1. I get an error if I do not have the outputfile... -
go to label problem
Hi I need to apply the go to frame label .... function in a button the problem is that my button is a movie clip and it has to be applied in a clip... -
New Clothing Label for us!
Check out Switch One Zero. www.switchonezero.com The new clothing label for us. www.switchonezero.com Switch One Zero is digitally inspired... -
MOLOKO #2
Re: next Label / prev Label
kobobot wrote:
I think there is in Flash MX 2004, but in flash MX you can achieve the> Is there a tag or a way to send the playback head to the next label or prev Label???
>
> tanx
>
>
> [E=mail me please]bil@bilchamberlin.com[/E]
>
> [L=-bil]http://www.bilchamberlin.com[/L]
same effect by naming your labels 'screen1', 'screen2' etc then having a
variable called screen id which gets incremented with a click on the
next button, and decremented on the back button. you can then run this
code after the increment/decrement:
_root.gotoAndStop("screen" +screenid);
--
MOLOKO
------------------------------------------------
::remove _underwear_ to reply::
'God saves but Buddha makes incremental backups'
------------------------------------------------
GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
see [url]www.geekcode.com[/url] to translate the above!
MOLOKO Guest
-



Reply With Quote

