kk_kiran
11-25-2008, 08:05 AM
Hi friends,
I want to develop an application in flashlite. In that application I dynamically create 10 bullets( movieClips) arranged vertically( separated by 30 pixels).
This creates a list of 10 bullets out of which 6 are visible on the stage. I am testing using a device whose stage size is 176x208. All bullets can receive focus.
When I press 'down' key, focus shifts to next bullet in the list. Now this works fine until I reach 6th( the last visible) bullet on the stage. Now if I press down key nothing happens. I want to scroll down to the next bullet at this point. Can anybody tell me how this can be achieved? I cant do hardcoding as everything is going to be dynamic and the last visible item may not be the same.
Thx in advance.
I want to develop an application in flashlite. In that application I dynamically create 10 bullets( movieClips) arranged vertically( separated by 30 pixels).
This creates a list of 10 bullets out of which 6 are visible on the stage. I am testing using a device whose stage size is 176x208. All bullets can receive focus.
When I press 'down' key, focus shifts to next bullet in the list. Now this works fine until I reach 6th( the last visible) bullet on the stage. Now if I press down key nothing happens. I want to scroll down to the next bullet at this point. Can anybody tell me how this can be achieved? I cant do hardcoding as everything is going to be dynamic and the last visible item may not be the same.
Thx in advance.