Show posts

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.

Topics - toni112007

1
Event Systems / Oil system and oil item.
October 10, 2012, 02:35:27 pm
This one is hard and i havent found any good tutorial...
so i need for your help
i need Oil system.I have made Lantern system like this:
1).I made Lantern Item which is not consumable but it links to common event Lantern
2).I made common event Lantern which looks like this:
Conditional brancH: L button is being pressed.
@>change actor graphic: (daniel),light,0,,0 -this changes actor graphic to have lantern in hand.
@>Show animation: Player , [light] -this is animation for lantern light
@>wait:17 frames.
: Else
@>wait:5 frames
@>Change actor graphic : (Daniel),107-civillian07,0,,0 -changes back to normal.
Branch end.
3.)I made sound of lanter again as conditional branch
4.)and finnaly i made conditional branch event as parallel process
when lantern is inventory it triggers lantern switch works.

SO from this now i need to make Oil system,someone told me with timer,but i dont know how to do...
I need 2 things:
1.When Lantern is on (while L button pressed) oil is draining
2.Oil item.
can anyone help?
2
Event Systems / Parallel process only once!
October 10, 2012, 07:05:39 am
Hi all how can i make Parallel process only once!
This is how it happens for me
I enter room it happens and with erase event its over
but when i enter new room and when back to this one
same process happens again...
How can i prevent this from happening so that only once happen?

Also i made event where you enter room and doors are blocked/collapsed with boulder after few frames.
its also parallel process with self switches.
And when i enter new room and back to this one Boulder/rock is missing...not there.
I made this event like First event page SE,set event location,graphic of boulder/rock and self switch A=on.
second page is graphic of boulder/rock and self switch A=on

SO can you help me answer this question?

I hate when my event happen twice
Like i have tinderbox item and when i pick it up i cannot pick it up again,but when i enter new room
and back to this one i can pick it up again...how to fix that? via common event?
3
Tutorial Requests / LIGHT effect
June 28, 2012, 01:47:54 pm
Hi all,im new here and im making Amnesia Dark Decent 2d game and i need light effect for lantern and candles
but i dont know how to make light.
Does anyone know how to make light effect?