Evoke Prototype
EvokeProtoType.js - Run in CodeScape Pro's Script Region
This is a demonstration of virtual prototyping. It shows how, using the script region from within CodeScape, a developer can create a mock up of their product. The developer can also design the user interface long before they have any real hardware, thus speeding up the entire development of the finished product. This script makes the assumption that the user has Windows Media Player 9 installed and that your additional files are located on d:\. This can be changed by editing the first 2 lines:
var MP3location = "d:\\"; var evokeImage = "d:\\evoke.jpg";
The format for the MP3’s that it plays is track_n.mp3 where n is 0-9.

