
Well straight to the point. I want that when the right button is clicked it goes to the frame named Inventory.
I disabled all options with right clicking menu etc..
Now here is the code i wrote but it seems to have an error (Expected ')' ).
- Code: Select all
Private Sub Inventory(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 2 Then
Action.GoToFrame "inventory"
End If
End Sub
I'm a rookie in vb programming but trying hard

Thnx for your help wid dat (i'll go swim a lil bit
