n/m found a solution
If you need instructions on how to get through the hotels, check out the enclosed instruction book.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: RenegadeClock;1734435Doesn't the M have to be capital in Math.round() ?
onClipEvent (load) {
this._rotation = random(3)*90;
}
onClipEvent (enterFrame) {
if (this._rotation == 0) {
if (this.hitTest("_root.point") && Key.isDown(Key.LEFT)) {
this._alpha = 0;
}
}
if (this._rotation == 90) {
if (this.hitTest("_root.point") && Key.isDown(Key.UP)) {
this._alpha = 0;
}
}
if (this._rotation == 180) {
if (this.hitTest("_root.point") && Key.isDown(Key.RIGHT)) {
this._alpha = 0;
}
}
if (this._rotation == 270) {
if (this.hitTest("_root.point") && Key.isDown(Key.DOWN)) {
this._alpha = 0;
}
}
}a._rotation = math.round(random(4))*90;
b._rotation = math.round(random(4))*90;
c._rotation = math.round(random(4))*90;
d._rotation = math.round(random(4))*90;Quote from: Satellite Clock;1734357dont use Math.round() just use round() pretty sure that works
onClipEvent (load) {
this._rotation = Math.round(random(4))*90;
}
onClipEvent (enterFrame) {
if (this._rotation=0) {
if (this.hitTest("_root.point") && Key.isDown(Key.LEFT)) {
this._alpha = 0;
}
}
if (this._rotation=90) {
if (this.hitTest("_root.point") && Key.isDown(Key.UP)) {
this._alpha = 0;
}
}
if (this._rotation=180) {
if (this.hitTest("_root.point") && Key.isDown(Key.RIGHT)) {
this._alpha = 0;
}
}
if (this._rotation=270) {
if (this.hitTest("_root.point") && Key.isDown(Key.DOWN)) {
this._alpha = 0;
}
}
}Quote from: TequilaClock;1561811I don't care how old is your sig, it is still one of my all time favorites.
Quote from: MSPaintClock;1401569Because I'm poor!
Quote from: MonsterMunchClock;1285575BLUFF
Quote from: BunnyClock;1095026okay thanks for this fine contribution we hadn't established this already!
Quote from: SgtAngelClock;1094717No. I was on the phone with him and she was still yelling 'that's sick' in the background. You people are missing the point- forget about the fucking police.