Insert a bitmapped(have the registration point on the
left hand corner of the bitmap),
a rather long one which stretches beyond the width of
your screen.
Insert it on the stage and let it piggybag this lingo.
This might give you an idea of the scroller.
I found it somewhere long back, otherwise I would have
shown you the link. SORRY.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
property my,stagewidth,wrapwidth
on beginsprite me
    my = the spritenum of me
    sprite(my).member.regpoint = point(0,0)
   stagewidth = the stageright - the stageleft
    wrapwidth = (sprite(my).width - stagewidth)
  end
on exitframe me
   
 move_amount = (((stagewidth/2)-the mouseh)*.1)
  sprite(my).loch = sprite(my).loch + move_amount
  
  if sprite(my).loch > 0 then
    sprite(my).loch = sprite(my).loch - wrapwidth
  end if
  
  if sprite(my).loch < - wrapwidth then
    sprite(my).loch = sprite(my).loch + wrapwidth
  end if 
end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Regards
Brajeshwar
--- [EMAIL PROTECTED] wrote:
> 
> They've got more than one behavior on DOUG that
> allows you to scroll
> images. Hit a search for scroll and images. I'm sure
> you'll find what you
> need.
> 
> Regards,
> Pranav
>
-----------------------------------------------------------
> A bus station is where a bus stops.
> A train station is where a train stops.
> On my desk, I have a work station......
> 
> 
> 
> <snip>
> I am trying to create a photo gallery in director.
> Now what i want is that
> if the cursor moves to the left, the gallery
> pictures start shifting to
> right so that to reveal the pictures on left.The
> same thing applies gor
> mouse movements towards right, up and down.
> <snip>
> 
> 
> 
> 
> 
> [To remove yourself from this list, or to change to
> digest mode, go to
> http://www.penworks.com/LUJ/lingo-l.cgi  To post
> messages to the list,
> email [EMAIL PROTECTED]  (Problems, email
> [EMAIL PROTECTED])
> Lingo-L is for learning and helping with programming
> Lingo.  Thanks!]
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to