Hey all, i’m working on a project for my internship company which involves creating a “portfolio/projects app” for the company itself. I started about 1 week ago with Corona/Lua and it’s going very well but I got my first problem now for which I can’t find any solution.
What I want:
For general information: I’m working with a tabbar at the bottom of the screen to switch between News, Projects, Portfolio, etc. Switching between the tabs works with a gotoScene() and slideLeft as transition.
In scene “projects” i’m showing a list of several projectitems. When I select one of those, an overlay (“projectinfo”) slides in from the right which shows information about the project. If I want to close the overlay I simply press the backbutton in the header which hides the overlay (with a slideRight). However, if i do not press the backbutton but press on another tab when overlay “projectinfo” is showing I want it WITH the current scene “projects” to hide using a slideLeft (with the “projectinfo” on top of “projects”).
The problem:
When i press another tab “projectinfo” disappears immediately and i only see “projects” sliding to the left.
To make it a bit clearer:
http://www.youtube.com/watch?v=LvvHj0uuudE
At 0:12 you see the problem. I’ve been trying to solve this problem for hours now but still can’t manage to get it working the way I want it to work.
I would really appreciate it if someone can help me with this. If code is needed tell me, although I think the solution should be very easy but I just can’t manage to find it.
Thanks in advance!
With Regards,
Spanky [import]uid: 189912 topic_id: 32603 reply_id: 332603[/import]