a little actionscript

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 18th, 2007, 11:46
New Member
Join Date: May 2007
Location: uk
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Question a little actionscript

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?
Reply With Quote

Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 07:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43