[ARE_YOU_SEQUENCED?] (2006)

ARE YOU SEQUENCED is a tool that allows the user to create a sequence of multimedia data, including audio, image, video, text forms, through visual interactions. The user can assign each multimedia element to each dot, and create a sequence by visually compositing dots.

Developed in Flash Actionscript 2/PHP




In this prototype version, the program allows users to:

- Connect or disconnect dots on stage anytime.
- Create a sequence that can loop, be reversed.
- Select a media form to apply the sequence, such as sounds, images, video clips, or text.
- Make a set of the media files, and save or load it.
- Save the sequence separating it from the media set file.

And in the next version which is currently being developed, the program will allow users to:

- Mix different media forms, such as video and sound.
- Duplicate a part of the sequence.
- Program an automated tasks.
- Generate a variation from another sequence.









* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Update: 2nd Prototype

OK. I rewrote the code again from scratch. Here we go.

>> [launch PROTOPTYPE_2]


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Update: 1st Prototype

This is a prototype only for dot controls. You can switch cursors using
the "drag" or "delete" cursor button on the top right. You can:

- Create a new dot on stage by dragging it from the right side.
- Connect a dot to another by dragging & releasing it.
      *You can connect any dots on stage anytime.
      *A dot can be connected to any number of dots.
      *You can just drag a dot to stage from the right side, not connecting it to any dots.
- Remove a dot by clicking it with delete cursor.
- Remove a link by click the link line with delete cursor.

*The problem is, you cannot connect dots making a circular form - closed shape.
I'm using a recursion function, but I guess there's a hole in it...


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *