Re: [Flashcoders] ticker

2010-05-29 Thread Hans Wichman
Not sure what your ticker looks like, but a very simply solution I sometimes
use is to place 2 copies of the complete ticker with all elements in a row,
and then I simply update those two while modding the x positions of the
ticker, instead of modding x's of every item in the ticker separately. Might
be completely different from what you are doing, but it reduces the wrapping
code for the items in a ticker to about 1 line ;).


On Fri, May 28, 2010 at 11:07 PM, John R. Sweeney Jr jr.swee...@comcast.net
 wrote:

 Like breadcrumbs. :)


 on 5/28/10 10:14 AM, Glen Pike at g...@engineeredarts.co.uk wrote:

  If you then get stuck trying to do stuff, we help a
  bit more ;)


 John R. Sweeney Jr.
 Interactive Multimedia Developer


 OnDemand Interactive Inc
 945 Washington Blvd.
 Hoffman Estates, IL 60169
 Office/Fax: 847.310.5959
 Cellular: 847.651.4469
 www.ondemandinteractive.com


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] ticker

2010-05-28 Thread Lehr, Theodore
I am trying to make a simple ticker... my thinking is to tween it (in as) right 
to left... how would I make that tween repeat endlessly?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ticker

2010-05-28 Thread Glen Pike

On 28/05/2010 15:45, Lehr, Theodore wrote:

I am trying to make a simple ticker... my thinking is to tween it (in as) right 
to left... how would I make that tween repeat endlessly?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


   

yoyo is your friend
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] ticker

2010-05-28 Thread Lehr, Theodore
That's what I love about this list - there is ALWAYS help available but it is 
often cryptic... ;-)


From: flashcoders-boun...@chattyfig.figleaf.com 
[flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike 
[g...@engineeredarts.co.uk]
Sent: Friday, May 28, 2010 10:57 AM
To: Flash Coders List
Subject: Re: [Flashcoders] ticker

On 28/05/2010 15:45, Lehr, Theodore wrote:
 I am trying to make a simple ticker... my thinking is to tween it (in as) 
 right to left... how would I make that tween repeat endlessly?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



yoyo is your friend
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ticker

2010-05-28 Thread Glen Pike
Hehe - Just giving you a nudge in the right direction - you have to look 
up some info - try googling for flash tween yoyo and it opens up some 
interesting stuff.  If you then get stuck trying to do stuff, we help a 
bit more ;)


On 28/05/2010 16:04, Lehr, Theodore wrote:

That's what I love about this list - there is ALWAYS help available but it is 
often cryptic... ;-)


From: flashcoders-boun...@chattyfig.figleaf.com 
[flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike 
[g...@engineeredarts.co.uk]
Sent: Friday, May 28, 2010 10:57 AM
To: Flash Coders List
Subject: Re: [Flashcoders] ticker

On 28/05/2010 15:45, Lehr, Theodore wrote:
   

I am trying to make a simple ticker... my thinking is to tween it (in as) right 
to left... how would I make that tween repeat endlessly?
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



 

yoyo is your friend
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


   


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ticker

2010-05-28 Thread Matt S.
Are you using a Tween Engine like TweenMax? Most have a yoyo function
built in which endlessly loops back and forth.

.m

On Fri, May 28, 2010 at 11:04 AM, Lehr, Theodore
ted_l...@federal.dell.com wrote:
 That's what I love about this list - there is ALWAYS help available but it is 
 often cryptic... ;-)

 
 From: flashcoders-boun...@chattyfig.figleaf.com 
 [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike 
 [g...@engineeredarts.co.uk]
 Sent: Friday, May 28, 2010 10:57 AM
 To: Flash Coders List
 Subject: Re: [Flashcoders] ticker

 On 28/05/2010 15:45, Lehr, Theodore wrote:
 I am trying to make a simple ticker... my thinking is to tween it (in as) 
 right to left... how would I make that tween repeat endlessly?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



 yoyo is your friend
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ticker

2010-05-28 Thread Nathan Mynarcik
Have each item as its on sprite/mc and when it tweens off the stage,
reset its x/y to start over again.

On 5/28/10, Lehr, Theodore ted_l...@federal.dell.com wrote:
 That's what I love about this list - there is ALWAYS help available but it
 is often cryptic... ;-)

 
 From: flashcoders-boun...@chattyfig.figleaf.com
 [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike
 [g...@engineeredarts.co.uk]
 Sent: Friday, May 28, 2010 10:57 AM
 To: Flash Coders List
 Subject: Re: [Flashcoders] ticker

 On 28/05/2010 15:45, Lehr, Theodore wrote:
 I am trying to make a simple ticker... my thinking is to tween it (in as)
 right to left... how would I make that tween repeat endlessly?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



 yoyo is your friend
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



-- 
Nathan Mynarcik
nat...@mynarcik.com
254.749.2525
www.mynarcik.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ticker

2010-05-28 Thread Cedric Muller
or just assign some 'onComplete' handler to your tween, reset your  
object to tween 's position to the right of the screen and (re)start  
tweening.

rinse and repeat.

Cedric

Hehe - Just giving you a nudge in the right direction - you have to  
look up some info - try googling for flash tween yoyo and it  
opens up some interesting stuff.  If you then get stuck trying to  
do stuff, we help a bit more ;)


On 28/05/2010 16:04, Lehr, Theodore wrote:
That's what I love about this list - there is ALWAYS help  
available but it is often cryptic... ;-)



From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders- 
boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike  
[g...@engineeredarts.co.uk]

Sent: Friday, May 28, 2010 10:57 AM
To: Flash Coders List
Subject: Re: [Flashcoders] ticker

On 28/05/2010 15:45, Lehr, Theodore wrote:

I am trying to make a simple ticker... my thinking is to tween it  
(in as) right to left... how would I make that tween repeat  
endlessly?


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] ticker

2010-05-28 Thread Lehr, Theodore
Don't worry - I love it! Would rather hunt and find it anyway rater than being 
handed the answer... 


From: flashcoders-boun...@chattyfig.figleaf.com 
[flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike 
[g...@engineeredarts.co.uk]
Sent: Friday, May 28, 2010 11:14 AM
To: Flash Coders List
Subject: Re: [Flashcoders] ticker

Hehe - Just giving you a nudge in the right direction - you have to look
up some info - try googling for flash tween yoyo and it opens up some
interesting stuff.  If you then get stuck trying to do stuff, we help a
bit more ;)

On 28/05/2010 16:04, Lehr, Theodore wrote:
 That's what I love about this list - there is ALWAYS help available but it is 
 often cryptic... ;-)

 
 From: flashcoders-boun...@chattyfig.figleaf.com 
 [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike 
 [g...@engineeredarts.co.uk]
 Sent: Friday, May 28, 2010 10:57 AM
 To: Flash Coders List
 Subject: Re: [Flashcoders] ticker

 On 28/05/2010 15:45, Lehr, Theodore wrote:

 I am trying to make a simple ticker... my thinking is to tween it (in as) 
 right to left... how would I make that tween repeat endlessly?
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




 yoyo is your friend
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] ticker

2010-05-28 Thread John R. Sweeney Jr
Like breadcrumbs. :)


on 5/28/10 10:14 AM, Glen Pike at g...@engineeredarts.co.uk wrote:

 If you then get stuck trying to do stuff, we help a
 bit more ;)


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders