Hi,
Thank you for your enquiry.
OpusScript and ActionScript are both based on the ECMAScript (Javascript 1.1) specification and are therefore very close in terms of structure and syntax. Both languages are also used in similar contexts (multimedia authoring), so I have found that it is much easier to 'translate' an ActionScript tutorial to work with Opus than it is to reverse-engineer a web-based JavaScript application for use in Opus.
For example, my 'Beat The Pea' game (
http://www.digitalworkshop.com/opuspubl ... ThePea.htm) was originally inspired by a series of physics tutorials at
www.kirupa.com and
www.flashkit.com, and you should find that most ActionScript tutorials can be modified to work in OpusScript without too much difficulty.
If you have not already done so, I would recommend taking a look at the Bouncing Ball articles in the Tutorial section (
viewforum.php?f=13) as this will give you a good introduction to handling objects and animation via script.
Kind regards,
I hope this helps. Please do not hesitate to contact me if you have any further queries.