OZONE Asylum
Forums
Multimedia/Animation
coding with MX
This page's ID:
11440
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
No, whatever you say will not insult me about the actionscript, i know very little about it, in fact i ve been working on it for 3 days,reading actionscript.org and tutorials. I am used to flash but not actionscript. My main problem is to relate graphics and code. I can create a movieclip and put its instances to the stage, but i can not create an automation with script. In fact what i want to do can be done with a little script like gotoAndPlay2,3,4..., but i really want to learn the actionscript. i want to create an object type, numbers=new object(); numbers.onMouseDown=function () { //new object methods and attributes. tellTarget ....gotoAndPlay...//show next this.blink=false //no flashing .... } mouse.addListener(numbers); // i think i have to add this. for (i=1,i<10,i++) { num[i]=new numbers(); //creating new objects } num[1].blink=true; for (i=1,i<10,i++){ num[i].blink=true; //start blink (need to stop this loop until a mouseDown event (could be in movieclip action). } something like that for example.How can i relate this object with a movieclip? does it make any sense?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »