- 6
- Posts
- 6
- Years
- Sevilla
- Seen Jan 27, 2025
#dynamic 0x800000
#org @inicio
lockall
setvar 0x4067 0x1
special 0x113
applymovement 0x7F @entrada
waitmovement 0x7F
special 0x114
applymovement 0x7F @terremoto
waitmovement 0x7F
special 0x114
sound 0x6A
fadescreen 0x3
hidesprite 0x3
showsprite 0x2
fadescreen 0x2
releaseall
end
#org @entrada
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#org @terremoto
#raw 0x0A
#raw 0x0B
#raw 0x0B
#raw 0x0A
#raw 0x0A
#raw 0x0B
#raw 0x0B
#raw 0x0E
#raw 0x0E
#raw 0x0F
#raw 0x0F
#raw 0x0E
#raw 0x0E
#raw 0x0F
#raw 0x0F
#raw 0x012
#raw 0x012
#raw 0x013
#raw 0x013
#raw 0x012
#raw 0x012
#raw 0x013
#raw 0x013
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0xFE
That´s the script. The point is i can´t make one sprite disappear at the beginig of the script. I mean, i want to activate the script, and then, before moving the camera, make one minisprite disappear, but it doesn´t work. Where should i put "hidesprite"??
PS: I don´t need a flag because this script is going to happen only once and is impossible to come back to that place. And the hidesprite i have already put is from another mini
So, i want to make a mini disappear, move the camera, then fadescreen (white) and then, replace one mini for other (to make disappear the one that was visible and to make appear the one was invisible)
MY ROM IS FR
#org @inicio
lockall
setvar 0x4067 0x1
special 0x113
applymovement 0x7F @entrada
waitmovement 0x7F
special 0x114
applymovement 0x7F @terremoto
waitmovement 0x7F
special 0x114
sound 0x6A
fadescreen 0x3
hidesprite 0x3
showsprite 0x2
fadescreen 0x2
releaseall
end
#org @entrada
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#raw 0x11
#org @terremoto
#raw 0x0A
#raw 0x0B
#raw 0x0B
#raw 0x0A
#raw 0x0A
#raw 0x0B
#raw 0x0B
#raw 0x0E
#raw 0x0E
#raw 0x0F
#raw 0x0F
#raw 0x0E
#raw 0x0E
#raw 0x0F
#raw 0x0F
#raw 0x012
#raw 0x012
#raw 0x013
#raw 0x013
#raw 0x012
#raw 0x012
#raw 0x013
#raw 0x013
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0x020
#raw 0x01F
#raw 0x01F
#raw 0x020
#raw 0xFE
That´s the script. The point is i can´t make one sprite disappear at the beginig of the script. I mean, i want to activate the script, and then, before moving the camera, make one minisprite disappear, but it doesn´t work. Where should i put "hidesprite"??
PS: I don´t need a flag because this script is going to happen only once and is impossible to come back to that place. And the hidesprite i have already put is from another mini
So, i want to make a mini disappear, move the camera, then fadescreen (white) and then, replace one mini for other (to make disappear the one that was visible and to make appear the one was invisible)
MY ROM IS FR
Last edited: