Forum Topic: Quality control

(181 views • 5 replies)

This topic is 1 page long.

<< < > >>
None

ottermaniac

Reply To Post Reply & Quote

Posted at: 7/14/06 05:34 AM

ottermaniac LIGHT LEVEL 12

Sign-Up: 09/07/03

Posts: 375

For some reason this code doesnt work:

onClipEvent (enterFrame) {
if (this.hitTest(_root.son)) {
_quality=LOW;
}
}

When the movieclip hits 'son' the quality of the movie should turn low, anyone know where it's wrong?

fuck


None

Cybex

Reply To Post Reply & Quote

Posted at: 7/14/06 05:38 AM

Cybex NEUTRAL LEVEL 20

Sign-Up: 03/04/05

Posts: 7,744

At 7/14/06 05:34 AM, ottermaniac wrote: For some reason this code doesnt work:

onClipEvent (enterFrame) {
if (this.hitTest(_root.son)) {
_quality=LOW;
}
}

When the movieclip hits 'son' the quality of the movie should turn low, anyone know where it's wrong?

_quality="LOW";

You need the "s.


None

jdubwatson

Reply To Post Reply & Quote

Posted at: 7/14/06 05:38 AM

jdubwatson LIGHT LEVEL 10

Sign-Up: 02/04/06

Posts: 45

i haven't tried changing quality before, but would it be _root._quality instead of just _quality?


None

ottermaniac

Reply To Post Reply & Quote

Posted at: 7/14/06 05:39 AM

ottermaniac LIGHT LEVEL 12

Sign-Up: 09/07/03

Posts: 375

ah alright, thanks!

fuck


None

GameSQUID

Reply To Post Reply & Quote

Posted at: 7/14/06 05:44 AM

GameSQUID NEUTRAL LEVEL 02

Sign-Up: 07/13/05

Posts: 95

At 7/14/06 05:38 AM, jdubwatson wrote: i haven't tried changing quality before, but would it be _root._quality instead of just _quality?

Depends on whether he wants to change the quality of the entire movie or just the movieclip that was hitting the son mc.


None

Cybex

Reply To Post Reply & Quote

Posted at: 7/14/06 05:49 AM

Cybex NEUTRAL LEVEL 20

Sign-Up: 03/04/05

Posts: 7,744

At 7/14/06 05:44 AM, GameSQUID wrote:
At 7/14/06 05:38 AM, jdubwatson wrote: i haven't tried changing quality before, but would it be _root._quality instead of just _quality?
Depends on whether he wants to change the quality of the entire movie or just the movieclip that was hitting the son mc.

I don't think it's possible to change the quality of a single movieclip, although i've never tried.


All times are Eastern Standard Time (GMT -5) | Current Time: 08:29 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!