WA3 Update Thread
Moderators: ~xpr'd~, tyteen4a03, Stinky, Emerald141, Qloof234, jdl
- richmond2010
- Rainbow Seeker
- Posts: 276
- Joined: Thu Oct 25, 2007 11:41 am
- DEEMAN223344
- Rainbow MegaStar
- Posts: 3145
- Joined: Tue Dec 04, 2007 8:07 pm
-
- Rainbow AllStar
- Posts: 4548
- Joined: Fri Dec 26, 2008 4:56 pm
- richmond2010
- Rainbow Seeker
- Posts: 276
- Joined: Thu Oct 25, 2007 11:41 am
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- Midnight Synergy
- Site Admin
- Posts: 2587
- Joined: Wed Nov 05, 2003 3:39 am
- Contact:
This edition of "picture of the week" comes a little earlier than usual.
It's the molecular structure of ibuprofen.
Translation: I threw my back out this week and will be minimizing "sitting at my computer" for a little while. Hope to be back with a new pic of the week on Friday the 15th.
It's the molecular structure of ibuprofen.
Translation: I threw my back out this week and will be minimizing "sitting at my computer" for a little while. Hope to be back with a new pic of the week on Friday the 15th.
- Attachments
-
- 800px-Ibuprofen_3D_Model.png (138.8 KiB) Viewed 11594 times
- janetgalle
- Rainbow SuperStar
- Posts: 2204
- Joined: Wed Dec 10, 2003 12:59 am
- tyteen4a03
- Rainbow AllStar
- Posts: 4386
- Joined: Wed Jul 12, 2006 7:16 am
- Contact:
Marinus wrote:Or perhaps it means that WA3 is going to be much more expensive, so he can buy a better chair.~xpr'd~ wrote:MS, is that some secret message that WA3 is so awesome that anyone who plays it will need pain killers to stay sane? XD

Looks interesting... any kind of those things in Wonderland?
(anyways take care)
Wonderland is being destroyed, and all stinkers will quickly get killed.tyteen4a03 wrote:Marinus wrote:Or perhaps it means that WA3 is going to be much more expensive, so he can buy a better chair.~xpr'd~ wrote:MS, is that some secret message that WA3 is so awesome that anyone who plays it will need pain killers to stay sane? XD![]()
Looks interesting... any kind of those things in Wonderland?
(anyways take care)



If you can look at my avatar for 19 minutes, without closing your eyes, you must be great.
We never know... you may be right after all!Technos72 wrote:I can never picture that in the game. Wait. It seems to be a planet system? Is there that many planets???

