|
|
|
LOOP 0.074 released
|
|
|
posted on 2006.01.13 by otaco; Words: news, programming, director, demo, lingo, |
Loop or "Lingo layer for instant sprite creation" is a set of lingo scripts that make it easy to create and destroy sprite objects on the stage/score. Sprites with properties and script instances can easy be created with one single line: LOOP_CREATE_SPRITE( (propertyList), (scriptList) )All spritechannel management for finding a empty spritechannel is done by the LOOP system. For example: with a little repeat loop you can create as many sprites as you want as shown here: easySpriteCreation.txtYou can load the available empty LOOP *.dir file and start to write your own applications. LOOP is now official GPL software. Read the GPL for more informations. You can download the latest version of a clean loop director project here: Loop_0.074.rarA function and variables reference of the older LOOP 0.07 you can get here: Loop_0.07_Reference.rar Note that some functions and variables have new names.Demo of massive sprite creation ( You will need the shockwave plugin): Loop_0.02_mousesource.htm Loop_0.71_heart.htm Asteroids_0.03_loop_0.07.htm |
|
LOOP, Lingo layer for fast sprite creation
|
|
|
posted on 2005.12.13 by otaco; Words: news, programming, lingo, loop, |
Loop is a set of lingo scripts that make it easy to create and destroy sprite objects on the stage/score. Sprites with properties and script instances can easyly be created with one single line:LOOP_CREATE_SPRITE( , )All spritechannel management for find a empty spritechannel is done by the LOOP system. With a little for loop you can create many particles as shown here: easySpriteCreation.txtYou can download the latest version of a clean loop director project here: Loop_0.072.rar( LOOP 0.072 is outdated. Please download a advanced version available on this page.)A function and variables reference of the older LOOP 0.07 you can get here: Loop_0.07_Reference.rarDemo of massive sprite creation ( You will need the shockwave plugin): Loop_0.02_mousesource.htm Loop_0.71_heart.htm Asteroids_0.03_loop_0.07.htm |
|
|