nicole
08-17-2002, 04:55 PM
I am ready to jump out the window. I have been trying to learn how to do so called simple actionscripting (enormous final project is due in 3 days and I have no earthly idea what I'm doing)
I am attempting some simple things and then if they worked I was going to try to build on that and try to learn that way. I thought the code below was pretty basic but aparantly I am mistaken. any assistance you could provide would be greatly appreciated!
onClipEvent (enterframe);
{
if (press=true);
}
{
_root.green circle mc. rotation +10;
}
_________________________
on (rollOver)
press=true;
{
on (rollOut)
}
{
press=false;
}
I am attempting some simple things and then if they worked I was going to try to build on that and try to learn that way. I thought the code below was pretty basic but aparantly I am mistaken. any assistance you could provide would be greatly appreciated!
onClipEvent (enterframe);
{
if (press=true);
}
{
_root.green circle mc. rotation +10;
}
_________________________
on (rollOver)
press=true;
{
on (rollOut)
}
{
press=false;
}