Skip to content

Miguel Zamora Lopez

Actionscript 3.0, Flash, Javascript

Add Random Tiles To The Spiral Grid

Posted by Miguel Zamora Lopez on November 29, 2011. No comments.

Fast script to add random sized tiles to the first point available closest to the center of spiral grid map, register the points used and remove them from the list with points. Click the stage to add more tiles.

See the example:

download

Not working in your browser? or questions? Contact me!

Actionscript 3.0 spiral grid

Posted by Miguel Zamora Lopez on August 17, 2011. No comments.

This is a example of a easy to use sprial grid.

You can click on the stage to add more spirals.

See the example:

download

Not working in your browser? or questions? Contact me!

Actionscript 3.0 easy way for a looping slideshow

Posted by Miguel Zamora Lopez on August 4, 2011. No comments.

This is a example of a slide show.

The slide show uses the Array class to update it’s current slide, like this:

// set the last element of the slides array as first
slides.unshift(slides.pop());
// set the first element of the slides array as last
slides.push(slides.shift());

See the example:

download

Not working in your browser? or questions? Contact me!

Actionscript 3.0 mouse enter stage function

Posted by Miguel Zamora Lopez on July 28, 2011. No comments.

This is a example of the stage enter function.

It actually uses the MouseEvent.MOUSE_MOVE event to check if the user is on top or inside the flash stage.

After the MouseEvent.MOUSE_MOVE is triggered, the event is removed.

See the example:

download

Not working in your browser? or questions? Contact me!

Actionscript 3 apple style scrollbar

Posted by Miguel Zamora Lopez on July 27, 2011. No comments.

Easy to use fully functional Apple style Actionscript 3.0 scrollbar.

Actionscript 3.0 Apple Style Scrollbar

download

Not working in your browser? or questions? Contact me!

Actionscript 3.0 Scrollbar

Posted by Miguel Zamora Lopez on June 18, 2010. One comment.

Easy to use fully functional Actionscript 3.0 scrollbar.

Actionscript 3.0 Scrollbar

download

Not working in your browser? or questions? Contact me!

© 2012 Miguel Zamora Lopez ∼ Actionscript 3.0, Flash, Javascript. Built on WordPress & the Scherzo theme by Leon Paternoster.