Can we make a part of screen slide horizontally ?

I guess you would have understood what i meant.Itz like a portion of screen sliding while the rest is as it is.Just as i case of windows photo viewers where all the images are shown small horizontally and the centered image is seen bigger.

It should be in one screen that a portion of screen is used for sliding and portion of screen is used for performing other stuff. [import]uid: 82446 topic_id: 15905 reply_id: 315905[/import]

use two groups

one that move horizontally that sits on top of the other that stays still [import]uid: 7911 topic_id: 15905 reply_id: 58816[/import]

I have understood what you are saying but don’t know how to do it…Can you give me a prototype of that if possible so that i can understand in brief of how to use it… [import]uid: 82446 topic_id: 15905 reply_id: 58824[/import]

Hi Rahul,

You can find information on that here; http://developer.anscamobile.com/content/display-objects#Groups

Alternatively if you are looking for a prototype you can get that kind of support here; http://www.anscamobile.com/corona/support/

Peach :slight_smile: [import]uid: 52491 topic_id: 15905 reply_id: 58831[/import]

Thank you Guys.You all rock…

@Peach:I had asked a question on the following link but did not get any answer.Do you have any idea regarding this…

http://developer.anscamobile.com/forum/2011/09/29/problem-positioning [import]uid: 82446 topic_id: 15905 reply_id: 58862[/import]

Looking at that thread it sounds like you need to learn about using flags and I suppose transitions.

You can check out the API section for that.

If you are hoping to get your code written for you, try here;
http://www.anscamobile.com/corona/support/ [import]uid: 52491 topic_id: 15905 reply_id: 59037[/import]

What are FLAGS? Where can I study about it in ansca?
And what about transitions?Could not get “transition” that you are talking about.Did you mean that I need to go through transitions more. [import]uid: 82446 topic_id: 15905 reply_id: 59052[/import]

Flags could also be called “states”

for instance

local slideDown = true

that would set the slideDown “flag” to true.

I have moved this topic to a more appropriate forum [import]uid: 84637 topic_id: 15905 reply_id: 59193[/import]