Hawk
April 7th, 2003, 02:57 AM
hmm i was thinkin to myself... about actionscript. i dont know much of anything except for... gotoandplay.. iftotalbytesloaded() etc.
i was kinda thinkin... and i will explain in rough (not real) action script
if you had a dragable closable and MINIMIZABLE box... u could do something like this?
on (release)(
(if.state.minimized==true
_root._y+1
if._root_y==300( //or the height you want it to maximize to..
(_root_y==300)
if.state.maximized==true
_root._y-1
if._root_y==0( //or the height you want it to minimize to..
(_root_y==0)
//and on the button
onenterframe
set.state==maximized
im sure all you ASers out there ar cringing right now... but i dunno much about AS and i was just kidna thinkin aloud
:D
if you understand what i mean... do you think it would work?
:D :D :D :D :D :D
i was kinda thinkin... and i will explain in rough (not real) action script
if you had a dragable closable and MINIMIZABLE box... u could do something like this?
on (release)(
(if.state.minimized==true
_root._y+1
if._root_y==300( //or the height you want it to maximize to..
(_root_y==300)
if.state.maximized==true
_root._y-1
if._root_y==0( //or the height you want it to minimize to..
(_root_y==0)
//and on the button
onenterframe
set.state==maximized
im sure all you ASers out there ar cringing right now... but i dunno much about AS and i was just kidna thinkin aloud
:D
if you understand what i mean... do you think it would work?
:D :D :D :D :D :D