Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] [solved] Opoint questions:
#1
? 
Hi (again ¬¬)
I don't know how can I make the opoint (object: type 3) appears behind my chars:

And how I can change the "z" in the opoint?

Thank you.


Attached Files Thumbnail(s)
   
<center>[Image: 38018291.gif]</center>
Reply
Thanks given by:
#2
Use hit_j in the t3 frames.
Reply
Thanks given by: Hukko
#3
(10-12-2009, 05:12 PM)Hukko Wrote:  Hi (again ¬¬)
I don't know how can I make the opoint (object: type 3) appears behind my

Cant you use a negative x?
Not shure through.

(10-12-2009, 05:12 PM)Hukko Wrote:  And how I can change the "z" in the opoint?

You cant but you can make an invisible type 3 object moving on the z axis using hit_j: something.
Reply
Thanks given by: Hukko
#4
@Up
"behind" like on the z-axis

@UpUp
correct
Reply
Thanks given by: snorsorbet , Hukko
#5
For behind:
-Sprite the rock together with your char
-Use z-axis movement: move the object 1 px up and it should appear behind the char.
Reply
Thanks given by: Hukko
#6
Since noone said:

hit_j: 50 is the z-axis movement ZERO
hit_j: >50 will move the object downwards
hit_j: <50 will move the object upwards...

So a wait:1 with hit_j: 49 should move the t3 SLIGHTLY upwards, making it displayed behind your char ^^

For the case someone is interested: hit_j: 150++ can be used to create a screen effect, covering entire field and hiding everything ^^
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by: Silverthorn , Divisor , Hukko , Madara Uchiha
#7
@Alblaka
I see in the woody_ball.dat and i look the hit_j in flying frames.
<center>[Image: 38018291.gif]</center>
Reply
Thanks given by:
#8
Alblaka Wrote:So a wait:1 with hit_j: 49 should move the t3 SLIGHTLY upwards, making it displayed behind your char ^^
If you want that frame to be even shorter than wait: 1, use wait: 0.
Reply
Thanks given by: Hukko
#9
(10-15-2009, 04:33 AM)Lauli Wrote:  
Alblaka Wrote:So a wait:1 with hit_j: 49 should move the t3 SLIGHTLY upwards, making it displayed behind your char ^^
If you want that frame to be even shorter than wait: 1, use wait: 0.

Are you sure, this will work? Though wait:0 means a SMALL amount of time (not zero time) a movement of z-1 (hit_j:49) for such a small time will may cause actually nothing...
Dunno, whether it's exactly that, but i dont like to work with wait:0 since it scres up timed moves... (wait:0+wait:2 is not equal to wait:1+wait:1 -.-)
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by: Hukko




Users browsing this thread: 1 Guest(s)