TouchStudio update
Written by Ian Elliot   
Saturday, 28 May 2011

TouchStudio is a Windows Phone app that lets you write scripts that run on the phone. The latest version 1.2 has just been released and it adds some significant features that make TouchStudio a credible way of creating apps.

The key additions are a game and physics engine and there's a demo ninja game included in the release. Also included is a new canvas-like element - the board. A board contains a collection of items (“sprites”) that are rendered on the board, and which you can easily move around, obeying basic laws of physics that involve speed, acceleration, etc. Now you can create games with just a few lines of script code.

You can also now pin scripts to the TouchStudio home screen and post directly to Facebook. You can now log into Facebook from TouchStudio, and then post text, pictures, or links to your Facebook wall. An odd upgrade is the introduction of global variables - most simple scripting languages start out with globals and try to figure out how to control them later!

The list of improvements are:

  • New fast game and physics engine ("board")
  • Improved tiles on TouchStudio home screen
    • Pinning of individual actions as tiles
    • Separation of tiles and scripts
  • Post on your Facebook wall directly from your script
  • Global variables ("data")
  • Run all actions directly; enter arguments on wall if needed
  • Improvements in code editor
    • Selection of subexpressions
    • Extraction of subexpressions (a refactoring that introduces a new local variable)
    • Copy & paste of entire actions
    • Undo
  • Tutorial videos
  • Many new samples, performance improvements, and transition animations, and bug fixes

touchstudio99x99

More information

Scripting app for Windows Phone 7

TouchStudio

 

If you would like to be informed about new articles on I Programmer you can either follow us on Twitter or Facebook or you can subscribe to our weekly newsletter.

 

Banner


Apollo Adds REST APIs For GraphQL
29/10/2024

Apollo has added a simpler way to integrate REST APIs into a federated GraphQL environment. Available now in public preview, can be used to map REST API endpoints to their GraphQL schema using a decla [ ... ]



Improved Code Completion With JetBrains Mellum
29/10/2024

JetBrains has launched Mellum, a proprietary large language model specifically built for coding. Currently available only with JetBrains AI Assistant, Mellum is claimed to provide faster, sm [ ... ]


More News

Last Updated ( Saturday, 28 May 2011 )