YolkfolkThe Dizzy Fansite 1 logged in0 playing
Community discussion

Help please

Started by JoHn_09 on 19 July 2009 • 3,631 views

5 posts
#54498
Hi all me again just started working on my new game again and was wanting to put a cutscene at the start kinda like the one in (tos) where after you finish talking to someone it goes straight to another screen been tryin to figure this out ever since i had made my last game but had no luck as yet was thinking of just giving up soo i thought i would ask you guys as you was so helpful to me in the past

Thanks

John
👍 0
#66089
the screen that shows is always the one that dizzy is in. all you therefore need to do is move dizzy to another screen! :smile:

use PlayerSetPos(x,y); for this, where x and y are the, well, x and y positions...

if you want to make dizzy invisible, use PlayerSet(P_DISABLE,1); and set it to 0 to make him visible again. :smile:
👍 0
#66090
WOW thank you im sure i have done this befor but will give it another go when i get a chance {yolkfolk}:cheers:
👍 0
#66091
If you want to make the player walk left or right (a few steps) in a cutscene, check TOS sources (download from website). I have there such functions and some simulate the key (left/right) press until player reaches destination.
👍 0
#66102
oh my found out what i done wrong didnt put a capital letter at the start of the code took ages to notice that :cry:
👍 0