I need a code that when i input a word (EX.Cheese) in a input text box, itll go to a new frame
Cheese is Good!! Flashamatatic, KARL D. SCHMIDT In Life, there 1 thing that theres to do constantly...... FLASH!
Don't we all love those emoticons! First thing you need to do is assigning a var-name to your input field. This code should do the rest: code: onEnterFrame = function () { if (var-name == "Cheese") { gotoAndStop("framelabel"); } }; aut.
code: onEnterFrame = function () { if (var-name == "Cheese") { gotoAndStop("framelabel"); } };
onEnterFrame = function () { if (var-name == "Cheese") { gotoAndStop("framelabel"); } };
christianschubert.biz Carpe Noctem. SELECTED RESOLVED THREADS: MouseWheel: easing scroll | Consecutive Script | Linear Tween without Actionscript onRollOver: replace Cursor | onKeyDown: gotoandPlay(frame) | Changing a SWF's framerate Customized menu utilizing Variables | Rewind function | Flash as transparent overlay in HTML Input text to access frame | _parent / _self / _child | Loop forward and backward Controlling Alpha value using Actionscript
Forum Rules