LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


  #1  
Old 10-19-2001, 08:54 AM
Madokan Madokan is offline

Inspiring Moderator
 
Join Date: May 2000
Location: Berlin/Germany
Posts: 362
Rep Power: 14
Madokan is on a distinguished road
Source Klonspezial Function

Hi Folks,

Here is a new version of our clonspecial function. Now you can decide how many or where you want to set your movieclips.

Function:
PHP Code:

movieclip.prototype.klonSpezial = function (cols,rows,vertX,vertY,posKX,posKY,iVal,jVal,object) {

for (
i=0i<colsi=i+iVal) {
    for (
j=1j<=rowsj=j+jVal) {
        
z++;
        
this.attachMovie(objectobject+zz);
        
with (this[object+z]) {
            
_x posKX+(i*vertX);
            
_y posKY+(j*vertY);
        }
    }
}

Call the function:

PHP Code:

klonspezial (1010202021010022"clon"); 

Examples:
Version 1
Version 2

Be inspired.

yours
Matze K.
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Function Consolidation Help SpectacularStuf Flash CS3 / Flash 9 0 09-29-2007 03:20 AM
Slight actionscript forum Agent-VIP Newbies 0 05-08-2007 12:30 AM
Newbie! Cannot access flash.net.FileReference paulr Actionscript 2.0 7 12-21-2006 11:33 AM
Buttons ... damned BUTTONS gooup Flash 8 3 10-15-2006 12:31 AM
Functions ssjskipp Flash MX ActionScript 5 03-22-2005 12:42 AM




All times are GMT. The time now is 07:10 PM.