Re: [Flashcoders] Plssss help me: perspective illusion

2008-08-31 Thread dr.ache

What I understand from your description is that your calculation
for forward movement is correct. Though why dont you buffer (save)
all the properties after every forward movement and rollback if you
go backward. More detailed: Save the positions in an Array 
(x,y,scaleX,scaleY)

and when you push the backward button you array.pop the last property
in your buffer array and apply them on your clips.

Applicable?

Rajiv Seth (Pixelated) schrieb:

Yeh! thanks for responding.

Problem is in Action Scripting. Actually on the stage, you will see that
there are two buttons, "btn_next" & "btn_back".

When I click on "btn_next", [btn_next.onRelease = function()] is evoked and
images move properly and when I click on "btn_back", [btn_back.onRelease =
function()] is evoked, but probably I am unable to calculate the variable
"newX" properly, so thumb images are not coming back to original position.

All I want is to move thumb image with back & next buttons, next button will
work till all seven images keep forwarding, and only one remains, and back
button will bring them back to original position by displacing them one by
one.

Hope my problem is clear now. I am waiting for ur help.

Thanks again

Rajiv

On Sat, Aug 30, 2008 at 9:21 PM, Arka Roy <[EMAIL PROTECTED]> wrote:

  

Can you please describe the problem in terms of something in Flash or
ActionScript (like variables, symbols, classes, functions) not working as
you thought it should.

Or at least which specific part of that code you posted, doesn't work as
expected.

A


On Sat, Aug 30, 2008 at 9:36 PM, Rajiv Seth (Pixelated) <
[EMAIL PROTECTED]> wrote:



Hi there,

I am working on a project, for which I have made perspective movement of
thumbnails. My one side movement is working fine, but I am unable to
  

create


to and fro movement (back & forward), as variable values don't change as
desired. Can anyone help me with this and tell me how to code this.

file can be seen at http://www.geocities.com/cybe_r/

I have put there fla download link and code too.
--
Regards

Rajiv Seth
Ph: 09839157388
___
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] Plssss help me: perspective illusion

2008-08-31 Thread Rajiv Seth (Pixelated)
Yeh! thanks for responding.

Problem is in Action Scripting. Actually on the stage, you will see that
there are two buttons, "btn_next" & "btn_back".

When I click on "btn_next", [btn_next.onRelease = function()] is evoked and
images move properly and when I click on "btn_back", [btn_back.onRelease =
function()] is evoked, but probably I am unable to calculate the variable
"newX" properly, so thumb images are not coming back to original position.

All I want is to move thumb image with back & next buttons, next button will
work till all seven images keep forwarding, and only one remains, and back
button will bring them back to original position by displacing them one by
one.

Hope my problem is clear now. I am waiting for ur help.

Thanks again

Rajiv

On Sat, Aug 30, 2008 at 9:21 PM, Arka Roy <[EMAIL PROTECTED]> wrote:

> Can you please describe the problem in terms of something in Flash or
> ActionScript (like variables, symbols, classes, functions) not working as
> you thought it should.
>
> Or at least which specific part of that code you posted, doesn't work as
> expected.
>
> A
>
>
> On Sat, Aug 30, 2008 at 9:36 PM, Rajiv Seth (Pixelated) <
> [EMAIL PROTECTED]> wrote:
>
> > Hi there,
> >
> > I am working on a project, for which I have made perspective movement of
> > thumbnails. My one side movement is working fine, but I am unable to
> create
> > to and fro movement (back & forward), as variable values don't change as
> > desired. Can anyone help me with this and tell me how to code this.
> >
> > file can be seen at http://www.geocities.com/cybe_r/
> >
> > I have put there fla download link and code too.
> > --
> > Regards
> >
> > Rajiv Seth
> > Ph: 09839157388
> > ___
> > 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
>



-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Plssss help me: perspective illusion

2008-08-30 Thread Arka Roy
Can you please describe the problem in terms of something in Flash or
ActionScript (like variables, symbols, classes, functions) not working as
you thought it should.

Or at least which specific part of that code you posted, doesn't work as
expected.

A


On Sat, Aug 30, 2008 at 9:36 PM, Rajiv Seth (Pixelated) <
[EMAIL PROTECTED]> wrote:

> Hi there,
>
> I am working on a project, for which I have made perspective movement of
> thumbnails. My one side movement is working fine, but I am unable to create
> to and fro movement (back & forward), as variable values don't change as
> desired. Can anyone help me with this and tell me how to code this.
>
> file can be seen at http://www.geocities.com/cybe_r/
>
> I have put there fla download link and code too.
> --
> Regards
>
> Rajiv Seth
> Ph: 09839157388
> ___
> 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] Plssss help me: perspective illusion

2008-08-30 Thread Rajiv Seth (Pixelated)
Hi there,

I am working on a project, for which I have made perspective movement of
thumbnails. My one side movement is working fine, but I am unable to create
to and fro movement (back & forward), as variable values don't change as
desired. Can anyone help me with this and tell me how to code this.

file can be seen at http://www.geocities.com/cybe_r/

I have put there fla download link and code too.
-- 
Regards

Rajiv Seth
Ph: 09839157388
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders