Help plz

trying to get this to work,

i need a script to make a box minimizable from anywhere on the stage, and also, when its minimized to be able to be maximized up

thx, heres what i have
[AS]onClipEvent (load){
var max = “true”;
var speed = “10”
}
onClipEvent (enterFrame){
if (max = “true”) {
on(release){
this._y += speed
if (this._y == 395);
this._y == 395;
}
}
if (max = “false”) {
on(release){
this._y -= speed
if (this._y == 5);
this._y == 5
}
}
}[/AS]
^ but this is wrong because i cant nest an ON handler within another one…

im confused :frowning:
Hawk

(usin flash mx)

hi there
i believe there is a small mistake in your script
that is
var speed = “10”

this should be
var speed = 10

tick expression button

first u correct this.

no, the other thing about that script is i have an On handle within another one, i cant use that script… it doesnt work… any other suggestions?

btw do you have AIM

sorry buddy, i m more in designing less scripting, i just guessed that could expression problem. Wait for some time u ll get the solution from some techie guy soon.

yea, xcept no techie guys are answering me!

grr

:smiley:

thx tho