Old 05-18-2009   #1 (permalink)
Registered User
 

Join Date: Nov 2007
Posts: 14

Help with Some Troublesome Code

Hey Folks!

I;ve put together a simple flash and apparently I'm too stupid to figure it out. There are no code errors to it but I still cant get it to work. I'm using CS4 Pro

I've attached the file if anyone cares to help!

Here's the script I used:
animation_mc.stop();
button_mc.stop();

button_mc.onPress=function(){
if(button_mc._currentframe ==1){
this.gotoAndStop(2);
animation_mc.play();
}
else{
this.gotoAndPlay(1);
animation_mc.stop();
}
}


And here is the error messages I'm getting:
Warning: 1090: Migration issue: The onPress event handler is not triggered automatically by Flash Player at run time in ActionScript 3.0. You must first register this handler for the event using addEventListener ( 'mouseDown', callback_handler).

Warning: 1058: Migration issue: The property _currentframe is no longer supported. Use the MovieClip.currentFrame property instead..

Thanks in advance folks!
Attached Files
File Type: zip page_temp4.zip (7.3 KB, 5 views)
Roosta is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-11-2009   #2 (permalink)
Registered User
 
ovidiua2003's Avatar
 

Join Date: Sep 2006
Posts: 112
Images: 32

Send a message via Yahoo to ovidiua2003
you could make it publish in action script 2. the code you are using is AS2. i suspect that you have a button that, when pressed, causes a movie clip to play? cannot open the file though. so please be more specific in what you want to achieve
__________________
I'm Done...
ovidiua2003 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with asp code Rtouch HTML / PHP / ASP / JS 4 04-28-2009 06:35 PM
Worpress Code help altus HTML / PHP / ASP / JS 2 04-02-2008 02:11 AM
Code DevineBabyGurl HTML / PHP / ASP / JS 2 09-26-2006 10:40 AM
Php Code Denial HTML / PHP / ASP / JS 1 06-17-2005 09:15 AM
Scroll bar code Stiker HTML / PHP / ASP / JS 9 04-19-2004 01:44 PM


All times are GMT +1. The time now is 08:17 PM.

Powered by vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT