プレイ日記
PikaRyan papermariofanmm
How do i make it so a sprite is invisible and when my sprite (crosshair) hovers over the sprite (invisible) it makes a pop up of dialog (this is for a side project) thanks -PikaRyan
1そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
You can hide them using SPHIDE SPSET 0,3 SPHIDE 0
1そうだね
プレイ済み
返信[2]
親投稿
komodo † 406mario
You can do something like this Spset manegment number,sprite I'd Spcolvec manegment number Spcol manegment number,true Then do that for the other sprite then do Sphide 1(this hides the sprite) While 1 varaible=Sphitsp(manegment number,1[or whatever number of the colliding sprite] If variable==true then spshow 1:goto@dialog It's not a perfect example but try it out and experiment with it.
1そうだね
プレイ済み
返信[3]
親投稿
komodo † 406mario
Don't forget to put in wend.
1そうだね
プレイ済み