(Yes, I know it's really sloppy, and includes only Mars, Jupiter, Mercury and Venus, but... you get the point.)
Which reminds me... Gustav Holst is still above epic.
@Patrick; take care, and I hope everything sorts itself out!

- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
It's a molecule, like MS said. It's too small to be visible. P:Technos72 wrote:I can never picture that in the game.
I'm not sure if that's actually going to be related to something in-game or representing Patrick painfully designing line after line of code.
Technos72 wrote:Wait. It seems to be a planet system? Is there that many planets???
Random Planet wrote:Molecules are so small, IT'S FUNNY TO ME.
-
- Rainbow AllStar
- Posts: 4548
- Joined: Fri Dec 26, 2008 4:56 pm
- jozsefkoma
- Rainbow Star
- Posts: 1460
- Joined: Tue Dec 23, 2008 5:45 pm
I've got a idea about this power.Ibuprofen is used in some medications and coughing syrups.Because in the blitz code i found a code and it check if retro coily is frezed I think that the coils are ill and you use this power to make it good.
(I'm not an expert and i'm not sure if my opinion is correct.)
(I'm not an expert and i'm not sure if my opinion is correct.)
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
My thoughts on the coding in bold.Emerald141 wrote:-----Next
-----If flag-True
------CreateSpellBall(ObjectX(l)-.S.ObjectY(l).0.5.-1.0.0.1.-1.-1.-99.300
------ObjectData(1.8)-1;EA
-----EndIf
----EndIf
---EndIf
--EndIf
-EndIf
End Function
I believe that was the coding for the spellball shooters from MOFI.
Function ControlRetroCoily(l)
I don't think "ControlRetroCoily" is related to indigo because indigo hasn't been defined in the code yet.
-If ObjectIndigo(l)-0
--EntityAlpha ObjectEntity(l).0.2
-Else
--EntityAlpha ObjectENtity(l).1
-EndIf
That was possibly the coding that selects Indigo Magic from a charger.
-: check if biting someone
-If ObjectIndigo(l)-0
--For j-0 To NofObjectx-1
---If ObjectType(j)-1 Or ObjectType(j)-120 Or ObjectType(j)-100 Or ObjectType(j)-110 Or ObjectType(j)-390
Checked for types of stuff that could be affected by indigo?
----If (ObjectX(l)-ObjectX(j))^2+(ObjectY(j))^2<.5
-----DestroyObject(j,8)
Position checker that destroys upon being in that position affected by variables?
----EndIf
---EndIf
--Next
-endif
-If ObjectFrozen(l)-1 Or ObjectFrozen(l)-10001 Or ObjectFrozen(l)—1
--freeze
"Freeze"s certain objects?
--If ObjectFrozen(l)-10001
---ObjectFrozen(l)-ObjectFrozen(l)+999
--Else
---ObjectFrozen(l)-10008ObjectFrozen(l)
--EndIf
No clue on this part.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
It also fits in with the idea that you were actually wrong, but meh.
Also (to MS), even if it wasn't your original intention to make the molecular stucture of ibuprofen a planetary system, you should. Maybe... RED: Zbot Planet. GREY: Doesn't support life. GREEN: Other.

Also (to MS), even if it wasn't your original intention to make the molecular stucture of ibuprofen a planetary system, you should. Maybe... RED: Zbot Planet. GREY: Doesn't support life. GREEN: Other.
i should change my signature to be rude to people who hate pictures of valves
- tyteen4a03
- Rainbow AllStar
- Posts: 4386
- Joined: Wed Jul 12, 2006 7:16 am
- Contact:
-If ObjectFrozen(l)-1 Or ObjectFrozen(l)-10001 Or ObjectFrozen(l)—1
--freeze
"Freeze"s certain objects?
^Nope, it is something like sleep() which pauses excution by a milliesecond (or something)
--If ObjectFrozen(l)-10001
---ObjectFrozen(l)-ObjectFrozen(l)+999
--Else
---ObjectFrozen(l)-10008ObjectFrozen(l)
--EndIf
^now THIS is the freeze bit.
--freeze
"Freeze"s certain objects?
^Nope, it is something like sleep() which pauses excution by a milliesecond (or something)
--If ObjectFrozen(l)-10001
---ObjectFrozen(l)-ObjectFrozen(l)+999
--Else
---ObjectFrozen(l)-10008ObjectFrozen(l)
--EndIf
^now THIS is the freeze bit.
- MyNameIsKooky
- Rainbow Spirit Master
- Posts: 9712
- Joined: Mon Dec 01, 2008 10:18 pm
- tyteen4a03
- Rainbow AllStar
- Posts: 4386
- Joined: Wed Jul 12, 2006 7:16 am
- Contact:
Who knows. But sometimes freezing is used to create effects (e.g Magic doesn't always apply instantly)MyNameIsKooky wrote:What's the point of pausing something for a millisecond? It's so insignificant. If MS wanted to delay it, then he would have put it after the coding ahead.tyteen4a03 wrote:^Nope, it is something like sleep() which pauses excution by a milliesecond
- tyteen4a03
- Rainbow AllStar
- Posts: 4386
- Joined: Wed Jul 12, 2006 7:16 am
- Contact:
Patrick shown us ibuprofen model because he is ill and progress will be delayed. He is going to stay in bed.Midnight Synergy wrote:I threw my back out this week and will be minimizing "sitting at my computer" for a little while. Hope to be back with a new pic of the week on Friday the 15th.
EDIT: You can't stop think about WA3...
"Let us return to the past; it will be progress."
by Giuseppe Verdi
by Giuseppe Verdi