your explode would explode the spaces too correct? so it would be
"this "
" is "
"a "
"test
your explode would explode the spaces too correct? so it would be
"this "
" is "
"a "
"test
You said the rotate "applyAngForce" is cursed, could you please explane?
By cursed I mean, for me, It is the most difficult part of expression 2. This is because It has a tendency to spaz out. Usually, it does not like to be rotated 90 degs, you have got to make it 88 degs to stop it from spazzing. I don't know, maybe I am not experienced enough in it.
I'm glad to hear that my Tutorial was helpful to you other people
Im still going to add stuff to the tutorial. If you have anything you are confused about Post it here and I may add it.
Last edited by SpectreCat; 06-09-2009 at 09:34 PM.
New to the E2? Try my Tutorial:
A Beginners Guide to Expression 2
***Please send a PM before you add me to friends***
New to the E2? Try my Tutorial:
A Beginners Guide to Expression 2
***Please send a PM before you add me to friends***
EXACTLY!
your exploding the , in this
Array = "This , Is , A , Test":explode(",")
so therefore
[highlight=e2]
1.
Array:string(1) = "This "
2.
Array:string(2) = " Is "
3.
Array:string(3) = " A "
4.
Array:string(4) = " Test"[/highlight]
when you used
[highlight=e2]
1.
Array:string(1) = "This"
2.
Array:string(2) = "Is"
3.
Array:string(3) = "A"
4.
Array:string(4) = "Test"[/highlight]
look at the spaces.
I agree with chinoto's formula there, its flawless. it should be the standard for applyForce()applyForce((V*25 - entity():vel()) * entity():mass())
Oh, I see what your saying, that was a mistake on my part, let me fix it.
New to the E2? Try my Tutorial:
A Beginners Guide to Expression 2
***Please send a PM before you add me to friends***
Bookmarks