This is a discussion on "a little actionscript" within the Flash & Multimedia Forum section. This forum, and the thread "a little actionscript are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
a little actionscript
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hey Everyone,
I've tentitively started using actionscript for some flash animations. Here I'm asking the using to enter the correct password to continue with the animation. However, even when I enter the correct password I still connot continue with the animation: //We first create the password var password:String ="cadct0vfs"; //Now we set the button actions for the validate movie validate_mc.onRelease = function (){ //this will check to see if the password and the input match if(code_txt.text == password){ gotoAndPlay(2); }else{ nextScene(); play(); } } Any suggestions? |
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Actionscript within .NET | timshih | ASP.NET Forum | 0 | Aug 16th, 2007 00:56 |
| actionscript | cressy | Flash & Multimedia Forum | 3 | Jul 24th, 2007 07:29 |
| Actionscript 3.0 | Sgaspar11 | Flash & Multimedia Forum | 7 | May 28th, 2007 18:31 |
| Protecting My ActionScript/SWF | tonyacunar | Flash & Multimedia Forum | 2 | Mar 15th, 2007 16:02 |
| Confused with Actionscript | Diggers23 | Flash & Multimedia Forum | 0 | Jan 29th, 2007 10:35 |