- Code: Select all
IF stickbewegt=1
THEN Hotspot(7).move =180*15
End If
And I get the error THEN EXPECTED.
I think it's just a syntax error but I don't know how to get it right

Thanks for help!
Moderators: time-killer-games, Vengeance66, Candle, reneuend, GM-Support
IF stickbewegt=1
THEN Hotspot(7).move =180*15
End If
If stickbewegt=1 Then
Hotspot(7).Move 180*15,170*15,100*15,100*15 ---Just an example
End if
IF stickbewegt=1 THEN
Hotspot(7).move =180*15,150*15
End If
If myvariable = 1 Then
Action.LoadAPicture Hotspot(5),"Picture"---put the pic u want to move.
Hotspot(5).Move 52*15,26*15,790*15,595*15
End if
Return to Adventure Maker Technical Support and Bug Reports
Users browsing this forum: No registered users and 0 guests