Whoah, you’re at our level cap. Good job, you rock! Here, have some cake.
Community Get activity updates from around Kongregate.
Explore Kongregate & earn 10 kreds Here are your 10 free kreds Explore Kongregate & earn a trophy Here’s a shiny trophy for you 15%
Keep exploring Kongregate with more badges and games!
Hide the progress bar forever? Yes No
2 posts
Sign in to reply
ok i have an two input text box’s and the variables are NO1 and NO2 in the frame i have a button and want to make it so that if NO1 is 1 and NO2 is 2 and you click it it will goto frame 2 how would i do that???
place this code in the frames actions, replase <button_name> w/ the button’s instance name
<button_name>.onRelease = function() { if(this.parent.NO1 == 1 && this._parent.NO2 == 2) { this.parent.gotoAndStop(2) } }
X
Loading