Looking for Example of Sliding Control Panel
I'm trying to get a working sample where the control panel (panel of menu buttons) slides up and down from the bottom at any time (on selection). Similar to what was shown in the demo at the CES.
I'm trying to use some java script from the popular AJAX style libraries (like Scriptaculous), but so far have had no luck getting it to work.
Does anyone have a sample of this type of behavior to share?
Thanks.
You absolutely rock Peter.
Can't wait to try it out at home tonight.
[It's taking a while to get the HD spec]
From an authoring perspective, it depends on what you are most comfortable with. Both get the job done.
From a player perspective, each implementation may have different performance characteristics. More complicated markup pages have a greater per-tick cost (in the naive case), but this can be reduced given enough engineering effort. Since markup is a declarative language, there is more room for optimisation than with a script-based approach but again it takes time.
I would say just do what is easiest for you to author / debug and that also gives you "good enough" performance -- no need to worry about how fast something happens if you're not dropping any frames.