 |
 |
 |
 |
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Mon Feb 13, 2012 4:48 pm Post subject: End Level Tag 04/Objective problem |
 |
|
I find this strange,i did the end level action block 10xx.The minute my level plays it just goes to end level.And the tag is messing up my objective of collecting item,now you cant collect a 2E camera point,thats just funny. http://www.mediafire.com/?b11ugs2o6tumyrk
i wasent sure i to post the image here so i gave a link showing my problem.
If needed later ill put my action block.But why on earth is it doing this??
I cant really work on my level till this problem is solved,rather irritatting. |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6168
 |
Posted: Mon Feb 13, 2012 9:50 pm Post subject: |
 |
|
If it goes black, it means you have an infinite loop. Tags and cameras you will need for end scene, you should see it in action block sample. |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Tue Feb 14, 2012 7:42 am Post subject: |
 |
|
what you mean black?the action block im using is the end level with cutscene one from the action block guide how to.Ill post my action block later tonight. |
|
|
|
|
|
 |
 |
 |
 |
 |
zoinkity 007


Joined: 24 Nov 2005 Posts: 1729
 |
Posted: Tue Feb 14, 2012 2:56 pm Post subject: |
 |
|
The two different kinds of commands. 04xx only execute if you call it someplace. They don't run unless you activate them explicitly.
10xx will autostart from the beginning of the stage. Unless you have something to stop it like a loop or a condition or whatever, it will instantly read the 'end my stage' command and end the stage. Typically that would be some kind of loop like 'loop until in a certain room', or 'loop until time elapsed', or 'loop until thingy activated', etc. _________________ (\_/) Beware
(O.o) ze
(> <) Hoppentruppen! |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Tue Feb 14, 2012 3:24 pm Post subject: |
 |
|
By the way when i say 04 its not the action block.Its the tag number.
Here the actions i put as a 1000.
0200
F10F
03
020F
AF
B1
ED
EA
D700
EC
DD
DA
0244
03
DC8F
0144
028F
03
03
03
D50402000000
DB
02AA
DC32
01AA
0232
EB10
B400010010
03
0132
0210
DA
0245
03
DC66
0145
0266
D2
The tag numbuer is also messing up my objective and i cant seem to get rid of it.Oh and by condition you mean as conditional true and false?cause as shown in the picture on the link,i have it as collect object. |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6168
 |
Posted: Tue Feb 14, 2012 4:41 pm Post subject: |
 |
|
Did you click the Check Syntax button? You'll notice there's an infinite loop,
02AA
DC32
01AA
add a 03 in between 02AA and DC32 |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Tue Feb 14, 2012 5:08 pm Post subject: |
 |
|
That was my fault i skiped the 03 for that but its there.And i checked no errors found,thank god.Was that the only thing you spoted that was messed up?also what about my objective,how will i go about fixing that? |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6168
 |
Posted: Tue Feb 14, 2012 7:11 pm Post subject: |
 |
|
Looks fine except for:
0200
F10F
03
0100 is missing so don't immediately exit, maybe this was intentional for your testing
020F
AF
B1
ED
EA
D700
EC
DD
DA
0244
03
DC8F
0144
028F
03
03
03
D50402000000 You need to make sure you have a 16-object which is a 2E camera type, and digit in here points to that #
DB
02AA
DC32
03
01AA
0232
EB10
B400010010
03
0132
0210
DA
0245
03
DC66
0145
0266
D2 |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Wed Feb 15, 2012 7:23 am Post subject: so |
 |
|
The 04 is the 2E camera point.So what im guessing is to remove the 2? |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Wed Feb 15, 2012 5:21 pm Post subject: thanks |
 |
|
Thankyou the end level action has been fixed,but i still have the objective problem,its reading it as one.when ever i do collect the items it dont say objective A complete,but when i enter room to finish objectives i see something complete,i beleive its the objective B.so how can i fix this? |
|
|
|
|
|
 |
 |
 |
 |
 |
SubDrag Administrator

Joined: 16 Aug 2006 Posts: 6168
 |
Posted: Wed Feb 15, 2012 7:46 pm Post subject: |
 |
|
What do you have set in objectives dialog? Which one? |
|
|
|
|
|
 |
 |
 |
 |
 |
Rey 007


Joined: 07 Feb 2012 Posts: 785 Location: US  |
Posted: Thu Feb 16, 2012 7:11 am Post subject: |
 |
|
well it shows it on the pic but its on collect object.And it shows as the 04 tag which is my 2E tag on it for the objective.I cant get rid of it. |
|
|
|
|
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |