Post: Cannot get dpad to navigate
08-07-2015, 09:41 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I am currently working on "making" my first menu using the dynamic v2 base. I have successfully changed the open and closing buttons as a test, but for some reason I cannot seem to figure why when I use the dpad up/down to scroll it refuses to scroll.
    
// Scroll Up
if(self actionslotonebuttonpressed())
{
scroll(-1);
self playsoundtoplayer("cac_grid_nav",self);
wait 0.124;
}

// Scroll Down
if(self actionslottwobuttonpressed())
{
scroll(1);
self playsoundtoplayer("cac_grid_nav",self);
wait 0.124;
}


Not sure if you need more code then this let me know if its not enough
(adsbygoogle = window.adsbygoogle || []).push({});
08-07-2015, 11:07 PM #2
So know I'm getting to a precise issue, I can scroll the first time I open my menu but after I close it then reopen I can no longer scroll. Anyone else have this issue before
08-07-2015, 11:34 PM #3
xePixTvx
Little One
remove self freezeControls(true); on menu opening

The following 2 users say thank you to xePixTvx for this useful post:

Exelo, zackdavies

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo