Ultrashock Forums > Flash > ActionScript
AS2 - Overlap problem

You are currently viewing our website as a guest which gives you limited access to forums, files and other resources.

Click here to join now for free, and start interacting with our members, download files and much more!

Click here if you are looking for our Flash files and other professional assets.
 
Post Reply | View first unread | Rate Thread Search this Thread | Thread Tools | Display Modes

#1
Bookmark and Share!
AS2 - Overlap problem
Old 2008-02-21

I have problem in new created movie clip position because it's dyanamic.
if i create new movie clip it is not overlap on previous movie clip. that position will be new or different place.

find attachment show this problem

so please give me code of positioning movie clip without overlap


thanks

Dars
postbit arrow 1 comment | 231 views postbit arrow Reply: with Quote   
darshit
seperator
Posts: n/a
seperator

Ultrashock Member Comments:
Anik's Avatar Anik Anik is offline Super Moderator Anik lives in Argentina 27 Creative Assets 2008-02-21 #2 Old  
You can set the position of the attached movieclip like this.

ActionScript Code:
  1. var mc:MovieClip = this.attachMovie("myMc", "newMc", this.getNextHighestDepth(), {_x:100, _y:100});
Reply With Quote  
Thread Tools
Display Modes Rate This Thread
Rate This Thread: